39 lines
1.1 KiB
C
39 lines
1.1 KiB
C
/* Auto-generated config.h file powered by cmake. */
|
|
|
|
/* Defined to 1 if the compiler supports prototype functions. */
|
|
#define HAVE_PROTOTYPES 1
|
|
|
|
/* Defined to 1 if we have access to stddef.h */
|
|
#cmakedefine HAVE_STDDEF_H 1
|
|
|
|
/* Defined to 1 if we have access to stdlib.h */
|
|
#cmakedefine HAVE_STDLIB_H 1
|
|
|
|
/* Defined to 1 if we only have the BSD style strings.h file. */
|
|
#cmakedefine HAVE_STRING_H 1
|
|
#cmakedefine HAVE_STRINGS_H 1
|
|
#if defined(HAVE_STRINGS_H) && !defined(HAVE_STRING_H)
|
|
#define NEED_BSD_STRINGS 1
|
|
#endif
|
|
|
|
/* Defined to 1 if we have an unsigned char type. */
|
|
#define HAVE_UNSIGNED_CHAR 1
|
|
|
|
/* Defined to 1 if we have an unsigned short type. */
|
|
#define HAVE_UNSIGNED_SHORT 1
|
|
|
|
/* At some point, allow for defining CHAR_IS_UNSIGNED. */
|
|
|
|
/* Define to 1 if the sys types header is required. */
|
|
/* TODO: Figure out the right way of using this with size_t. */
|
|
#cmakedefine HAVE_SYS_TYPES_H 1
|
|
#if defined(HAVE_SYS_TYPES_H)
|
|
#define NEED_SYS_TYPES_H 1
|
|
#endif
|
|
|
|
/* Defined to 1 if short external names are needed for linking. */
|
|
#cmakedefine NEED_SHORT_EXTERNAL_NAMES 1
|
|
|
|
/* Defined to 1 if incomplete types are broken. */
|
|
#cmakedefine INCOMPLETE_TYPES_BROKEN 1
|