summaryrefslogtreecommitdiff
path: root/config.h.in
diff options
context:
space:
mode:
Diffstat (limited to 'config.h.in')
-rw-r--r--config.h.in19
1 files changed, 19 insertions, 0 deletions
diff --git a/config.h.in b/config.h.in
index 5e550c0..66306e3 100644
--- a/config.h.in
+++ b/config.h.in
@@ -1,9 +1,15 @@
/* config.h.in. Generated from configure.ac by autoheader. */
+/* Define to 1 if you have the `bzero' function. */
+#undef HAVE_BZERO
+
/* Define to 1 if you have the <dirent.h> header file, and it defines `DIR'.
*/
#undef HAVE_DIRENT_H
+/* Define to 1 if you have the <dlfcn.h> header file. */
+#undef HAVE_DLFCN_H
+
/* Define to 1 if you have the <fcntl.h> header file. */
#undef HAVE_FCNTL_H
@@ -26,6 +32,12 @@
zero-length file name argument. */
#undef HAVE_LSTAT_EMPTY_STRING_BUG
+/* Define to 1 if your system has a working `malloc' function. */
+#undef HAVE_MALLOC
+
+/* Define to 1 if you have the <malloc.h> header file. */
+#undef HAVE_MALLOC_H
+
/* Define to 1 if you have the <memory.h> header file. */
#undef HAVE_MEMORY_H
@@ -48,6 +60,9 @@
/* Define to 1 if you have the <stdlib.h> header file. */
#undef HAVE_STDLIB_H
+/* Define to 1 if you have the `strerror' function. */
+#undef HAVE_STRERROR
+
/* Define to 1 if you have the <strings.h> header file. */
#undef HAVE_STRINGS_H
@@ -105,5 +120,9 @@
/* Define to empty if `const' does not conform to ANSI C. */
#undef const
+/* Define as `__inline' if that's what the C compiler calls it, or to nothing
+ if it is not supported. */
+#undef inline
+
/* Define to `unsigned' if <sys/types.h> does not define. */
#undef size_t