1/* A form that will not confuse apibuild.py */ 2#cmakedefine ATTRIBUTE_DESTRUCTOR @ATTRIBUTE_DESTRUCTOR@ 3 4/* Define to 1 if you have the <arpa/inet.h> header file. */ 5#cmakedefine HAVE_ARPA_INET_H 1 6 7/* Define if __attribute__((destructor)) is accepted */ 8#cmakedefine HAVE_ATTRIBUTE_DESTRUCTOR 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 `getentropy' function. */ 26#cmakedefine HAVE_GETENTROPY 1 27 28/* Define to 1 if you have the `gettimeofday' function. */ 29#cmakedefine HAVE_GETTIMEOFDAY 1 30 31/* Define to 1 if you have the <inttypes.h> header file. */ 32#cmakedefine HAVE_INTTYPES_H 1 33 34/* Define to 1 if you have the `isascii' function. */ 35#cmakedefine HAVE_ISASCII 1 36 37/* Define if history library is there (-lhistory) */ 38#cmakedefine HAVE_LIBHISTORY 1 39 40/* Define if readline library is there (-lreadline) */ 41#cmakedefine HAVE_LIBREADLINE 1 42 43/* Define to 1 if you have the `mmap' function. */ 44#cmakedefine HAVE_MMAP 1 45 46/* Define to 1 if you have the `munmap' function. */ 47#cmakedefine HAVE_MUNMAP 1 48 49/* mmap() is no good without munmap() */ 50#if defined(HAVE_MMAP) && !defined(HAVE_MUNMAP) 51# undef /**/ HAVE_MMAP 52#endif 53 54/* Define to 1 if you have the <netdb.h> header file. */ 55#cmakedefine HAVE_NETDB_H 1 56 57/* Define to 1 if you have the <netinet/in.h> header file. */ 58#cmakedefine HAVE_NETINET_IN_H 1 59 60/* Define to 1 if you have the <poll.h> header file. */ 61#cmakedefine HAVE_POLL_H 1 62 63/* Define to 1 if you have the <pthread.h> header file. */ 64#cmakedefine HAVE_PTHREAD_H 1 65 66/* Have shl_load based dso */ 67#cmakedefine HAVE_SHLLOAD 1 68 69/* Define to 1 if you have the `stat' function. */ 70#cmakedefine HAVE_STAT 1 71 72/* Define to 1 if you have the <stdint.h> header file. */ 73#cmakedefine HAVE_STDINT_H 1 74 75/* Define to 1 if you have the <sys/mman.h> header file. */ 76#cmakedefine HAVE_SYS_MMAN_H 1 77 78/* Define to 1 if you have the <sys/random.h> header file. */ 79#cmakedefine HAVE_SYS_RANDOM_H 1 80 81/* Define to 1 if you have the <sys/select.h> header file. */ 82#cmakedefine HAVE_SYS_SELECT_H 1 83 84/* Define to 1 if you have the <sys/socket.h> header file. */ 85#cmakedefine HAVE_SYS_SOCKET_H 1 86 87/* Define to 1 if you have the <sys/stat.h> header file. */ 88#cmakedefine HAVE_SYS_STAT_H 1 89 90/* Define to 1 if you have the <sys/timeb.h> header file. */ 91#cmakedefine HAVE_SYS_TIMEB_H 1 92 93/* Define to 1 if you have the <sys/time.h> header file. */ 94#cmakedefine HAVE_SYS_TIME_H 1 95 96/* Define to 1 if you have the <unistd.h> header file. */ 97#cmakedefine HAVE_UNISTD_H 1 98 99/* Define to 1 if you have the <zlib.h> header file. */ 100#cmakedefine HAVE_ZLIB_H 1 101 102/* Support for IPv6 */ 103#cmakedefine SUPPORT_IP6 1 104 105/* Version number of package */ 106#cmakedefine VERSION "@VERSION@" 107 108/* Determine what socket length (socklen_t) data type is */ 109#cmakedefine XML_SOCKLEN_T @XML_SOCKLEN_T@ 110 111/* TLS specifier */ 112#cmakedefine XML_THREAD_LOCAL @XML_THREAD_LOCAL@ 113 114/* Define for Solaris 2.5.1 so the uint32_t typedef from <sys/synch.h>, 115 <pthread.h>, or <semaphore.h> is not used. If the typedef were allowed, the 116 #define below would cause a syntax error. */ 117#cmakedefine _UINT32_T @_UINT32_T@ 118 119/* Define to the type of an unsigned integer type of width exactly 32 bits if 120 such a type exists and the standard includes do not define it. */ 121#cmakedefine uint32_t @uint32_t@ 122