]> granicus.if.org Git - libjpeg-turbo/commitdiff
Use descriptions from libjpeg v8
authorDRC <dcommander@users.sourceforge.net>
Wed, 7 Sep 2011 03:26:06 +0000 (03:26 +0000)
committerDRC <dcommander@users.sourceforge.net>
Wed, 7 Sep 2011 03:26:06 +0000 (03:26 +0000)
git-svn-id: svn+ssh://svn.code.sf.net/p/libjpeg-turbo/code/trunk@696 632fc199-4ca6-4c93-a231-07263d6284db

jconfig.h.in

index 670afab53e43bdb2b7b7c26d92e3c7aa6584802b..fbddf7d2b189a6d6425438602dfc3e23df5c2b9d 100644 (file)
@@ -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. */
 /* 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. */