diff options
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 |