From 1a55946e547696aaae9dc3883f18e8b1bd4d72ba Mon Sep 17 00:00:00 2001 From: Peter Breitenlohner Date: Thu, 26 Jul 2012 06:24:56 +0000 Subject: build system: Check for 64-bit integer types and bail out if unsupported git-svn-id: svn://tug.org/texlive/trunk@27164 c570f23f-e606-0410-a88d-b1316a301751 --- Build/source/texk/mendexk/c-auto.in | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'Build/source/texk/mendexk/c-auto.in') diff --git a/Build/source/texk/mendexk/c-auto.in b/Build/source/texk/mendexk/c-auto.in index e25dc2864e3..82fa2142c82 100644 --- a/Build/source/texk/mendexk/c-auto.in +++ b/Build/source/texk/mendexk/c-auto.in @@ -159,6 +159,11 @@ /* Define for large files, on AIX-style hosts. */ #undef _LARGE_FILES +/* Define for Solaris 2.5.1 so the uint64_t typedef from , + , or is not used. If the typedef were allowed, the + #define below would cause a syntax error. */ +#undef _UINT64_T + /* Define to empty if `const' does not conform to ANSI C. */ #undef const @@ -168,5 +173,13 @@ #undef inline #endif +/* Define to the type of a signed integer type of width exactly 64 bits if + such a type exists and the standard includes do not define it. */ +#undef int64_t + /* Define to `unsigned int' if does not define. */ #undef size_t + +/* Define to the type of an unsigned integer type of width exactly 64 bits if + such a type exists and the standard includes do not define it. */ +#undef uint64_t -- cgit v1.2.3