diff options
author | Peter Breitenlohner <peb@mppmu.mpg.de> | 2008-03-04 16:10:33 +0000 |
---|---|---|
committer | Peter Breitenlohner <peb@mppmu.mpg.de> | 2008-03-04 16:10:33 +0000 |
commit | 213b85a19e01794d1a6a30f313885699b433ffe9 (patch) | |
tree | 4140f2e89053feccba8e4f32a2b0858c716e1564 /Build/source/texk/tex4htk | |
parent | c947914abf4f1e8d10ede98de2f4468900edc131 (diff) |
generated files with proper timestamps - all done
git-svn-id: svn://tug.org/texlive/trunk@6850 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/tex4htk')
-rw-r--r-- | Build/source/texk/tex4htk/c-auto.in | 12 | ||||
-rw-r--r-- | Build/source/texk/tex4htk/stamp-auto.in | 2 |
2 files changed, 13 insertions, 1 deletions
diff --git a/Build/source/texk/tex4htk/c-auto.in b/Build/source/texk/tex4htk/c-auto.in index e5453251ef5..8d59f21a635 100644 --- a/Build/source/texk/tex4htk/c-auto.in +++ b/Build/source/texk/tex4htk/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,5 +181,14 @@ /* 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 empty if `const' does not conform to ANSI C. */ #undef const diff --git a/Build/source/texk/tex4htk/stamp-auto.in b/Build/source/texk/tex4htk/stamp-auto.in index c355da0936a..d590f68112c 100644 --- a/Build/source/texk/tex4htk/stamp-auto.in +++ b/Build/source/texk/tex4htk/stamp-auto.in @@ -1 +1 @@ -Fri Feb 29 13:37:29 CET 2008 +Tue Mar 4 16:56:53 CET 2008 |