1/* config.h.in. Generated from configure.ac by autoheader. */ 2 3/* A form that will not confuse apibuild.py */ 4#undef ATTRIBUTE_DESTRUCTOR 5 6/* Define to 1 if you have the <arpa/inet.h> header file. */ 7#undef HAVE_ARPA_INET_H 8 9/* Define if __attribute__((destructor)) is accepted */ 10#undef HAVE_ATTRIBUTE_DESTRUCTOR 11 12/* Define to 1 if you have the <dlfcn.h> header file. */ 13#undef HAVE_DLFCN_H 14 15/* Have dlopen based dso */ 16#undef HAVE_DLOPEN 17 18/* Define to 1 if you have the <dl.h> header file. */ 19#undef HAVE_DL_H 20 21/* Define to 1 if you have the <fcntl.h> header file. */ 22#undef HAVE_FCNTL_H 23 24/* Define to 1 if you have the `ftime' function. */ 25#undef HAVE_FTIME 26 27/* Define to 1 if you have the `getentropy' function. */ 28#undef HAVE_GETENTROPY 29 30/* Define to 1 if you have the `gettimeofday' function. */ 31#undef HAVE_GETTIMEOFDAY 32 33/* Define to 1 if you have the <glob.h> header file. */ 34#undef HAVE_GLOB_H 35 36/* Define to 1 if you have the <inttypes.h> header file. */ 37#undef HAVE_INTTYPES_H 38 39/* Define to 1 if you have the `isascii' function. */ 40#undef HAVE_ISASCII 41 42/* Define if history library is there (-lhistory) */ 43#undef HAVE_LIBHISTORY 44 45/* Define if readline library is there (-lreadline) */ 46#undef HAVE_LIBREADLINE 47 48/* Define to 1 if you have the <lzma.h> header file. */ 49#undef HAVE_LZMA_H 50 51/* Define to 1 if you have the `mmap' function. */ 52#undef HAVE_MMAP 53 54/* Define to 1 if you have the `munmap' function. */ 55#undef HAVE_MUNMAP 56 57/* mmap() is no good without munmap() */ 58#if defined(HAVE_MMAP) && !defined(HAVE_MUNMAP) 59# undef /**/ HAVE_MMAP 60#endif 61 62/* Define to 1 if you have the <netdb.h> header file. */ 63#undef HAVE_NETDB_H 64 65/* Define to 1 if you have the <netinet/in.h> header file. */ 66#undef HAVE_NETINET_IN_H 67 68/* Define to 1 if you have the <poll.h> header file. */ 69#undef HAVE_POLL_H 70 71/* Define to 1 if you have the <pthread.h> header file. */ 72#undef HAVE_PTHREAD_H 73 74/* Have shl_load based dso */ 75#undef HAVE_SHLLOAD 76 77/* Define to 1 if you have the `stat' function. */ 78#undef HAVE_STAT 79 80/* Define to 1 if you have the <stdint.h> header file. */ 81#undef HAVE_STDINT_H 82 83/* Define to 1 if you have the <stdio.h> header file. */ 84#undef HAVE_STDIO_H 85 86/* Define to 1 if you have the <stdlib.h> header file. */ 87#undef HAVE_STDLIB_H 88 89/* Define to 1 if you have the <strings.h> header file. */ 90#undef HAVE_STRINGS_H 91 92/* Define to 1 if you have the <string.h> header file. */ 93#undef HAVE_STRING_H 94 95/* Define to 1 if you have the <sys/mman.h> header file. */ 96#undef HAVE_SYS_MMAN_H 97 98/* Define to 1 if you have the <sys/random.h> header file. */ 99#undef HAVE_SYS_RANDOM_H 100 101/* Define to 1 if you have the <sys/select.h> header file. */ 102#undef HAVE_SYS_SELECT_H 103 104/* Define to 1 if you have the <sys/socket.h> header file. */ 105#undef HAVE_SYS_SOCKET_H 106 107/* Define to 1 if you have the <sys/stat.h> header file. */ 108#undef HAVE_SYS_STAT_H 109 110/* Define to 1 if you have the <sys/timeb.h> header file. */ 111#undef HAVE_SYS_TIMEB_H 112 113/* Define to 1 if you have the <sys/time.h> header file. */ 114#undef HAVE_SYS_TIME_H 115 116/* Define to 1 if you have the <sys/types.h> header file. */ 117#undef HAVE_SYS_TYPES_H 118 119/* Define to 1 if you have the <unistd.h> header file. */ 120#undef HAVE_UNISTD_H 121 122/* Define to 1 if you have the <zlib.h> header file. */ 123#undef HAVE_ZLIB_H 124 125/* Define to the sub-directory where libtool stores uninstalled libraries. */ 126#undef LT_OBJDIR 127 128/* Name of package */ 129#undef PACKAGE 130 131/* Define to the address where bug reports for this package should be sent. */ 132#undef PACKAGE_BUGREPORT 133 134/* Define to the full name of this package. */ 135#undef PACKAGE_NAME 136 137/* Define to the full name and version of this package. */ 138#undef PACKAGE_STRING 139 140/* Define to the one symbol short name of this package. */ 141#undef PACKAGE_TARNAME 142 143/* Define to the home page for this package. */ 144#undef PACKAGE_URL 145 146/* Define to the version of this package. */ 147#undef PACKAGE_VERSION 148 149/* Define to 1 if all of the C90 standard headers exist (not just the ones 150 required in a freestanding environment). This macro is provided for 151 backward compatibility; new code need not use it. */ 152#undef STDC_HEADERS 153 154/* Support for IPv6 */ 155#undef SUPPORT_IP6 156 157/* Version number of package */ 158#undef VERSION 159 160/* Determine what socket length (socklen_t) data type is */ 161#undef XML_SOCKLEN_T 162 163/* TLS specifier */ 164#undef XML_THREAD_LOCAL 165 166/* Define for Solaris 2.5.1 so the uint32_t typedef from <sys/synch.h>, 167 <pthread.h>, or <semaphore.h> is not used. If the typedef were allowed, the 168 #define below would cause a syntax error. */ 169#undef _UINT32_T 170 171/* Define to the type of an unsigned integer type of width exactly 32 bits if 172 such a type exists and the standard includes do not define it. */ 173#undef uint32_t 174