summaryrefslogtreecommitdiff
path: root/Build/source/libs/zlib/config.h.in
diff options
context:
space:
mode:
authorPeter Breitenlohner <peb@mppmu.mpg.de>2010-09-28 13:15:48 +0000
committerPeter Breitenlohner <peb@mppmu.mpg.de>2010-09-28 13:15:48 +0000
commit0c9f1096da7596ad4714ceb64afdb28e4d7f6c4d (patch)
tree1a6f5548ad2cfa77c157d9dc121379f25433b187 /Build/source/libs/zlib/config.h.in
parentea93ad9c5957f1badfded9711a62d0b59eb5da37 (diff)
zlib 1.2.5 build system and cleanup
git-svn-id: svn://tug.org/texlive/trunk@19930 c570f23f-e606-0410-a88d-b1316a301751
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