diff options
author | Peter Breitenlohner <peb@mppmu.mpg.de> | 2009-03-31 07:37:05 +0000 |
---|---|---|
committer | Peter Breitenlohner <peb@mppmu.mpg.de> | 2009-03-31 07:37:05 +0000 |
commit | 8357a9ca3414c62c3d1a0e6d48c90d6fe2152e61 (patch) | |
tree | 6b3692bd3e1a7bb6331541e3212e1a5abeedae86 /Build/source/texk/web2c/c-auto.in | |
parent | f5dc0cfcd8ce5671cc439c6b5786ad8f394a6834 (diff) |
new build system: handling of socketlibs, prepare for texk/texlive/
git-svn-id: svn://tug.org/texlive/trunk@12583 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 | 14 |
1 files changed, 13 insertions, 1 deletions
diff --git a/Build/source/texk/web2c/c-auto.in b/Build/source/texk/web2c/c-auto.in index 0990d54a279..82438d1d59b 100644 --- a/Build/source/texk/web2c/c-auto.in +++ b/Build/source/texk/web2c/c-auto.in @@ -40,9 +40,15 @@ /* web2c: Define to enable HackyInputFileNameForCoreDump.tex. */ #undef FUNNY_CORE_DUMP +/* Define to 1 if you have the `access' function. */ +#undef HAVE_ACCESS + /* Define to 1 if you have the <assert.h> header file. */ #undef HAVE_ASSERT_H +/* Define to 1 if you have the `atoi' function. */ +#undef HAVE_ATOI + /* Define to 1 if you have the `bcmp' function. */ #undef HAVE_BCMP @@ -83,7 +89,7 @@ /* Define to 1 if you have the <iostream> header file. */ #undef HAVE_IOSTREAM -/* Define to 1 if you have the <langinfo_h> header file. */ +/* Define to 1 if you have the <langinfo.h> header file. */ #undef HAVE_LANGINFO_H /* Define to 1 if you have the `posix' library (-lposix). */ @@ -173,9 +179,15 @@ /* Define to 1 if you have the <sys/stat.h> header file. */ #undef HAVE_SYS_STAT_H +/* Define to 1 if you have the <sys/timeb.h> header file. */ +#undef HAVE_SYS_TIMEB_H + /* Define to 1 if you have the <sys/types.h> header file. */ #undef HAVE_SYS_TYPES_H +/* Define to 1 if you have the <sys/wait.h> header file. */ +#undef HAVE_SYS_WAIT_H + /* Define to 1 if you have the <time.h> header file. */ #undef HAVE_TIME_H |