summaryrefslogtreecommitdiff
path: root/news/tin/files/patch-aa
blob: ddd4d588051db752991c55d81488b97addffa93d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
--- include/proto.h.bak	Fri Nov 16 23:17:45 2001
+++ include/proto.h	Mon Dec 24 23:10:00 2001
@@ -646,7 +646,9 @@
 extern char *eat_tab (char *s);
 extern char *my_strdup (const char *str);
 extern char *str_trim (char *string);
+#ifndef HAVE_STRCASESTR
 extern const char *strcasestr (const char *haystack, const char *needle);
+#endif
 extern char *tin_ltoa (long value, int digits);
 extern int sh_format (char *dst, size_t len, const char *fmt, ...);
 extern size_t mystrcat (char **t, const char *s);