summaryrefslogtreecommitdiff
path: root/Build/source/utils/t1utils/config.h.in
diff options
context:
space:
mode:
Diffstat (limited to 'Build/source/utils/t1utils/config.h.in')
-rw-r--r--Build/source/utils/t1utils/config.h.in9
1 files changed, 2 insertions, 7 deletions
diff --git a/Build/source/utils/t1utils/config.h.in b/Build/source/utils/t1utils/config.h.in
index 3755607576b..a1b4a1e01d1 100644
--- a/Build/source/utils/t1utils/config.h.in
+++ b/Build/source/utils/t1utils/config.h.in
@@ -9,9 +9,6 @@
/* Define to 1 if you have the <inttypes.h> header file. */
#undef HAVE_INTTYPES_H
-/* 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
@@ -98,11 +95,9 @@ extern "C" {
char *strerror(int errno);
#endif
-/* Prototype memmem if we don't have it. */
-#if !HAVE_MEMMEM
-void *memmem(const void* haystack, size_t haystack_len,
+/* Prototype my_memmem */
+void *my_memmem(const void* haystack, size_t haystack_len,
const void* needle, size_t needle_len);
-#endif
#ifdef __cplusplus
}