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