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 if history library is there (-lhistory) */
|
---|
32 | #cmakedefine HAVE_LIBHISTORY 1
|
---|
33 |
|
---|
34 | /* Define if readline library is there (-lreadline) */
|
---|
35 | #cmakedefine HAVE_LIBREADLINE 1
|
---|
36 |
|
---|
37 | /* Define to 1 if you have the `mmap' function. */
|
---|
38 | #cmakedefine HAVE_MMAP 1
|
---|
39 |
|
---|
40 | /* Define to 1 if you have the `munmap' function. */
|
---|
41 | #cmakedefine HAVE_MUNMAP 1
|
---|
42 |
|
---|
43 | /* mmap() is no good without munmap() */
|
---|
44 | #if defined(HAVE_MMAP) && !defined(HAVE_MUNMAP)
|
---|
45 | # undef /**/ HAVE_MMAP
|
---|
46 | #endif
|
---|
47 |
|
---|
48 | /* Define to 1 if you have the <netdb.h> header file. */
|
---|
49 | #cmakedefine HAVE_NETDB_H 1
|
---|
50 |
|
---|
51 | /* Define to 1 if you have the <netinet/in.h> header file. */
|
---|
52 | #cmakedefine HAVE_NETINET_IN_H 1
|
---|
53 |
|
---|
54 | /* Define to 1 if you have the <poll.h> header file. */
|
---|
55 | #cmakedefine HAVE_POLL_H 1
|
---|
56 |
|
---|
57 | /* Define to 1 if you have the <pthread.h> header file. */
|
---|
58 | #cmakedefine HAVE_PTHREAD_H 1
|
---|
59 |
|
---|
60 | /* Have shl_load based dso */
|
---|
61 | #cmakedefine HAVE_SHLLOAD 1
|
---|
62 |
|
---|
63 | /* Define to 1 if you have the `stat' function. */
|
---|
64 | #cmakedefine HAVE_STAT 1
|
---|
65 |
|
---|
66 | /* Define to 1 if you have the <stdint.h> header file. */
|
---|
67 | #cmakedefine HAVE_STDINT_H 1
|
---|
68 |
|
---|
69 | /* Define to 1 if you have the <sys/mman.h> header file. */
|
---|
70 | #cmakedefine HAVE_SYS_MMAN_H 1
|
---|
71 |
|
---|
72 | /* Define to 1 if you have the <sys/random.h> header file. */
|
---|
73 | #cmakedefine HAVE_SYS_RANDOM_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 | /* Define to 1 if you have the <zlib.h> header file. */
|
---|
94 | #cmakedefine HAVE_ZLIB_H 1
|
---|
95 |
|
---|
96 | /* Support for IPv6 */
|
---|
97 | #cmakedefine SUPPORT_IP6 1
|
---|
98 |
|
---|
99 | /* Version number of package */
|
---|
100 | #cmakedefine VERSION "@VERSION@"
|
---|
101 |
|
---|
102 | /* Determine what socket length (socklen_t) data type is */
|
---|
103 | #cmakedefine XML_SOCKLEN_T @XML_SOCKLEN_T@
|
---|
104 |
|
---|
105 | /* TLS specifier */
|
---|
106 | #cmakedefine XML_THREAD_LOCAL @XML_THREAD_LOCAL@
|
---|