jconfig.h revision 0ca44258fc43bc44ea31b875001311591cc5634c
1/* Define if your compiler supports prototypes */ 2#undef HAVE_PROTOTYPES 3 4/* Define to 1 if you have the <stddef.h> header file. */ 5#undef HAVE_STDDEF_H 6 7/* Define to 1 if you have the <stdlib.h> header file. */ 8#undef HAVE_STDLIB_H 9 10/* Define to 1 if the system has the type `unsigned char'. */ 11#undef HAVE_UNSIGNED_CHAR 12 13/* Define to 1 if the system has the type `unsigned short'. */ 14#undef HAVE_UNSIGNED_SHORT 15 16/* Define if you want use complete types */ 17#undef INCOMPLETE_TYPES_BROKEN 18 19/* Define if you have BSD-like bzero and bcopy */ 20#undef NEED_BSD_STRINGS 21 22/* Define if you need short function names */ 23#undef NEED_SHORT_EXTERNAL_NAMES 24 25/* Define if you have sys/types.h */ 26#undef NEED_SYS_TYPES_H 27 28/* Define if shift is unsigned */ 29#undef RIGHT_SHIFT_IS_UNSIGNED 30 31/* Define to 1 if type `char' is unsigned and you are not using gcc. */ 32#ifndef __CHAR_UNSIGNED__ 33# undef __CHAR_UNSIGNED__ 34#endif 35 36/* Define to empty if `const' does not conform to ANSI C. */ 37#undef const 38 39/* Define to `__inline__' or `__inline' if that's what the C compiler 40 calls it, or to nothing if 'inline' is not supported under any name. */ 41#ifndef __cplusplus 42#undef inline 43#endif 44 45/* Define to `unsigned int' if <sys/types.h> does not define. */ 46#undef size_t 47