blob: ff1c9a2625c8ba7b0947ffe9230ab1c56223cc81 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
$FreeBSD$
--- config.h.in.orig Tue Jan 29 01:14:50 2002
+++ config.h.in Tue Jan 29 01:15:46 2002
@@ -75,6 +75,9 @@
/* Define if you have the strcasecmp function. */
#undef HAVE_STRCASECMP
+/* Define if you have the strcasestr function. */
+#undef HAVE_STRCASESTR
+
/* Define if you have the strtol function. */
#undef HAVE_STRTOL
|