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