summaryrefslogtreecommitdiff
path: root/Build/source/texk/web2c/c-auto.in
diff options
context:
space:
mode:
authorPeter Breitenlohner <peb@mppmu.mpg.de>2012-07-26 06:24:56 +0000
committerPeter Breitenlohner <peb@mppmu.mpg.de>2012-07-26 06:24:56 +0000
commit1a55946e547696aaae9dc3883f18e8b1bd4d72ba (patch)
treec4886a4dd4d364ddc257544af752342d3bba8ef1 /Build/source/texk/web2c/c-auto.in
parent4e1df4e68b351cfe5bdb7c0d6c227c06948af686 (diff)
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
Diffstat (limited to 'Build/source/texk/web2c/c-auto.in')
-rw-r--r--Build/source/texk/web2c/c-auto.in13
1 files changed, 13 insertions, 0 deletions
diff --git a/Build/source/texk/web2c/c-auto.in b/Build/source/texk/web2c/c-auto.in
index 7193e42c9f3..1dc2899d014 100644
--- a/Build/source/texk/web2c/c-auto.in
+++ b/Build/source/texk/web2c/c-auto.in
@@ -342,6 +342,11 @@
/* Define for large files, on AIX-style hosts. */
#undef _LARGE_FILES
+/* Define for Solaris 2.5.1 so the uint64_t typedef from <sys/synch.h>,
+ <pthread.h>, or <semaphore.h> is not used. If the typedef were allowed, the
+ #define below would cause a syntax error. */
+#undef _UINT64_T
+
/* Define to 1 if type `char' is unsigned and you are not using gcc. */
#ifndef __CHAR_UNSIGNED__
# undef __CHAR_UNSIGNED__
@@ -356,7 +361,15 @@
#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 <sys/types.h> 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
+
#endif /* !WEB2C_C_AUTO_H */