summaryrefslogtreecommitdiff
path: root/jconfig_api.h.in
blob: 2d5d22eaaea4ff3ff0ea76f94052ff8939f5c3fd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
/* IJG JPEG Library Configuration Header  */

/* Characters are unsigned */
#undef CHAR_IS_UNSIGNED

/* Compiler supports function prototypes. */
#undef HAVE_PROTOTYPES

/* Define to 1 if you have the <stddef.h> header file. */
#undef HAVE_STDDEF_H

/* Define to 1 if you have the <stdlib.h> header file. */
#undef HAVE_STDLIB_H

/* Compiler supports 'unsigned char'. */
#undef HAVE_UNSIGNED_CHAR

/* Compiler supports 'unsigned short'. */
#undef HAVE_UNSIGNED_SHORT

/* Compiler does not support pointers to unspecified structures. */
#undef INCOMPLETE_TYPES_BROKEN

/* Compiler has <strings.h> rather than standard <string.h>. */
#undef NEED_BSD_STRINGS

/* Linker requires that global names be unique in first 15 characters. */
#undef NEED_SHORT_EXTERNAL_NAMES

/* Need to include <sys/types.h> in order to obtain size_t. */
#undef NEED_SYS_TYPES_H

/* Define to empty if `const' does not conform to ANSI C. */
#undef const

/* Define 'void' as 'char' for archaic compilers that don't understand it. */
#undef void