summaryrefslogtreecommitdiff
path: root/Build/source/libs/zziplib/config.h.in
diff options
context:
space:
mode:
Diffstat (limited to 'Build/source/libs/zziplib/config.h.in')
-rw-r--r--Build/source/libs/zziplib/config.h.in16
1 files changed, 16 insertions, 0 deletions
diff --git a/Build/source/libs/zziplib/config.h.in b/Build/source/libs/zziplib/config.h.in
index 28be6b89310..647a80fdae8 100644
--- a/Build/source/libs/zziplib/config.h.in
+++ b/Build/source/libs/zziplib/config.h.in
@@ -19,6 +19,9 @@
/* Define to 1 if you have the <fnmatch.h> header file. */
#undef HAVE_FNMATCH_H
+/* 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
@@ -87,6 +90,10 @@
/* Define to 1 if you have the <zlib.h> header file. */
#undef HAVE_ZLIB_H
+/* whether the system defaults to 32bit off_t but can do 64bit when requested
+ */
+#undef LARGEFILE_SENSITIVE
+
/* Name of package */
#undef PACKAGE
@@ -135,6 +142,15 @@
# endif
#endif
+/* 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
+
/* Define to `long long' if <sys/types.h> does not define. */
#undef __int64