summaryrefslogtreecommitdiff
path: root/Build/source/libs/pplib/config.h.in
diff options
context:
space:
mode:
Diffstat (limited to 'Build/source/libs/pplib/config.h.in')
-rw-r--r--Build/source/libs/pplib/config.h.in15
1 files changed, 6 insertions, 9 deletions
diff --git a/Build/source/libs/pplib/config.h.in b/Build/source/libs/pplib/config.h.in
index b715199d9c0..fb1ee53e873 100644
--- a/Build/source/libs/pplib/config.h.in
+++ b/Build/source/libs/pplib/config.h.in
@@ -9,12 +9,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
@@ -60,7 +60,9 @@
/* The size of `void *', as computed by sizeof. */
#undef SIZEOF_VOID_P
-/* 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 */
@@ -69,11 +71,6 @@
/* Define to 1 if <zlib.h> declares 'z_const'. */
#undef ZLIB_CONST
-/* Enable large inode numbers on Mac OS X 10.5. */
-#ifndef _DARWIN_USE_64_BIT_INODE
-# define _DARWIN_USE_64_BIT_INODE 1
-#endif
-
/* Number of bits in a file offset, on hosts where this is settable. */
#undef _FILE_OFFSET_BITS