diff options
Diffstat (limited to 'Build/source/texk/dvidvi/c-auto.in')
-rw-r--r-- | Build/source/texk/dvidvi/c-auto.in | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/Build/source/texk/dvidvi/c-auto.in b/Build/source/texk/dvidvi/c-auto.in index 11e5e3d0a77..32bd7451d81 100644 --- a/Build/source/texk/dvidvi/c-auto.in +++ b/Build/source/texk/dvidvi/c-auto.in @@ -33,6 +33,9 @@ /* Define to 1 if you have the <float.h> header file. */ #undef HAVE_FLOAT_H +/* Define to 1 if fseeko (and presumably ftello) exists and is declared. */ +#undef HAVE_FSEEKO + /* Define to 1 if you have the `getcwd' function. */ #undef HAVE_GETCWD @@ -178,6 +181,15 @@ /* Define to 1 if you have the ANSI C header files. */ #undef STDC_HEADERS +/* 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 1 if type `char' is unsigned and you are not using gcc. */ #ifndef __CHAR_UNSIGNED__ # undef __CHAR_UNSIGNED__ |