aboutsummaryrefslogtreecommitdiff
path: root/jconfig.txt
diff options
context:
space:
mode:
authordcommander <dcommander@632fc199-4ca6-4c93-a231-07263d6284db>2014-04-20 19:11:52 +0000
committerdcommander <dcommander@632fc199-4ca6-4c93-a231-07263d6284db>2014-04-20 19:11:52 +0000
commit2183c93a05a8652faa8db72eeb7521d571c3874d (patch)
tree4eb4f7c1773104d075c2e650e348d60391ddf957 /jconfig.txt
parent9c6eca12f6fb1dcbf2fa16aa5c2e516d63aaf509 (diff)
We use __CHAR_UNSIGNED__ (automatically defined by the AC_C_CHAR_UNSIGNED macro) rather than CHAR_IS_UNSIGNED (defined by custom autoconf code in libjpeg that we didn't port over), although I doubt it matters on any of the platforms we support.
git-svn-id: svn://svn.code.sf.net/p/libjpeg-turbo/code/trunk@1263 632fc199-4ca6-4c93-a231-07263d6284db
Diffstat (limited to 'jconfig.txt')
-rw-r--r--jconfig.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/jconfig.txt b/jconfig.txt
index b96d312..dda6236 100644
--- a/jconfig.txt
+++ b/jconfig.txt
@@ -48,7 +48,7 @@
* If you're not sure, leaving it undefined will work at some cost in speed.
* If you defined HAVE_UNSIGNED_CHAR then the speed difference is minimal.
*/
-#undef CHAR_IS_UNSIGNED
+#undef __CHAR_UNSIGNED__
/* Define this if your system has an ANSI-conforming <stddef.h> file.
*/