From 44f705aa292910bffe7ade7bcbc7cae59750e0ba Mon Sep 17 00:00:00 2001 From: Colin Watson Date: Thu, 23 Oct 2014 00:19:23 +0100 Subject: gnulib: Import strcasestr module. Suggested by Peter Bray. --- config.h.in | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'config.h.in') 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 -- cgit v1.2.3