summaryrefslogtreecommitdiff
path: root/Build/source/libs/zlib/config.h.in
diff options
context:
space:
mode:
Diffstat (limited to 'Build/source/libs/zlib/config.h.in')
-rw-r--r--Build/source/libs/zlib/config.h.in12
1 files changed, 12 insertions, 0 deletions
diff --git a/Build/source/libs/zlib/config.h.in b/Build/source/libs/zlib/config.h.in
index c22ab888cfa..798b0133908 100644
--- a/Build/source/libs/zlib/config.h.in
+++ b/Build/source/libs/zlib/config.h.in
@@ -1,5 +1,8 @@
/* config.h.in. Generated from configure.ac by autoheader. */
+/* Define to 1 if fseeko (and presumably ftello) exists and is declared. */
+#undef HAVE_FSEEKO
+
/* Define to 1 if you have the <inttypes.h> header file. */
#undef HAVE_INTTYPES_H
@@ -53,3 +56,12 @@
/* Version number of package */
#undef VERSION
+
+/* Number of bits in a file offset, on hosts where this is settable. */
+#undef _FILE_OFFSET_BITS
+
+/* Define to 1 to make fseeko visible on some hosts (e.g. glibc 2.2). */
+#undef _LARGEFILE_SOURCE
+
+/* Define for large files, on AIX-style hosts. */
+#undef _LARGE_FILES