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