config.h.in revision b73be646
1659607e0Smrg/* config.h.in. Generated from configure.ac by autoheader. */ 2659607e0Smrg 3659607e0Smrg/* Define to 1 if you have the <dlfcn.h> header file. */ 4659607e0Smrg#undef HAVE_DLFCN_H 5659607e0Smrg 6659607e0Smrg/* Define to 1 if you have the <inttypes.h> header file. */ 7659607e0Smrg#undef HAVE_INTTYPES_H 8659607e0Smrg 9659607e0Smrg/* Define to 1 if you have the <memory.h> header file. */ 10659607e0Smrg#undef HAVE_MEMORY_H 11659607e0Smrg 12659607e0Smrg/* Define to 1 if you have the <stdint.h> header file. */ 13659607e0Smrg#undef HAVE_STDINT_H 14659607e0Smrg 15659607e0Smrg/* Define to 1 if you have the <stdlib.h> header file. */ 16659607e0Smrg#undef HAVE_STDLIB_H 17659607e0Smrg 18659607e0Smrg/* Define to 1 if you have the <strings.h> header file. */ 19659607e0Smrg#undef HAVE_STRINGS_H 20659607e0Smrg 21659607e0Smrg/* Define to 1 if you have the <string.h> header file. */ 22659607e0Smrg#undef HAVE_STRING_H 23659607e0Smrg 24659607e0Smrg/* Define to 1 if you have the <sys/stat.h> header file. */ 25659607e0Smrg#undef HAVE_SYS_STAT_H 26659607e0Smrg 27659607e0Smrg/* Define to 1 if you have the <sys/types.h> header file. */ 28659607e0Smrg#undef HAVE_SYS_TYPES_H 29659607e0Smrg 30659607e0Smrg/* Define to 1 if you have the <unistd.h> header file. */ 31659607e0Smrg#undef HAVE_UNISTD_H 32659607e0Smrg 33fc27e79cSmrg/* Define to the sub-directory in which libtool stores uninstalled libraries. 34fc27e79cSmrg */ 35fc27e79cSmrg#undef LT_OBJDIR 36fc27e79cSmrg 37659607e0Smrg/* Name of package */ 38659607e0Smrg#undef PACKAGE 39659607e0Smrg 40659607e0Smrg/* Define to the address where bug reports for this package should be sent. */ 41659607e0Smrg#undef PACKAGE_BUGREPORT 42659607e0Smrg 43659607e0Smrg/* Define to the full name of this package. */ 44659607e0Smrg#undef PACKAGE_NAME 45659607e0Smrg 46659607e0Smrg/* Define to the full name and version of this package. */ 47659607e0Smrg#undef PACKAGE_STRING 48659607e0Smrg 49659607e0Smrg/* Define to the one symbol short name of this package. */ 50659607e0Smrg#undef PACKAGE_TARNAME 51659607e0Smrg 52b73be646Smrg/* Define to the home page for this package. */ 53b73be646Smrg#undef PACKAGE_URL 54b73be646Smrg 55659607e0Smrg/* Define to the version of this package. */ 56659607e0Smrg#undef PACKAGE_VERSION 57659607e0Smrg 58659607e0Smrg/* Major version of this package */ 59659607e0Smrg#undef PACKAGE_VERSION_MAJOR 60659607e0Smrg 61659607e0Smrg/* Minor version of this package */ 62659607e0Smrg#undef PACKAGE_VERSION_MINOR 63659607e0Smrg 64659607e0Smrg/* Patch version of this package */ 65659607e0Smrg#undef PACKAGE_VERSION_PATCHLEVEL 66659607e0Smrg 67659607e0Smrg/* Define to 1 if you have the ANSI C header files. */ 68659607e0Smrg#undef STDC_HEADERS 69659607e0Smrg 70659607e0Smrg/* Version number of package */ 71659607e0Smrg#undef VERSION 72