summaryrefslogtreecommitdiff
path: root/app/xcmsdb/config.h.in
diff options
context:
space:
mode:
Diffstat (limited to 'app/xcmsdb/config.h.in')
-rw-r--r--app/xcmsdb/config.h.in16
1 files changed, 12 insertions, 4 deletions
diff --git a/app/xcmsdb/config.h.in b/app/xcmsdb/config.h.in
index 7c9cfb1c0..b7b28ca75 100644
--- a/app/xcmsdb/config.h.in
+++ b/app/xcmsdb/config.h.in
@@ -3,12 +3,12 @@
/* Define to 1 if you have the <inttypes.h> header file. */
#undef HAVE_INTTYPES_H
-/* Define to 1 if you have the <memory.h> header file. */
-#undef HAVE_MEMORY_H
-
/* Define to 1 if you have the <stdint.h> header file. */
#undef HAVE_STDINT_H
+/* Define to 1 if you have the <stdio.h> header file. */
+#undef HAVE_STDIO_H
+
/* Define to 1 if you have the <stdlib.h> header file. */
#undef HAVE_STDLIB_H
@@ -57,8 +57,16 @@
/* Patch version of this package */
#undef PACKAGE_VERSION_PATCHLEVEL
-/* Define to 1 if you have the ANSI C header files. */
+/* Define to 1 if all of the C90 standard headers exist (not just the ones
+ required in a freestanding environment). This macro is provided for
+ backward compatibility; new code need not use it. */
#undef STDC_HEADERS
/* Version number of package */
#undef VERSION
+
+/* Number of bits in a file offset, on hosts where this is settable. */
+#undef _FILE_OFFSET_BITS
+
+/* Define for large files, on AIX-style hosts. */
+#undef _LARGE_FILES