Chris@0: /* config.h.in. Generated from configure.ac by autoheader. */ Chris@0: Chris@0: /* Define to enable diagnostic debugging support. */ Chris@0: #undef DEBUG Chris@0: Chris@0: /* Define to 1 if you have the header file. */ Chris@0: #undef HAVE_ASSERT_H Chris@0: Chris@0: /* Define to 1 if you have the header file. */ Chris@0: #undef HAVE_DLFCN_H Chris@0: Chris@0: /* Define to 1 if you have the `ftruncate' function. */ Chris@0: #undef HAVE_FTRUNCATE Chris@0: Chris@0: /* Define to 1 if you have the header file. */ Chris@0: #undef HAVE_INTTYPES_H Chris@0: Chris@0: /* Define to 1 if you have the `z' library (-lz). */ Chris@0: #undef HAVE_LIBZ Chris@0: Chris@0: /* Define to 1 if you have the header file. */ Chris@0: #undef HAVE_MEMORY_H Chris@0: Chris@0: /* Define to 1 if you have the header file. */ Chris@0: #undef HAVE_STDINT_H Chris@0: Chris@0: /* Define to 1 if you have the header file. */ Chris@0: #undef HAVE_STDLIB_H Chris@0: Chris@0: /* Define to 1 if you have the header file. */ Chris@0: #undef HAVE_STRINGS_H Chris@0: Chris@0: /* Define to 1 if you have the header file. */ Chris@0: #undef HAVE_STRING_H Chris@0: Chris@0: /* Define to 1 if you have the header file. */ Chris@0: #undef HAVE_SYS_STAT_H Chris@0: Chris@0: /* Define to 1 if you have the header file. */ Chris@0: #undef HAVE_SYS_TYPES_H Chris@0: Chris@0: /* Define to 1 if you have the header file. */ Chris@0: #undef HAVE_UNISTD_H Chris@0: Chris@0: /* Define to disable debugging assertions. */ Chris@0: #undef NDEBUG Chris@0: Chris@0: /* Name of package */ Chris@0: #undef PACKAGE Chris@0: Chris@0: /* Define to the address where bug reports for this package should be sent. */ Chris@0: #undef PACKAGE_BUGREPORT Chris@0: Chris@0: /* Define to the full name of this package. */ Chris@0: #undef PACKAGE_NAME Chris@0: Chris@0: /* Define to the full name and version of this package. */ Chris@0: #undef PACKAGE_STRING Chris@0: Chris@0: /* Define to the one symbol short name of this package. */ Chris@0: #undef PACKAGE_TARNAME Chris@0: Chris@0: /* Define to the version of this package. */ Chris@0: #undef PACKAGE_VERSION Chris@0: Chris@0: /* Define to 1 if you have the ANSI C header files. */ Chris@0: #undef STDC_HEADERS Chris@0: Chris@0: /* Version number of package */ Chris@0: #undef VERSION Chris@0: Chris@0: /* Define to empty if `const' does not conform to ANSI C. */ Chris@0: #undef const Chris@0: Chris@0: /* Define to `__inline__' or `__inline' if that's what the C compiler Chris@0: calls it, or to nothing if 'inline' is not supported under any name. */ Chris@0: #ifndef __cplusplus Chris@0: #undef inline Chris@0: #endif