1/* config.h. Generated from config.h.in by configure. */ 2/* config.h.in. Generated from configure.ac by autoheader. */ 3 4/* Define if __attribute__((destructor)) is accepted */ 5#cmakedefine ATTRIBUTE_DESTRUCTOR @ATTRIBUTE_DESTRUCTOR@ 6 7/* Define to 1 if you have the <arpa/inet.h> header file. */ 8#cmakedefine HAVE_ARPA_INET_H 1 9 10/* Define to 1 if you have the <dlfcn.h> header file. */ 11#cmakedefine HAVE_DLFCN_H 1 12 13/* Have dlopen based dso */ 14#cmakedefine HAVE_DLOPEN 1 15 16/* Define to 1 if you have the <dl.h> header file. */ 17#cmakedefine HAVE_DL_H 1 18 19/* Define to 1 if you have the <fcntl.h> header file. */ 20#cmakedefine HAVE_FCNTL_H 1 21 22/* Define to 1 if you have the `ftime' function. */ 23#cmakedefine HAVE_FTIME 1 24 25/* Define to 1 if you have the `gettimeofday' function. */ 26#cmakedefine HAVE_GETTIMEOFDAY 1 27 28/* Define to 1 if you have the <inttypes.h> header file. */ 29#cmakedefine HAVE_INTTYPES_H 1 30 31/* Define to 1 if you have the `isascii' function. */ 32#cmakedefine HAVE_ISASCII 1 33 34/* Define if history library is there (-lhistory) */ 35#cmakedefine HAVE_LIBHISTORY 1 36 37/* Define if readline library is there (-lreadline) */ 38#cmakedefine HAVE_LIBREADLINE 1 39 40/* Define to 1 if you have the `mmap' function. */ 41#cmakedefine HAVE_MMAP 1 42 43/* Define to 1 if you have the `munmap' function. */ 44#cmakedefine HAVE_MUNMAP 1 45 46/* mmap() is no good without munmap() */ 47#if defined(HAVE_MMAP) && !defined(HAVE_MUNMAP) 48# undef /**/ HAVE_MMAP 49#endif 50 51/* Define to 1 if you have the <netdb.h> header file. */ 52#cmakedefine HAVE_NETDB_H 1 53 54/* Define to 1 if you have the <netinet/in.h> header file. */ 55#cmakedefine HAVE_NETINET_IN_H 1 56 57/* Define to 1 if you have the <poll.h> header file. */ 58#cmakedefine HAVE_POLL_H 1 59 60/* Define if <pthread.h> is there */ 61#cmakedefine HAVE_PTHREAD_H 1 62 63/* Have shl_load based dso */ 64#cmakedefine HAVE_SHLLOAD 1 65 66/* Define to 1 if you have the `stat' function. */ 67#cmakedefine HAVE_STAT 1 68 69/* Define to 1 if you have the <stdint.h> header file. */ 70#cmakedefine HAVE_STDINT_H 1 71 72/* Define to 1 if you have the <sys/mman.h> header file. */ 73#cmakedefine HAVE_SYS_MMAN_H 1 74 75/* Define to 1 if you have the <sys/select.h> header file. */ 76#cmakedefine HAVE_SYS_SELECT_H 1 77 78/* Define to 1 if you have the <sys/socket.h> header file. */ 79#cmakedefine HAVE_SYS_SOCKET_H 1 80 81/* Define to 1 if you have the <sys/stat.h> header file. */ 82#cmakedefine HAVE_SYS_STAT_H 1 83 84/* Define to 1 if you have the <sys/timeb.h> header file. */ 85#cmakedefine HAVE_SYS_TIMEB_H 1 86 87/* Define to 1 if you have the <sys/time.h> header file. */ 88#cmakedefine HAVE_SYS_TIME_H 1 89 90/* Define to 1 if you have the <unistd.h> header file. */ 91#cmakedefine HAVE_UNISTD_H 1 92 93/* Whether va_copy() is available */ 94#cmakedefine HAVE_VA_COPY 1 95 96/* Define to 1 if you have the <zlib.h> header file. */ 97#cmakedefine HAVE_ZLIB_H 1 98 99/* Whether __va_copy() is available */ 100#cmakedefine HAVE___VA_COPY 1 101 102/* Define to the sub-directory where libtool stores uninstalled libraries. */ 103#cmakedefine LT_OBJDIR "@LT_OBJDIR@" 104 105/* Name of package */ 106#define PACKAGE "@PACKAGE@" 107 108/* Define to the address where bug reports for this package should be sent. */ 109#define PACKAGE_BUGREPORT "@PACKAGE_BUGREPORT@" 110 111/* Define to the full name of this package. */ 112#define PACKAGE_NAME "@PACKAGE_NAME@" 113 114/* Define to the full name and version of this package. */ 115#define PACKAGE_STRING "@PACKAGE_STRING@" 116 117/* Define to the one symbol short name of this package. */ 118#define PACKAGE_TARNAME "@PACKAGE_TARNAME@" 119 120/* Define to the home page for this package. */ 121#define PACKAGE_URL "@PACKAGE_URL@" 122 123/* Define to the version of this package. */ 124#define PACKAGE_VERSION "@PACKAGE_VERSION@" 125 126/* Support for IPv6 */ 127#cmakedefine SUPPORT_IP6 1 128 129/* Define if va_list is an array type */ 130#cmakedefine VA_LIST_IS_ARRAY 1 131 132/* Version number of package */ 133#cmakedefine VERSION "@VERSION@" 134 135/* Determine what socket length (socklen_t) data type is */ 136#cmakedefine XML_SOCKLEN_T @XML_SOCKLEN_T@ 137 138/* Define for Solaris 2.5.1 so the uint32_t typedef from <sys/synch.h>, 139 <pthread.h>, or <semaphore.h> is not used. If the typedef were allowed, the 140 #define below would cause a syntax error. */ 141#cmakedefine _UINT32_T @_UINT32_T@ 142 143/* Define to the type of an unsigned integer type of width exactly 32 bits if 144 such a type exists and the standard includes do not define it. */ 145#cmakedefine uint32_t @uint32_t@ 146