diff options
author | Peter Breitenlohner <peb@mppmu.mpg.de> | 2009-12-07 16:51:36 +0000 |
---|---|---|
committer | Peter Breitenlohner <peb@mppmu.mpg.de> | 2009-12-07 16:51:36 +0000 |
commit | 35d853280159bea628c9356cf0e690b1bec9ed52 (patch) | |
tree | a17ee72c81806c612cca7a6119e8c4785a3db5c6 /Build/source/texk/web2c/c-auto.in | |
parent | e84ea0384009f65714151198b3138c148cf5e890 (diff) |
more configure checks for tex/web2c/
git-svn-id: svn://tug.org/texlive/trunk@16322 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 | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/Build/source/texk/web2c/c-auto.in b/Build/source/texk/web2c/c-auto.in index 725d0d7217c..e3928b49846 100644 --- a/Build/source/texk/web2c/c-auto.in +++ b/Build/source/texk/web2c/c-auto.in @@ -137,6 +137,9 @@ /* Define to 1 if you have the <memory.h> header file. */ #undef HAVE_MEMORY_H +/* Define to 1 if you have the `mkdtemp' function. */ +#undef HAVE_MKDTEMP + /* Define to 1 if you have the `mkstemp' function. */ #undef HAVE_MKSTEMP @@ -162,6 +165,12 @@ /* Define to 1 if you have the `setlocale' function. */ #undef HAVE_SETLOCALE +/* Define to 1 if you have the `snprintf' function. */ +#undef HAVE_SNPRINTF + +/* Define to 1 if you have the `stat64' function. */ +#undef HAVE_STAT64 + /* Define to 1 if you have the <stdint.h> header file. */ #undef HAVE_STDINT_H |