diff options
Diffstat (limited to 'Build/source/texk/xdvipdfmx')
-rw-r--r-- | Build/source/texk/xdvipdfmx/config.h.in | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/Build/source/texk/xdvipdfmx/config.h.in b/Build/source/texk/xdvipdfmx/config.h.in index b7f06aa7930..a73d9602c5e 100644 --- a/Build/source/texk/xdvipdfmx/config.h.in +++ b/Build/source/texk/xdvipdfmx/config.h.in @@ -19,6 +19,9 @@ /* Define if you have freetype2 and its headers */ #undef HAVE_FREETYPE2 +/* Define to 1 if fseeko (and presumably ftello) exists and is declared. */ +#undef HAVE_FSEEKO + /* Define to 1 if you have the <ft2build.h> header file. */ #undef HAVE_FT2BUILD_H @@ -105,6 +108,9 @@ /* Define to 1 if you have the <zlib.h> header file. */ #undef HAVE_ZLIB_H +/* Define to 1 if your C compiler doesn't accept -c and -o together. */ +#undef NO_MINUS_C_MINUS_O + /* Name of package */ #undef PACKAGE @@ -154,6 +160,15 @@ /* Define if part of a teTeX/TeX live build for Mac OS X. */ #undef XETEX_MAC +/* 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 if your libkpathsea supports enc formats */ #undef __TDS_VERSION__ |