Chris@1: /* config.h.in. Generated from configure.in by autoheader. */ Chris@1: Chris@1: /* Define to 1 if you have the header file. */ Chris@1: #undef HAVE_DLFCN_H Chris@1: Chris@1: /* Define to 1 if you have the header file. */ Chris@1: #undef HAVE_INTTYPES_H Chris@1: Chris@1: /* Define to 1 if you have the header file. */ Chris@1: #undef HAVE_MEMORY_H Chris@1: Chris@1: /* Define to 1 if you have the header file. */ Chris@1: #undef HAVE_STDINT_H Chris@1: Chris@1: /* Define to 1 if you have the header file. */ Chris@1: #undef HAVE_STDLIB_H Chris@1: Chris@1: /* Define to 1 if you have the header file. */ Chris@1: #undef HAVE_STRINGS_H Chris@1: Chris@1: /* Define to 1 if you have the header file. */ Chris@1: #undef HAVE_STRING_H Chris@1: Chris@1: /* Define to 1 if you have the header file. */ Chris@1: #undef HAVE_SYS_STAT_H Chris@1: Chris@1: /* Define to 1 if you have the header file. */ Chris@1: #undef HAVE_SYS_TYPES_H Chris@1: Chris@1: /* Define to 1 if you have the header file. */ Chris@1: #undef HAVE_UNISTD_H Chris@1: Chris@1: /* Define to the sub-directory in which libtool stores uninstalled libraries. Chris@1: */ Chris@1: #undef LT_OBJDIR Chris@1: Chris@1: /* Define to 1 if your C compiler doesn't accept -c and -o together. */ Chris@1: #undef NO_MINUS_C_MINUS_O Chris@1: Chris@1: /* Name of package */ Chris@1: #undef PACKAGE Chris@1: Chris@1: /* Define to the address where bug reports for this package should be sent. */ Chris@1: #undef PACKAGE_BUGREPORT Chris@1: Chris@1: /* Define to the full name of this package. */ Chris@1: #undef PACKAGE_NAME Chris@1: Chris@1: /* Define to the full name and version of this package. */ Chris@1: #undef PACKAGE_STRING Chris@1: Chris@1: /* Define to the one symbol short name of this package. */ Chris@1: #undef PACKAGE_TARNAME Chris@1: Chris@1: /* Define to the home page for this package. */ Chris@1: #undef PACKAGE_URL Chris@1: Chris@1: /* Define to the version of this package. */ Chris@1: #undef PACKAGE_VERSION Chris@1: Chris@1: /* The size of `int', as computed by sizeof. */ Chris@1: #undef SIZEOF_INT Chris@1: Chris@1: /* The size of `int16_t', as computed by sizeof. */ Chris@1: #undef SIZEOF_INT16_T Chris@1: Chris@1: /* The size of `int32_t', as computed by sizeof. */ Chris@1: #undef SIZEOF_INT32_T Chris@1: Chris@1: /* The size of `int64_t', as computed by sizeof. */ Chris@1: #undef SIZEOF_INT64_T Chris@1: Chris@1: /* The size of `long', as computed by sizeof. */ Chris@1: #undef SIZEOF_LONG Chris@1: Chris@1: /* The size of `long long', as computed by sizeof. */ Chris@1: #undef SIZEOF_LONG_LONG Chris@1: Chris@1: /* The size of `short', as computed by sizeof. */ Chris@1: #undef SIZEOF_SHORT Chris@1: Chris@1: /* The size of `uint16_t', as computed by sizeof. */ Chris@1: #undef SIZEOF_UINT16_T Chris@1: Chris@1: /* The size of `uint32_t', as computed by sizeof. */ Chris@1: #undef SIZEOF_UINT32_T Chris@1: Chris@1: /* The size of `u_int16_t', as computed by sizeof. */ Chris@1: #undef SIZEOF_U_INT16_T Chris@1: Chris@1: /* The size of `u_int32_t', as computed by sizeof. */ Chris@1: #undef SIZEOF_U_INT32_T Chris@1: Chris@1: /* Define to 1 if you have the ANSI C header files. */ Chris@1: #undef STDC_HEADERS Chris@1: Chris@1: /* Version number of package */ Chris@1: #undef VERSION Chris@1: Chris@1: /* Define to empty if `const' does not conform to ANSI C. */ Chris@1: #undef const