summaryrefslogtreecommitdiffstats
path: root/config.h.in
diff options
context:
space:
mode:
authorpgen <p.gen.progs@gmail.com>2018-06-16 21:22:03 +0200
committerpgen <p.gen.progs@gmail.com>2018-07-08 11:57:31 +0200
commitc66c2c8e1bf92160dc74a631d5d451a770c8fd59 (patch)
tree0b988de1c61c8227214463fbf3282a6acbc9e7c6 /config.h.in
parent24428c616f6824ee109f7658da010bff8788710a (diff)
Add special cases for memmem, memrmem and strcasecmp
Diffstat (limited to 'config.h.in')
-rw-r--r--config.h.in9
1 files changed, 9 insertions, 0 deletions
diff --git a/config.h.in b/config.h.in
index a9956b5..78f7faa 100644
--- a/config.h.in
+++ b/config.h.in
@@ -22,9 +22,15 @@
/* Define to 1 if you have the `mblen' function. */
#undef HAVE_MBLEN
+/* 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
+/* Define to 1 if you have the `memrmem' function. */
+#undef HAVE_MEMRMEM
+
/* Define to 1 if you have the `memset' function. */
#undef HAVE_MEMSET
@@ -50,6 +56,9 @@
/* Define to 1 if you have the <stdlib.h> header file. */
#undef HAVE_STDLIB_H
+/* Define to 1 if you have the `strcasecmp' function. */
+#undef HAVE_STRCASECMP
+
/* Define to 1 if you have the `strchr' function. */
#undef HAVE_STRCHR