aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Gall <tom.gall@linaro.org>2011-12-22 14:20:31 -0600
committerTom Gall <tom.gall@linaro.org>2011-12-22 14:20:31 -0600
commit8c9784f2a55a57a5681b55f7fc44395ad04a278e (patch)
tree86794781404b713a737d8e65f298295068b0a5c3
parent06b1e191d8f20b4787c7b00ce1942134d6ff9266 (diff)
r696 : Use descriptions from libjpeg v8
-rw-r--r--jconfig.h.in16
1 files changed, 8 insertions, 8 deletions
diff --git a/jconfig.h.in b/jconfig.h.in
index 670afab..fbddf7d 100644
--- a/jconfig.h.in
+++ b/jconfig.h.in
@@ -9,7 +9,7 @@
/* Support arithmetic decoding */
#undef D_ARITH_CODING_SUPPORTED
-/* Define if your compiler supports prototypes */
+/* Compiler supports function prototypes. */
#undef HAVE_PROTOTYPES
/* Define to 1 if you have the <stddef.h> header file. */
@@ -18,25 +18,25 @@
/* Define to 1 if you have the <stdlib.h> header file. */
#undef HAVE_STDLIB_H
-/* Define to 1 if the system has the type `unsigned char'. */
+/* Compiler supports 'unsigned char'. */
#undef HAVE_UNSIGNED_CHAR
-/* Define to 1 if the system has the type `unsigned short'. */
+/* Compiler supports 'unsigned short'. */
#undef HAVE_UNSIGNED_SHORT
-/* Define if you want use complete types */
+/* Compiler does not support pointers to unspecified structures. */
#undef INCOMPLETE_TYPES_BROKEN
-/* Define if you have BSD-like bzero and bcopy */
+/* Compiler has <strings.h> rather than standard <string.h>. */
#undef NEED_BSD_STRINGS
-/* Define if you need short function names */
+/* Linker requires that global names be unique in first 15 characters. */
#undef NEED_SHORT_EXTERNAL_NAMES
-/* Define if you have sys/types.h */
+/* Need to include <sys/types.h> in order to obtain size_t. */
#undef NEED_SYS_TYPES_H
-/* Define if shift is unsigned */
+/* Broken compiler shifts signed values as an unsigned shift. */
#undef RIGHT_SHIFT_IS_UNSIGNED
/* Use accelerated SIMD routines. */