[LIBJPEG]
[reactos.git] / reactos / include / reactos / libs / libjpeg / jconfig.h
1 #define HAVE_PROTOTYPES
2 #define HAVE_UNSIGNED_CHAR
3 #define HAVE_UNSIGNED_SHORT
4
5 #define HAVE_STDDEF_H
6 #define HAVE_STDLIB_H
7
8 /* Define "boolean" as unsigned char, not enum, per Windows custom */
9 #ifndef __RPCNDR_H__ /* don't conflict if rpcndr.h already read */
10 typedef unsigned char boolean;
11 #endif
12 #ifndef FALSE /* in case these macros already exist */
13 #define FALSE 0 /* values of boolean */
14 #endif
15 #ifndef TRUE
16 #define TRUE 1
17 #endif
18 #define HAVE_BOOLEAN /* prevent jmorecfg.h from redefining it */
19
20 #undef NEED_BSD_STRINGS
21 #undef NEED_SYS_TYPES_H
22 #undef NEED_FAR_POINTERS /* we presume a 32-bit flat memory model */
23 #undef NEED_SHORT_EXTERNAL_NAMES
24 #undef INCOMPLETE_TYPES_BROKEN