summaryrefslogtreecommitdiff
path: root/news/tin/files/patch-ac
blob: bffd5fac3a250d1cecf58c59db6bc3bc4905bb2b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
--- src/string.c.bak	Tue Nov 13 01:45:52 2001
+++ src/string.c	Mon Dec 24 23:09:05 2001
@@ -118,6 +118,7 @@
 }
 
 
+#ifndef HAVE_STRCASESTR
 /*
  * case-insensitive version of strstr()
  */
@@ -144,6 +145,7 @@
 	}
 	return NULL;
 }
+#endif
 
 
 size_t