mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
git-svn-id: https://svn.macports.org/repository/macports/trunk/dports@61289 d073be05-634f-4543-b044-5fe20cf6d1d6
13 lines
422 B
C
13 lines
422 B
C
--- src/proto.h.orig 2009-10-20 18:54:26.000000000 +0200
|
|
+++ src/proto.h 2009-12-08 07:26:46.000000000 +0100
|
|
@@ -104,7 +104,9 @@
|
|
char *PushString(struct Push *, const char *);
|
|
char *PushNString(struct Push *, const char *, int);
|
|
|
|
+#ifndef HAVE_STRCASESTR
|
|
char *strcasestr (const char *, const char *);
|
|
+#endif
|
|
char *strsav(const char *);
|
|
char *strreplace(char *, char *);
|
|
void strcpymax(char *, const char *, int);
|