diff options
author | Peter Breitenlohner <peb@mppmu.mpg.de> | 2013-06-24 08:24:44 +0000 |
---|---|---|
committer | Peter Breitenlohner <peb@mppmu.mpg.de> | 2013-06-24 08:24:44 +0000 |
commit | 98bd36b19e0aee9d8ef2d560d4fc32ed2036251b (patch) | |
tree | dfb9f52097d0b95d2b8a5f2c1625bb5d5877388f /Build/source/libs/poppler/config.h.in | |
parent | 611c8928492ae0b013c2d2d950980345ea5fe38d (diff) |
poppler 0.23.2
git-svn-id: svn://tug.org/texlive/trunk@30882 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/libs/poppler/config.h.in')
-rw-r--r-- | Build/source/libs/poppler/config.h.in | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/Build/source/libs/poppler/config.h.in b/Build/source/libs/poppler/config.h.in index 014547ffec6..ebf5b7b6095 100644 --- a/Build/source/libs/poppler/config.h.in +++ b/Build/source/libs/poppler/config.h.in @@ -7,6 +7,9 @@ */ #undef HAVE_DIRENT_H +/* Define to 1 if you have the `fseek64' function. */ +#undef HAVE_FSEEK64 + /* Define to 1 if fseeko (and presumably ftello) exists and is declared. */ #undef HAVE_FSEEKO @@ -93,6 +96,9 @@ /* Define to the poppler version. */ #undef POPPLER_VERSION +/* The size of `long long', as computed by sizeof. */ +#undef SIZEOF_LONG_LONG + /* Define to 1 if you have the ANSI C header files. */ #undef STDC_HEADERS @@ -115,3 +121,6 @@ /* Define for large files, on AIX-style hosts. */ #undef _LARGE_FILES + +/* Define for MinGW32 to 0x0500 to declare `GetFileSizeEx'. */ +#undef _WIN32_WINNT |