summaryrefslogtreecommitdiff
path: root/config.h.in
diff options
context:
space:
mode:
authorColin Watson <cjwatson@debian.org>2014-10-23 00:19:23 +0100
committerColin Watson <cjwatson@debian.org>2014-10-23 00:19:23 +0100
commit44f705aa292910bffe7ade7bcbc7cae59750e0ba (patch)
treef285126f061ab063cca4f1824502e4e8cfd80cf3 /config.h.in
parentd5918e5b81bbdcbc1e12eea0f4aafcbac9667b01 (diff)
gnulib: Import strcasestr module.
Suggested by Peter Bray.
Diffstat (limited to 'config.h.in')
-rw-r--r--config.h.in6
1 files changed, 6 insertions, 0 deletions
diff --git a/config.h.in b/config.h.in
index c6152191..06ba8af7 100644
--- a/config.h.in
+++ b/config.h.in
@@ -323,6 +323,9 @@
/* Define to 1 when the gnulib module stat should be tested. */
#undef GNULIB_TEST_STAT
+/* Define to 1 when the gnulib module strcasestr should be tested. */
+#undef GNULIB_TEST_STRCASESTR
+
/* Define to 1 when the gnulib module strchrnul should be tested. */
#undef GNULIB_TEST_STRCHRNUL
@@ -1610,6 +1613,9 @@
/* Define to 1 if you have the `strcasecmp' function. */
#undef HAVE_STRCASECMP
+/* Define to 1 if you have the `strcasestr' function. */
+#undef HAVE_STRCASESTR
+
/* Define to 1 if you have the `strchrnul' function. */
#undef HAVE_STRCHRNUL