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 `gettimeofday' function. */ 28#undef HAVE_GETTIMEOFDAY 29 30/* Define to 1 if you have the <glob.h> header file. */ 31#undef HAVE_GLOB_H 32 33/* Define to 1 if you have the <inttypes.h> header file. */ 34#undef HAVE_INTTYPES_H 35 36/* Define to 1 if you have the `isascii' function. */ 37#undef HAVE_ISASCII 38 39/* Define if history library is there (-lhistory) */ 40#undef HAVE_LIBHISTORY 41 42/* Define if readline library is there (-lreadline) */ 43#undef HAVE_LIBREADLINE 44 45/* Define to 1 if you have the <lzma.h> header file. */ 46#undef HAVE_LZMA_H 47 48/* Define to 1 if you have the `mmap' function. */ 49#undef HAVE_MMAP 50 51/* Define to 1 if you have the `munmap' function. */ 52#undef HAVE_MUNMAP 53 54/* mmap() is no good without munmap() */ 55#if defined(HAVE_MMAP) && !defined(HAVE_MUNMAP) 56# undef /**/ HAVE_MMAP 57#endif 58 59/* Define to 1 if you have the <netdb.h> header file. */ 60#undef HAVE_NETDB_H 61 62/* Define to 1 if you have the <netinet/in.h> header file. */ 63#undef HAVE_NETINET_IN_H 64 65/* Define to 1 if you have the <poll.h> header file. */ 66#undef HAVE_POLL_H 67 68/* Define to 1 if you have the <pthread.h> header file. */ 69#undef HAVE_PTHREAD_H 70 71/* Have shl_load based dso */ 72#undef HAVE_SHLLOAD 73 74/* Define to 1 if you have the `snprintf' function. */ 75#undef HAVE_SNPRINTF 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/select.h> header file. */ 99#undef HAVE_SYS_SELECT_H 100 101/* Define to 1 if you have the <sys/socket.h> header file. */ 102#undef HAVE_SYS_SOCKET_H 103 104/* Define to 1 if you have the <sys/stat.h> header file. */ 105#undef HAVE_SYS_STAT_H 106 107/* Define to 1 if you have the <sys/timeb.h> header file. */ 108#undef HAVE_SYS_TIMEB_H 109 110/* Define to 1 if you have the <sys/time.h> header file. */ 111#undef HAVE_SYS_TIME_H 112 113/* Define to 1 if you have the <sys/types.h> header file. */ 114#undef HAVE_SYS_TYPES_H 115 116/* Define to 1 if you have the <unistd.h> header file. */ 117#undef HAVE_UNISTD_H 118 119/* Whether va_copy() is available */ 120#undef HAVE_VA_COPY 121 122/* Define to 1 if you have the `vsnprintf' function. */ 123#undef HAVE_VSNPRINTF 124 125/* Define to 1 if you have the <zlib.h> header file. */ 126#undef HAVE_ZLIB_H 127 128/* Whether __va_copy() is available */ 129#undef HAVE___VA_COPY 130 131/* Define to the sub-directory where libtool stores uninstalled libraries. */ 132#undef LT_OBJDIR 133 134/* Name of package */ 135#undef PACKAGE 136 137/* Define to the address where bug reports for this package should be sent. */ 138#undef PACKAGE_BUGREPORT 139 140/* Define to the full name of this package. */ 141#undef PACKAGE_NAME 142 143/* Define to the full name and version of this package. */ 144#undef PACKAGE_STRING 145 146/* Define to the one symbol short name of this package. */ 147#undef PACKAGE_TARNAME 148 149/* Define to the home page for this package. */ 150#undef PACKAGE_URL 151 152/* Define to the version of this package. */ 153#undef PACKAGE_VERSION 154 155/* Define to 1 if all of the C90 standard headers exist (not just the ones 156 required in a freestanding environment). This macro is provided for 157 backward compatibility; new code need not use it. */ 158#undef STDC_HEADERS 159 160/* Support for IPv6 */ 161#undef SUPPORT_IP6 162 163/* Define if va_list is an array type */ 164#undef VA_LIST_IS_ARRAY 165 166/* Version number of package */ 167#undef VERSION 168 169/* Determine what socket length (socklen_t) data type is */ 170#undef XML_SOCKLEN_T 171 172/* TLS specifier */ 173#undef XML_THREAD_LOCAL 174 175/* Define for Solaris 2.5.1 so the uint32_t typedef from <sys/synch.h>, 176 <pthread.h>, or <semaphore.h> is not used. If the typedef were allowed, the 177 #define below would cause a syntax error. */ 178#undef _UINT32_T 179 180/* Define to the type of an unsigned integer type of width exactly 32 bits if 181 such a type exists and the standard includes do not define it. */ 182#undef uint32_t 183