summaryrefslogtreecommitdiffstats
path: root/config.h.in
diff options
context:
space:
mode:
authorpgen <p.gen.progs@gmail.com>2015-11-24 22:12:21 +0100
committerpgen <p.gen.progs@gmail.com>2015-11-24 22:12:21 +0100
commitcc9acd914f1c0028a40861ef96520f243362bf87 (patch)
treeee92f6ec96261c0c88cea01751d422af751fcd33 /config.h.in
parent2be21b6d427e8bedf3e78e0fa7c076e238af1727 (diff)
Remove AC_FUNC_REALLOC from configure.ac
This macro doesn't work properly on HP-UX
Diffstat (limited to 'config.h.in')
-rw-r--r--config.h.in7
1 files changed, 0 insertions, 7 deletions
diff --git a/config.h.in b/config.h.in
index 398cc2e..c6dc169 100644
--- a/config.h.in
+++ b/config.h.in
@@ -28,10 +28,6 @@
/* Define to 1 if you have the `pathconf' function. */
#undef HAVE_PATHCONF
-/* Define to 1 if your system has a GNU libc compatible `realloc' function,
- and to 0 otherwise. */
-#undef HAVE_REALLOC
-
/* Define to 1 if you have the `regcomp' function. */
#undef HAVE_REGCOMP
@@ -142,8 +138,5 @@
/* Define to rpl_malloc if the replacement function should be used. */
#undef malloc
-/* Define to rpl_realloc if the replacement function should be used. */
-#undef realloc
-
/* Define to `unsigned int' if <sys/types.h> does not define. */
#undef size_t