diff options
author | Peter Breitenlohner <peb@mppmu.mpg.de> | 2010-10-05 06:58:05 +0000 |
---|---|---|
committer | Peter Breitenlohner <peb@mppmu.mpg.de> | 2010-10-05 06:58:05 +0000 |
commit | 71a9724cc032291e34911c0eead10c8b0801aad2 (patch) | |
tree | 32fc59da386a173ecaea27ef7e9cd1cd99170529 /Build/source/libs/zziplib/config.h.in | |
parent | c377db3a1bf55130706cb6ba31f4239c21b3e8f2 (diff) |
zziplib 0.13.59 (29mar10)
git-svn-id: svn://tug.org/texlive/trunk@19998 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/libs/zziplib/config.h.in')
-rw-r--r-- | Build/source/libs/zziplib/config.h.in | 16 |
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 |