config.h.in revision e4da38af
1659607e0Smrg/* config.h.in. Generated from configure.ac by autoheader. */ 2659607e0Smrg 384bf8334Smrg/* Define to 1 if you have the `asprintf' function. */ 484bf8334Smrg#undef HAVE_ASPRINTF 584bf8334Smrg 6659607e0Smrg/* Define to 1 if you have the <dlfcn.h> header file. */ 7659607e0Smrg#undef HAVE_DLFCN_H 8659607e0Smrg 9659607e0Smrg/* Define to 1 if you have the <inttypes.h> header file. */ 10659607e0Smrg#undef HAVE_INTTYPES_H 11659607e0Smrg 12659607e0Smrg/* Define to 1 if you have the <memory.h> header file. */ 13659607e0Smrg#undef HAVE_MEMORY_H 14659607e0Smrg 15659607e0Smrg/* Define to 1 if you have the <stdint.h> header file. */ 16659607e0Smrg#undef HAVE_STDINT_H 17659607e0Smrg 18659607e0Smrg/* Define to 1 if you have the <stdlib.h> header file. */ 19659607e0Smrg#undef HAVE_STDLIB_H 20659607e0Smrg 21659607e0Smrg/* Define to 1 if you have the <strings.h> header file. */ 22659607e0Smrg#undef HAVE_STRINGS_H 23659607e0Smrg 24659607e0Smrg/* Define to 1 if you have the <string.h> header file. */ 25659607e0Smrg#undef HAVE_STRING_H 26659607e0Smrg 27659607e0Smrg/* Define to 1 if you have the <sys/stat.h> header file. */ 28659607e0Smrg#undef HAVE_SYS_STAT_H 29659607e0Smrg 30659607e0Smrg/* Define to 1 if you have the <sys/types.h> header file. */ 31659607e0Smrg#undef HAVE_SYS_TYPES_H 32659607e0Smrg 33659607e0Smrg/* Define to 1 if you have the <unistd.h> header file. */ 34659607e0Smrg#undef HAVE_UNISTD_H 35659607e0Smrg 36e4da38afSmrg/* Define to the sub-directory where libtool stores uninstalled libraries. */ 37fc27e79cSmrg#undef LT_OBJDIR 38fc27e79cSmrg 39659607e0Smrg/* Name of package */ 40659607e0Smrg#undef PACKAGE 41659607e0Smrg 42659607e0Smrg/* Define to the address where bug reports for this package should be sent. */ 43659607e0Smrg#undef PACKAGE_BUGREPORT 44659607e0Smrg 45659607e0Smrg/* Define to the full name of this package. */ 46659607e0Smrg#undef PACKAGE_NAME 47659607e0Smrg 48659607e0Smrg/* Define to the full name and version of this package. */ 49659607e0Smrg#undef PACKAGE_STRING 50659607e0Smrg 51659607e0Smrg/* Define to the one symbol short name of this package. */ 52659607e0Smrg#undef PACKAGE_TARNAME 53659607e0Smrg 54b73be646Smrg/* Define to the home page for this package. */ 55b73be646Smrg#undef PACKAGE_URL 56b73be646Smrg 57659607e0Smrg/* Define to the version of this package. */ 58659607e0Smrg#undef PACKAGE_VERSION 59659607e0Smrg 60659607e0Smrg/* Major version of this package */ 61659607e0Smrg#undef PACKAGE_VERSION_MAJOR 62659607e0Smrg 63659607e0Smrg/* Minor version of this package */ 64659607e0Smrg#undef PACKAGE_VERSION_MINOR 65659607e0Smrg 66659607e0Smrg/* Patch version of this package */ 67659607e0Smrg#undef PACKAGE_VERSION_PATCHLEVEL 68659607e0Smrg 69659607e0Smrg/* Define to 1 if you have the ANSI C header files. */ 70659607e0Smrg#undef STDC_HEADERS 71659607e0Smrg 7284bf8334Smrg/* Enable extensions on AIX 3, Interix. */ 7384bf8334Smrg#ifndef _ALL_SOURCE 7484bf8334Smrg# undef _ALL_SOURCE 7584bf8334Smrg#endif 7684bf8334Smrg/* Enable GNU extensions on systems that have them. */ 7784bf8334Smrg#ifndef _GNU_SOURCE 7884bf8334Smrg# undef _GNU_SOURCE 7984bf8334Smrg#endif 8084bf8334Smrg/* Enable threading extensions on Solaris. */ 8184bf8334Smrg#ifndef _POSIX_PTHREAD_SEMANTICS 8284bf8334Smrg# undef _POSIX_PTHREAD_SEMANTICS 8384bf8334Smrg#endif 8484bf8334Smrg/* Enable extensions on HP NonStop. */ 8584bf8334Smrg#ifndef _TANDEM_SOURCE 8684bf8334Smrg# undef _TANDEM_SOURCE 8784bf8334Smrg#endif 8884bf8334Smrg/* Enable general extensions on Solaris. */ 8984bf8334Smrg#ifndef __EXTENSIONS__ 9084bf8334Smrg# undef __EXTENSIONS__ 9184bf8334Smrg#endif 9284bf8334Smrg 9384bf8334Smrg 94659607e0Smrg/* Version number of package */ 95659607e0Smrg#undef VERSION 9684bf8334Smrg 9784bf8334Smrg/* Define to 1 if on MINIX. */ 9884bf8334Smrg#undef _MINIX 9984bf8334Smrg 10084bf8334Smrg/* Define to 2 if the system does not provide POSIX.1 features except with 10184bf8334Smrg this defined. */ 10284bf8334Smrg#undef _POSIX_1_SOURCE 10384bf8334Smrg 10484bf8334Smrg/* Define to 1 if you need to in order for `stat' and other things to work. */ 10584bf8334Smrg#undef _POSIX_SOURCE 106