cannam@154: /* config.h.in. Generated from configure.ac by autoheader. */ cannam@154: cannam@154: /* Define to 1 if you have the header file. */ cannam@154: #undef HAVE_DLFCN_H cannam@154: cannam@154: /* Define to 1 if you have the header file. */ cannam@154: #undef HAVE_INTTYPES_H cannam@154: cannam@154: /* Define to 1 if you have the header file. */ cannam@154: #undef HAVE_MEMORY_H cannam@154: cannam@154: /* Define to 1 if you have the header file. */ cannam@154: #undef HAVE_STDINT_H cannam@154: cannam@154: /* Define to 1 if you have the header file. */ cannam@154: #undef HAVE_STDLIB_H cannam@154: cannam@154: /* Define to 1 if you have the header file. */ cannam@154: #undef HAVE_STRINGS_H cannam@154: cannam@154: /* Define to 1 if you have the header file. */ cannam@154: #undef HAVE_STRING_H cannam@154: cannam@154: /* Define to 1 if you have the header file. */ cannam@154: #undef HAVE_SYS_STAT_H cannam@154: cannam@154: /* Define to 1 if you have the header file. */ cannam@154: #undef HAVE_SYS_TYPES_H cannam@154: cannam@154: /* Define to 1 if you have the header file. */ cannam@154: #undef HAVE_UNISTD_H cannam@154: cannam@154: /* Define to the sub-directory where libtool stores uninstalled libraries. */ cannam@154: #undef LT_OBJDIR cannam@154: cannam@154: /* Disable floating-point API */ cannam@154: #undef OP_DISABLE_FLOAT_API cannam@154: cannam@154: /* Enable assertions in code */ cannam@154: #undef OP_ENABLE_ASSERTIONS cannam@154: cannam@154: /* Enable HTTP support */ cannam@154: #undef OP_ENABLE_HTTP cannam@154: cannam@154: /* Enable fixed-point calculation */ cannam@154: #undef OP_FIXED_POINT cannam@154: cannam@154: /* Enable use of lrintf function */ cannam@154: #undef OP_HAVE_LRINTF cannam@154: cannam@154: /* Define to the address where bug reports for this package should be sent. */ cannam@154: #undef PACKAGE_BUGREPORT cannam@154: cannam@154: /* Define to the full name of this package. */ cannam@154: #undef PACKAGE_NAME cannam@154: cannam@154: /* Define to the full name and version of this package. */ cannam@154: #undef PACKAGE_STRING cannam@154: cannam@154: /* Define to the one symbol short name of this package. */ cannam@154: #undef PACKAGE_TARNAME cannam@154: cannam@154: /* Define to the home page for this package. */ cannam@154: #undef PACKAGE_URL cannam@154: cannam@154: /* Define to the version of this package. */ cannam@154: #undef PACKAGE_VERSION cannam@154: cannam@154: /* Define to 1 if you have the ANSI C header files. */ cannam@154: #undef STDC_HEADERS cannam@154: cannam@154: /* Define this if the compiler supports __attribute__(( cannam@154: ifelse([visibility("default")], , [visibility_default], cannam@154: [visibility("default")]) )) */ cannam@154: #undef SUPPORT_ATTRIBUTE_VISIBILITY_DEFAULT cannam@154: cannam@154: /* Define this if the compiler supports the -fvisibility flag */ cannam@154: #undef SUPPORT_FLAG_VISIBILITY cannam@154: cannam@154: /* Enable extensions on AIX 3, Interix. */ cannam@154: #ifndef _ALL_SOURCE cannam@154: # undef _ALL_SOURCE cannam@154: #endif cannam@154: /* Enable GNU extensions on systems that have them. */ cannam@154: #ifndef _GNU_SOURCE cannam@154: # undef _GNU_SOURCE cannam@154: #endif cannam@154: /* Enable threading extensions on Solaris. */ cannam@154: #ifndef _POSIX_PTHREAD_SEMANTICS cannam@154: # undef _POSIX_PTHREAD_SEMANTICS cannam@154: #endif cannam@154: /* Enable extensions on HP NonStop. */ cannam@154: #ifndef _TANDEM_SOURCE cannam@154: # undef _TANDEM_SOURCE cannam@154: #endif cannam@154: /* Enable general extensions on Solaris. */ cannam@154: #ifndef __EXTENSIONS__ cannam@154: # undef __EXTENSIONS__ cannam@154: #endif cannam@154: cannam@154: cannam@154: /* Enable large inode numbers on Mac OS X 10.5. */ cannam@154: #ifndef _DARWIN_USE_64_BIT_INODE cannam@154: # define _DARWIN_USE_64_BIT_INODE 1 cannam@154: #endif cannam@154: cannam@154: /* Number of bits in a file offset, on hosts where this is settable. */ cannam@154: #undef _FILE_OFFSET_BITS cannam@154: cannam@154: /* Define for large files, on AIX-style hosts. */ cannam@154: #undef _LARGE_FILES cannam@154: cannam@154: /* Define to 1 if on MINIX. */ cannam@154: #undef _MINIX cannam@154: cannam@154: /* Define to 2 if the system does not provide POSIX.1 features except with cannam@154: this defined. */ cannam@154: #undef _POSIX_1_SOURCE cannam@154: cannam@154: /* Define to 1 if you need to in order for `stat' and other things to work. */ cannam@154: #undef _POSIX_SOURCE cannam@154: cannam@154: /* We need at least WindowsXP for getaddrinfo/freeaddrinfo */ cannam@154: #undef _WIN32_WINNT