diff options
author | Peter Breitenlohner <peb@mppmu.mpg.de> | 2013-01-26 11:54:36 +0000 |
---|---|---|
committer | Peter Breitenlohner <peb@mppmu.mpg.de> | 2013-01-26 11:54:36 +0000 |
commit | a4465a1d204198c56c93b9a21056805818713afe (patch) | |
tree | 4bee6c4b25b8fab233ee122ebeee82eb6f628de3 /Build/source/texk/web2c/c-auto.in | |
parent | 4e80a1f7bb1f4e5cf868ea4974e01a4ff7084738 (diff) |
texk/web2c: Avoid the 'unsigned long long madness'
git-svn-id: svn://tug.org/texlive/trunk@28951 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, 0 insertions, 6 deletions
diff --git a/Build/source/texk/web2c/c-auto.in b/Build/source/texk/web2c/c-auto.in index 040c5b77742..6767e1b338b 100644 --- a/Build/source/texk/web2c/c-auto.in +++ b/Build/source/texk/web2c/c-auto.in @@ -126,9 +126,6 @@ /* Define to 1 if the system has the type `long double'. */ #undef HAVE_LONG_DOUBLE -/* Define to 1 if the system has the type 'long long int'. */ -#undef HAVE_LONG_LONG_INT - /* Define to 1 if you have the `memcmp' function. */ #undef HAVE_MEMCMP @@ -239,9 +236,6 @@ /* 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 |