config.h.in revision 84bf8334
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 36fc27e79cSmrg/* Define to the sub-directory in which libtool stores uninstalled libraries. 37fc27e79cSmrg */ 38fc27e79cSmrg#undef LT_OBJDIR 39fc27e79cSmrg 40659607e0Smrg/* Name of package */ 41659607e0Smrg#undef PACKAGE 42659607e0Smrg 43659607e0Smrg/* Define to the address where bug reports for this package should be sent. */ 44659607e0Smrg#undef PACKAGE_BUGREPORT 45659607e0Smrg 46659607e0Smrg/* Define to the full name of this package. */ 47659607e0Smrg#undef PACKAGE_NAME 48659607e0Smrg 49659607e0Smrg/* Define to the full name and version of this package. */ 50659607e0Smrg#undef PACKAGE_STRING 51659607e0Smrg 52659607e0Smrg/* Define to the one symbol short name of this package. */ 53659607e0Smrg#undef PACKAGE_TARNAME 54659607e0Smrg 55b73be646Smrg/* Define to the home page for this package. */ 56b73be646Smrg#undef PACKAGE_URL 57b73be646Smrg 58659607e0Smrg/* Define to the version of this package. */ 59659607e0Smrg#undef PACKAGE_VERSION 60659607e0Smrg 61659607e0Smrg/* Major version of this package */ 62659607e0Smrg#undef PACKAGE_VERSION_MAJOR 63659607e0Smrg 64659607e0Smrg/* Minor version of this package */ 65659607e0Smrg#undef PACKAGE_VERSION_MINOR 66659607e0Smrg 67659607e0Smrg/* Patch version of this package */ 68659607e0Smrg#undef PACKAGE_VERSION_PATCHLEVEL 69659607e0Smrg 70659607e0Smrg/* Define to 1 if you have the ANSI C header files. */ 71659607e0Smrg#undef STDC_HEADERS 72659607e0Smrg 7384bf8334Smrg/* Enable extensions on AIX 3, Interix. */ 7484bf8334Smrg#ifndef _ALL_SOURCE 7584bf8334Smrg# undef _ALL_SOURCE 7684bf8334Smrg#endif 7784bf8334Smrg/* Enable GNU extensions on systems that have them. */ 7884bf8334Smrg#ifndef _GNU_SOURCE 7984bf8334Smrg# undef _GNU_SOURCE 8084bf8334Smrg#endif 8184bf8334Smrg/* Enable threading extensions on Solaris. */ 8284bf8334Smrg#ifndef _POSIX_PTHREAD_SEMANTICS 8384bf8334Smrg# undef _POSIX_PTHREAD_SEMANTICS 8484bf8334Smrg#endif 8584bf8334Smrg/* Enable extensions on HP NonStop. */ 8684bf8334Smrg#ifndef _TANDEM_SOURCE 8784bf8334Smrg# undef _TANDEM_SOURCE 8884bf8334Smrg#endif 8984bf8334Smrg/* Enable general extensions on Solaris. */ 9084bf8334Smrg#ifndef __EXTENSIONS__ 9184bf8334Smrg# undef __EXTENSIONS__ 9284bf8334Smrg#endif 9384bf8334Smrg 9484bf8334Smrg 95659607e0Smrg/* Version number of package */ 96659607e0Smrg#undef VERSION 9784bf8334Smrg 9884bf8334Smrg/* Define to 1 if on MINIX. */ 9984bf8334Smrg#undef _MINIX 10084bf8334Smrg 10184bf8334Smrg/* Define to 2 if the system does not provide POSIX.1 features except with 10284bf8334Smrg this defined. */ 10384bf8334Smrg#undef _POSIX_1_SOURCE 10484bf8334Smrg 10584bf8334Smrg/* Define to 1 if you need to in order for `stat' and other things to work. */ 10684bf8334Smrg#undef _POSIX_SOURCE 107