summaryrefslogtreecommitdiff
path: root/Build/source/texk/web2c/c-auto.in
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2011-06-22 23:57:08 +0000
committerKarl Berry <karl@freefriends.org>2011-06-22 23:57:08 +0000
commitfd18148fe25a9f6d68ee3a3df34dd8012b73a124 (patch)
tree59182556ba8c12bb6be430087874790ed11792e4 /Build/source/texk/web2c/c-auto.in
parent3cb75e485a6f7c3fbeb57d22a22f1f3f735580b6 (diff)
AC_C_CHAR_UNSIGNED for aix
git-svn-id: svn://tug.org/texlive/trunk@23095 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/web2c/c-auto.in')
-rw-r--r--Build/source/texk/web2c/c-auto.in5
1 files changed, 5 insertions, 0 deletions
diff --git a/Build/source/texk/web2c/c-auto.in b/Build/source/texk/web2c/c-auto.in
index bbe8b558f28..ab57e65e0b1 100644
--- a/Build/source/texk/web2c/c-auto.in
+++ b/Build/source/texk/web2c/c-auto.in
@@ -334,6 +334,11 @@
/* Define for large files, on AIX-style hosts. */
#undef _LARGE_FILES
+/* Define to 1 if type `char' is unsigned and you are not using gcc. */
+#ifndef __CHAR_UNSIGNED__
+# undef __CHAR_UNSIGNED__
+#endif
+
/* Define to empty if `const' does not conform to ANSI C. */
#undef const