summaryrefslogtreecommitdiffstats
path: root/contrib/file/config.h.in
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/file/config.h.in')
-rw-r--r--contrib/file/config.h.in21
1 files changed, 19 insertions, 2 deletions
diff --git a/contrib/file/config.h.in b/contrib/file/config.h.in
index 8088355..281a4e4 100644
--- a/contrib/file/config.h.in
+++ b/contrib/file/config.h.in
@@ -72,6 +72,9 @@
/* Define to 1 if you have the `strndup' function. */
#undef HAVE_STRNDUP
+/* Define to 1 if you have the `strtof' function. */
+#undef HAVE_STRTOF
+
/* Define to 1 if you have the `strtoul' function. */
#undef HAVE_STRTOUL
@@ -133,6 +136,9 @@
/* Define to 1 if you have the `wcwidth' function. */
#undef HAVE_WCWIDTH
+/* Define to 1 if you have the <zlib.h> header file. */
+#undef HAVE_ZLIB_H
+
/* Define to 1 if `major', `minor', and `makedev' are declared in <mkdev.h>.
*/
#undef MAJOR_IN_MKDEV
@@ -160,6 +166,9 @@
#undef PACKAGE_VERSION
/* */
+#undef SIZEOF_INT64_T
+
+/* */
#undef SIZEOF_UINT16_T
/* */
@@ -183,6 +192,11 @@
/* Number of bits in a file offset, on hosts where this is settable. */
#undef _FILE_OFFSET_BITS
+/* Enable GNU extensions on systems that have them. */
+#ifndef _GNU_SOURCE
+# undef _GNU_SOURCE
+#endif
+
/* Define for large files, on AIX-style hosts. */
#undef _LARGE_FILES
@@ -192,13 +206,16 @@
/* */
#undef int32_t
+/* */
+#undef int64_t
+
/* Define to a type if <wchar.h> does not define. */
#undef mbstate_t
-/* Define to `long' if <sys/types.h> does not define. */
+/* Define to `long int' if <sys/types.h> does not define. */
#undef off_t
-/* Define to `unsigned' if <sys/types.h> does not define. */
+/* Define to `unsigned int' if <sys/types.h> does not define. */
#undef size_t
/* */
OpenPOWER on IntegriCloud