1/* config.h.in. Generated from configure.ac by autoheader. */ 2 3/* Define to 1 if you have the declaration of 'getentropy', and to 0 if you 4 don't. */ 5#undef HAVE_DECL_GETENTROPY 6 7/* Define to 1 if you have the declaration of 'glob', and to 0 if you don't. 8 */ 9#undef HAVE_DECL_GLOB 10 11/* Define to 1 if you have the declaration of 'mmap', and to 0 if you don't. 12 */ 13#undef HAVE_DECL_MMAP 14 15/* Define to 1 if you have the <dlfcn.h> header file. */ 16#undef HAVE_DLFCN_H 17 18/* Have dlopen based dso */ 19#undef HAVE_DLOPEN 20 21/* Define to 1 if the system has the `destructor' function attribute */ 22#undef HAVE_FUNC_ATTRIBUTE_DESTRUCTOR 23 24/* Define to 1 if you have the <inttypes.h> header file. */ 25#undef HAVE_INTTYPES_H 26 27/* Define if history library is available */ 28#undef HAVE_LIBHISTORY 29 30/* Define if readline library is available */ 31#undef HAVE_LIBREADLINE 32 33/* Define to 1 if you have the <lzma.h> header file. */ 34#undef HAVE_LZMA_H 35 36/* Define to 1 if you have the <poll.h> header file. */ 37#undef HAVE_POLL_H 38 39/* Define to 1 if you have the <pthread.h> header file. */ 40#undef HAVE_PTHREAD_H 41 42/* Have shl_load based dso */ 43#undef HAVE_SHLLOAD 44 45/* Define to 1 if you have the <stdint.h> header file. */ 46#undef HAVE_STDINT_H 47 48/* Define to 1 if you have the <stdio.h> header file. */ 49#undef HAVE_STDIO_H 50 51/* Define to 1 if you have the <stdlib.h> header file. */ 52#undef HAVE_STDLIB_H 53 54/* Define to 1 if you have the <strings.h> header file. */ 55#undef HAVE_STRINGS_H 56 57/* Define to 1 if you have the <string.h> header file. */ 58#undef HAVE_STRING_H 59 60/* Define to 1 if you have the <sys/stat.h> header file. */ 61#undef HAVE_SYS_STAT_H 62 63/* Define to 1 if you have the <sys/types.h> header file. */ 64#undef HAVE_SYS_TYPES_H 65 66/* Define to 1 if you have the <unistd.h> header file. */ 67#undef HAVE_UNISTD_H 68 69/* Define to 1 if you have the <zlib.h> header file. */ 70#undef HAVE_ZLIB_H 71 72/* Define to the sub-directory where libtool stores uninstalled libraries. */ 73#undef LT_OBJDIR 74 75/* Name of package */ 76#undef PACKAGE 77 78/* Define to the address where bug reports for this package should be sent. */ 79#undef PACKAGE_BUGREPORT 80 81/* Define to the full name of this package. */ 82#undef PACKAGE_NAME 83 84/* Define to the full name and version of this package. */ 85#undef PACKAGE_STRING 86 87/* Define to the one symbol short name of this package. */ 88#undef PACKAGE_TARNAME 89 90/* Define to the home page for this package. */ 91#undef PACKAGE_URL 92 93/* Define to the version of this package. */ 94#undef PACKAGE_VERSION 95 96/* Define to 1 if all of the C89 standard headers exist (not just the ones 97 required in a freestanding environment). This macro is provided for 98 backward compatibility; new code need not use it. */ 99#undef STDC_HEADERS 100 101/* Version number of package */ 102#undef VERSION 103 104/* TLS specifier */ 105#undef XML_THREAD_LOCAL 106