summaryrefslogtreecommitdiffstats
path: root/config.h.in
diff options
context:
space:
mode:
Diffstat (limited to 'config.h.in')
-rw-r--r--config.h.in6
1 files changed, 5 insertions, 1 deletions
diff --git a/config.h.in b/config.h.in
index a99f4273..201f76e3 100644
--- a/config.h.in
+++ b/config.h.in
@@ -41,7 +41,8 @@
zero-length file name argument. */
#undef HAVE_LSTAT_EMPTY_STRING_BUG
-/* Define to 1 if your system has a working `malloc' function. */
+/* Define to 1 if your system has a GNU libc compatible `malloc' function, and
+ to 0 otherwise. */
#undef HAVE_MALLOC
/* Define to 1 if you have the `memmove' function. */
@@ -146,6 +147,9 @@
/* Define to empty if `const' does not conform to ANSI C. */
#undef const
+/* Define to rpl_malloc if the replacement function should be used. */
+#undef malloc
+
/* Define to `int' if <sys/types.h> does not define. */
#undef mode_t