diff options
author | Peter Breitenlohner <peb@mppmu.mpg.de> | 2009-12-02 10:15:44 +0000 |
---|---|---|
committer | Peter Breitenlohner <peb@mppmu.mpg.de> | 2009-12-02 10:15:44 +0000 |
commit | a541345d276b8dd909b96e3fcb6043b95a43ac79 (patch) | |
tree | 51250d5c939055ccdda440e802592924385f10bf /Build/source/texk/web2c/c-auto.in | |
parent | 8bbbf918b116e4f677039e0b94b1c5735437de2d (diff) |
texk/web2c: add missing configure tests; update pdftex docu
git-svn-id: svn://tug.org/texlive/trunk@16269 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/web2c/c-auto.in')
-rw-r--r-- | Build/source/texk/web2c/c-auto.in | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Build/source/texk/web2c/c-auto.in b/Build/source/texk/web2c/c-auto.in index 469ce1a64df..892c90b1769 100644 --- a/Build/source/texk/web2c/c-auto.in +++ b/Build/source/texk/web2c/c-auto.in @@ -80,12 +80,18 @@ /* Define to 1 if fseeko (and presumably ftello) exists and is declared. */ #undef HAVE_FSEEKO +/* Define to 1 if you have the `ftime' function. */ +#undef HAVE_FTIME + /* Define to 1 if you have the `getcwd' function. */ #undef HAVE_GETCWD /* Define to 1 if class `PDFDoc' has the `getPDFMajorVersion' member. */ #undef HAVE_GETPDFMAJORVERSION +/* Define to 1 if you have the `gettimeofday' function. */ +#undef HAVE_GETTIMEOFDAY + /* Define to 1 if you have the `getwd' function. */ #undef HAVE_GETWD |