/* config.h.in. Generated from configure.ac by autoheader. */ /* The C compiler to use */ #undef CC /* Compiler flags */ #undef CFLAGS /* Define to 1 if you have the header file. */ #undef HAVE_INTTYPES_H /* Define to 1 if you have the header file. */ #undef HAVE_MEMORY_H /* Define to 1 if you have the header file. */ #undef HAVE_STDINT_H /* Define to 1 if you have the header file. */ #undef HAVE_STDLIB_H /* Define to 1 if you have the header file. */ #undef HAVE_STRINGS_H /* Define to 1 if you have the header file. */ #undef HAVE_STRING_H /* Define to 1 if you have the header file. */ #undef HAVE_SYS_STAT_H /* Define to 1 if you have the header file. */ #undef HAVE_SYS_TYPES_H /* Define to 1 if you have the header file. */ #undef HAVE_UNISTD_H /* The linker to use */ #undef LD /* How to combine object files */ #undef LD_R /* Linker flags */ #undef LFLAGS /* Define to the address where bug reports for this package should be sent. */ #undef PACKAGE_BUGREPORT /* Define to the full name of this package. */ #undef PACKAGE_NAME /* Define to the full name and version of this package. */ #undef PACKAGE_STRING /* Define to the one symbol short name of this package. */ #undef PACKAGE_TARNAME /* Define to the version of this package. */ #undef PACKAGE_VERSION /* The size of a `char', as computed by sizeof. */ #undef SIZEOF_CHAR /* The size of a `int', as computed by sizeof. */ #undef SIZEOF_INT /* The size of a `long', as computed by sizeof. */ #undef SIZEOF_LONG /* The size of a `long long', as computed by sizeof. */ #undef SIZEOF_LONG_LONG /* The size of a `short', as computed by sizeof. */ #undef SIZEOF_SHORT /* Define to 1 if you have the ANSI C header files. */ #undef STDC_HEADERS #if SIZEOF_CHAR == 1 # define TYPE_INT8 char #else # error no 8-bit type found #endif #if SIZEOF_SHORT == 2 # define TYPE_INT16 short #elif SIZEOF_INT == 2 # define TYPE_INT16 int #else # error no 16-bit type found #endif #if SIZEOF_INT == 4 # define TYPE_INT32 int #elif SIZEOF_LONG == 4 # define TYPE_INT32 long #else # error no 32-bit type found #endif #if SIZEOF_INT == 8 # define TYPE_INT64 short #elif SIZEOF_LONG == 8 # define TYPE_INT64 long #elif SIZEOF_LONG_LONG == 8 # define TYPE_INT64 long long #else # error no 64-bit type found #endif