blob: 4e5e80edf9921f0865461b218453ddbe45bf9e58 [file] [log] [blame]
Constantin Kaplinsky0ca44252008-09-28 05:08:48 +00001/* 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
Pierre Ossman59a39382009-03-09 13:15:56 +000031/* Use accelerated SIMD routines. */
32#undef WITH_SIMD
33
Constantin Kaplinsky0ca44252008-09-28 05:08:48 +000034/* Define to 1 if type `char' is unsigned and you are not using gcc. */
35#ifndef __CHAR_UNSIGNED__
36# undef __CHAR_UNSIGNED__
37#endif
38
39/* Define to empty if `const' does not conform to ANSI C. */
40#undef const
41
42/* Define to `__inline__' or `__inline' if that's what the C compiler
43 calls it, or to nothing if 'inline' is not supported under any name. */
44#ifndef __cplusplus
45#undef inline
46#endif
47
48/* Define to `unsigned int' if <sys/types.h> does not define. */
49#undef size_t