summaryrefslogtreecommitdiff
path: root/news/tin/files/patch-aa
blob: bd59ccc19fd7aadc7317f31a70beb0578ceb613c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
--- include/proto.h.orig	Tue Jan 29 17:31:11 2002
+++ include/proto.h	Tue Mar 19 13:29:43 2002
@@ -628,7 +628,9 @@
 extern char *my_strdup (const char *str);
 extern char *str_trim (char *string);
 extern char *tin_ltoa (long value, int digits);
+#ifndef HAVE_STRCASESTR
 extern const char *strcasestr (const char *haystack, const char *needle);
+#endif
 extern int sh_format (char *dst, size_t len, const char *fmt, ...);
 extern size_t mystrcat (char **t, const char *s);
 extern void my_strncpy (char *p, const char *q, size_t n);