diff options
Diffstat (limited to 'Build/source/texk/dvipdfmx/config.h.in')
-rw-r--r-- | Build/source/texk/dvipdfmx/config.h.in | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/Build/source/texk/dvipdfmx/config.h.in b/Build/source/texk/dvipdfmx/config.h.in index d5a016b1aa9..ad2a2a1562d 100644 --- a/Build/source/texk/dvipdfmx/config.h.in +++ b/Build/source/texk/dvipdfmx/config.h.in @@ -10,6 +10,9 @@ */ #undef HAVE_DECL_TZNAME +/* Define to 1 if fseeko (and presumably ftello) exists and is declared. */ +#undef HAVE_FSEEKO + /* Define to 1 if you have the `getenv' function. */ #undef HAVE_GETENV @@ -133,6 +136,15 @@ first (like Motorola and SPARC, unlike Intel and VAX). */ #undef WORDS_BIGENDIAN +/* 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__ |