summaryrefslogtreecommitdiff
path: root/config.h.in
diff options
context:
space:
mode:
authorColin Watson <cjwatson@debian.org>2017-07-10 12:38:14 +0100
committerColin Watson <cjwatson@debian.org>2017-07-10 12:38:45 +0100
commit8ef5daf2a912314fc464fd53879a31e5c53fda02 (patch)
tree1e5e3b14c59745bdbd50f80fdbcfc155f79f0893 /config.h.in
parent45958ba773c8c3808e0534d99dae0c829c6e15bb (diff)
gnulib: Import memmem module
Needed to make the previous commit portable.
Diffstat (limited to 'config.h.in')
-rw-r--r--config.h.in10
1 files changed, 10 insertions, 0 deletions
diff --git a/config.h.in b/config.h.in
index 101313e3..83c77f5a 100644
--- a/config.h.in
+++ b/config.h.in
@@ -245,6 +245,9 @@
/* Define to 1 when the gnulib module memchr should be tested. */
#undef GNULIB_TEST_MEMCHR
+/* Define to 1 when the gnulib module memmem should be tested. */
+#undef GNULIB_TEST_MEMMEM
+
/* Define to 1 when the gnulib module mempcpy should be tested. */
#undef GNULIB_TEST_MEMPCPY
@@ -515,6 +518,10 @@
don't. */
#undef HAVE_DECL_MBSRTOWCS
+/* Define to 1 if you have the declaration of `memmem', and to 0 if you don't.
+ */
+#undef HAVE_DECL_MEMMEM
+
/* Define to 1 if you have the declaration of `memrchr', and to 0 if you
don't. */
#undef HAVE_DECL_MEMRCHR
@@ -793,6 +800,9 @@
/* Define to 1 if <wchar.h> declares mbstate_t. */
#undef HAVE_MBSTATE_T
+/* Define to 1 if you have the `memmem' function. */
+#undef HAVE_MEMMEM
+
/* Define to 1 if you have the <memory.h> header file. */
#undef HAVE_MEMORY_H