diff options
author | Khaled Hosny <khaledhosny@eglug.org> | 2013-01-10 10:23:52 +0000 |
---|---|---|
committer | Khaled Hosny <khaledhosny@eglug.org> | 2013-01-10 10:23:52 +0000 |
commit | 9ac4d1142a3891626662c639b7b48c235d1fdbe8 (patch) | |
tree | 36e21e540bd4ec3a61aa3399c965875ddae68743 /Build/source/texk/web2c/c-auto.in | |
parent | efbf5bbc4445a501d5bb3e6544255a0e1cf689a7 (diff) |
Check fpr stdbool.h presence
git-svn-id: svn://tug.org/texlive/trunk@28785 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 | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/Build/source/texk/web2c/c-auto.in b/Build/source/texk/web2c/c-auto.in index 02a5d071205..94bf27bc3bc 100644 --- a/Build/source/texk/web2c/c-auto.in +++ b/Build/source/texk/web2c/c-auto.in @@ -162,6 +162,9 @@ /* Define to 1 if you have the `setlocale' function. */ #undef HAVE_SETLOCALE +/* Define to 1 if stdbool.h conforms to C99. */ +#undef HAVE_STDBOOL_H + /* Define to 1 if you have the <stdint.h> header file. */ #undef HAVE_STDINT_H @@ -236,8 +239,8 @@ /* Define to 1 if you have the <unistd.h> header file. */ #undef HAVE_UNISTD_H -/* Define to 1 if the system has the type `unsigned long long int'. */ -#undef HAVE_UNSIGNED_LONG_LONG_INT +/* Define to 1 if the system has the type `_Bool'. */ +#undef HAVE__BOOL /* metafont: Define to include HP 2627 window support. */ #undef HP2627WIN |