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 | /* Type cast for the gethostbyname() argument */
|
---|
8 | #cmakedefine GETHOSTBYNAME_ARG_CAST @GETHOSTBYNAME_ARG_CAST@
|
---|
9 |
|
---|
10 | /* Define to 1 if you have the <arpa/inet.h> header file. */
|
---|
11 | #cmakedefine HAVE_ARPA_INET_H 1
|
---|
12 |
|
---|
13 | /* Define to 1 if you have the <arpa/nameser.h> header file. */
|
---|
14 | #cmakedefine HAVE_ARPA_NAMESER_H 1
|
---|
15 |
|
---|
16 | /* Whether struct sockaddr::__ss_family exists */
|
---|
17 | #cmakedefine HAVE_BROKEN_SS_FAMILY 1
|
---|
18 |
|
---|
19 | /* Define to 1 if you have the <ctype.h> header file. */
|
---|
20 | #cmakedefine HAVE_CTYPE_H 1
|
---|
21 |
|
---|
22 | /* Define to 1 if you have the <dlfcn.h> header file. */
|
---|
23 | #cmakedefine HAVE_DLFCN_H 1
|
---|
24 |
|
---|
25 | /* Have dlopen based dso */
|
---|
26 | #cmakedefine HAVE_DLOPEN 1
|
---|
27 |
|
---|
28 | /* Define to 1 if you have the <dl.h> header file. */
|
---|
29 | #cmakedefine HAVE_DL_H 1
|
---|
30 |
|
---|
31 | /* Define to 1 if you have the <errno.h> header file. */
|
---|
32 | #cmakedefine HAVE_ERRNO_H 1
|
---|
33 |
|
---|
34 | /* Define to 1 if you have the <fcntl.h> header file. */
|
---|
35 | #cmakedefine HAVE_FCNTL_H 1
|
---|
36 |
|
---|
37 | /* Define to 1 if you have the <float.h> header file. */
|
---|
38 | #cmakedefine HAVE_FLOAT_H 1
|
---|
39 |
|
---|
40 | /* Define to 1 if you have the `fprintf' function. */
|
---|
41 | #cmakedefine HAVE_FPRINTF 1
|
---|
42 |
|
---|
43 | /* Define to 1 if you have the `ftime' function. */
|
---|
44 | #cmakedefine HAVE_FTIME 1
|
---|
45 |
|
---|
46 | /* Define if getaddrinfo is there */
|
---|
47 | #cmakedefine HAVE_GETADDRINFO 1
|
---|
48 |
|
---|
49 | /* Define to 1 if you have the `gettimeofday' function. */
|
---|
50 | #cmakedefine HAVE_GETTIMEOFDAY 1
|
---|
51 |
|
---|
52 | /* Define to 1 if you have the <inttypes.h> header file. */
|
---|
53 | #cmakedefine HAVE_INTTYPES_H 1
|
---|
54 |
|
---|
55 | /* Define to 1 if you have the `isascii' function. */
|
---|
56 | #cmakedefine HAVE_ISASCII 1
|
---|
57 |
|
---|
58 | /* Define if history library is there (-lhistory) */
|
---|
59 | #cmakedefine HAVE_LIBHISTORY 1
|
---|
60 |
|
---|
61 | /* Define if readline library is there (-lreadline) */
|
---|
62 | #cmakedefine HAVE_LIBREADLINE 1
|
---|
63 |
|
---|
64 | /* Define to 1 if you have the <limits.h> header file. */
|
---|
65 | #cmakedefine HAVE_LIMITS_H 1
|
---|
66 |
|
---|
67 | /* Define to 1 if you have the `localtime' function. */
|
---|
68 | #cmakedefine HAVE_LOCALTIME 1
|
---|
69 |
|
---|
70 | /* Define to 1 if you have the <malloc.h> header file. */
|
---|
71 | #cmakedefine HAVE_MALLOC_H 1
|
---|
72 |
|
---|
73 | /* Define to 1 if you have the <math.h> header file. */
|
---|
74 | #cmakedefine HAVE_MATH_H 1
|
---|
75 |
|
---|
76 | /* Define to 1 if you have the `mmap' function. */
|
---|
77 | #cmakedefine HAVE_MMAP 1
|
---|
78 |
|
---|
79 | /* Define to 1 if you have the `munmap' function. */
|
---|
80 | #cmakedefine HAVE_MUNMAP 1
|
---|
81 |
|
---|
82 | /* mmap() is no good without munmap() */
|
---|
83 | #if defined(HAVE_MMAP) && !defined(HAVE_MUNMAP)
|
---|
84 | # undef /**/ HAVE_MMAP
|
---|
85 | #endif
|
---|
86 |
|
---|
87 | /* Define to 1 if you have the <netdb.h> header file. */
|
---|
88 | #cmakedefine HAVE_NETDB_H 1
|
---|
89 |
|
---|
90 | /* Define to 1 if you have the <netinet/in.h> header file. */
|
---|
91 | #cmakedefine HAVE_NETINET_IN_H 1
|
---|
92 |
|
---|
93 | /* Define to 1 if you have the <poll.h> header file. */
|
---|
94 | #cmakedefine HAVE_POLL_H 1
|
---|
95 |
|
---|
96 | /* Define to 1 if you have the `printf' function. */
|
---|
97 | #cmakedefine HAVE_PRINTF 1
|
---|
98 |
|
---|
99 | /* Define if <pthread.h> is there */
|
---|
100 | #cmakedefine HAVE_PTHREAD_H 1
|
---|
101 |
|
---|
102 | /* Define to 1 if you have the `putenv' function. */
|
---|
103 | #cmakedefine HAVE_PUTENV 1
|
---|
104 |
|
---|
105 | /* Define to 1 if you have the `rand' function. */
|
---|
106 | #cmakedefine HAVE_RAND 1
|
---|
107 |
|
---|
108 | /* Define to 1 if you have the `rand_r' function. */
|
---|
109 | #cmakedefine HAVE_RAND_R 1
|
---|
110 |
|
---|
111 | /* Define to 1 if you have the <resolv.h> header file. */
|
---|
112 | #cmakedefine HAVE_RESOLV_H 1
|
---|
113 |
|
---|
114 | /* Have shl_load based dso */
|
---|
115 | #cmakedefine HAVE_SHLLOAD 1
|
---|
116 |
|
---|
117 | /* Define to 1 if you have the <signal.h> header file. */
|
---|
118 | #cmakedefine HAVE_SIGNAL_H 1
|
---|
119 |
|
---|
120 | /* Define to 1 if you have the `snprintf' function. */
|
---|
121 | #cmakedefine HAVE_SNPRINTF 1
|
---|
122 |
|
---|
123 | /* Define to 1 if you have the `sprintf' function. */
|
---|
124 | #cmakedefine HAVE_SPRINTF 1
|
---|
125 |
|
---|
126 | /* Define to 1 if you have the `srand' function. */
|
---|
127 | #cmakedefine HAVE_SRAND 1
|
---|
128 |
|
---|
129 | /* Define to 1 if you have the `sscanf' function. */
|
---|
130 | #cmakedefine HAVE_SSCANF 1
|
---|
131 |
|
---|
132 | /* Define to 1 if you have the `stat' function. */
|
---|
133 | #cmakedefine HAVE_STAT 1
|
---|
134 |
|
---|
135 | /* Define to 1 if you have the <stdarg.h> header file. */
|
---|
136 | #cmakedefine HAVE_STDARG_H 1
|
---|
137 |
|
---|
138 | /* Define to 1 if you have the <stdint.h> header file. */
|
---|
139 | #cmakedefine HAVE_STDINT_H 1
|
---|
140 |
|
---|
141 | /* Define to 1 if you have the <stdlib.h> header file. */
|
---|
142 | #cmakedefine HAVE_STDLIB_H 1
|
---|
143 |
|
---|
144 | /* Define to 1 if you have the `strftime' function. */
|
---|
145 | #cmakedefine HAVE_STRFTIME 1
|
---|
146 |
|
---|
147 | /* Define to 1 if you have the <strings.h> header file. */
|
---|
148 | #cmakedefine HAVE_STRINGS_H 1
|
---|
149 |
|
---|
150 | /* Define to 1 if you have the <string.h> header file. */
|
---|
151 | #cmakedefine HAVE_STRING_H 1
|
---|
152 |
|
---|
153 | /* Define to 1 if you have the <sys/mman.h> header file. */
|
---|
154 | #cmakedefine HAVE_SYS_MMAN_H 1
|
---|
155 |
|
---|
156 | /* Define to 1 if you have the <sys/select.h> header file. */
|
---|
157 | #cmakedefine HAVE_SYS_SELECT_H 1
|
---|
158 |
|
---|
159 | /* Define to 1 if you have the <sys/socket.h> header file. */
|
---|
160 | #cmakedefine HAVE_SYS_SOCKET_H 1
|
---|
161 |
|
---|
162 | /* Define to 1 if you have the <sys/stat.h> header file. */
|
---|
163 | #cmakedefine HAVE_SYS_STAT_H 1
|
---|
164 |
|
---|
165 | /* Define to 1 if you have the <sys/timeb.h> header file. */
|
---|
166 | #cmakedefine HAVE_SYS_TIMEB_H 1
|
---|
167 |
|
---|
168 | /* Define to 1 if you have the <sys/time.h> header file. */
|
---|
169 | #cmakedefine HAVE_SYS_TIME_H 1
|
---|
170 |
|
---|
171 | /* Define to 1 if you have the <sys/types.h> header file. */
|
---|
172 | #cmakedefine HAVE_SYS_TYPES_H 1
|
---|
173 |
|
---|
174 | /* Define to 1 if you have the `time' function. */
|
---|
175 | #cmakedefine HAVE_TIME 1
|
---|
176 |
|
---|
177 | /* Define to 1 if you have the <time.h> header file. */
|
---|
178 | #cmakedefine HAVE_TIME_H 1
|
---|
179 |
|
---|
180 | /* Define to 1 if you have the <unistd.h> header file. */
|
---|
181 | #cmakedefine HAVE_UNISTD_H 1
|
---|
182 |
|
---|
183 | /* Whether va_copy() is available */
|
---|
184 | #cmakedefine HAVE_VA_COPY 1
|
---|
185 |
|
---|
186 | /* Define to 1 if you have the `vfprintf' function. */
|
---|
187 | #cmakedefine HAVE_VFPRINTF 1
|
---|
188 |
|
---|
189 | /* Define to 1 if you have the `vsnprintf' function. */
|
---|
190 | #cmakedefine HAVE_VSNPRINTF 1
|
---|
191 |
|
---|
192 | /* Define to 1 if you have the `vsprintf' function. */
|
---|
193 | #cmakedefine HAVE_VSPRINTF 1
|
---|
194 |
|
---|
195 | /* Define to 1 if you have the <zlib.h> header file. */
|
---|
196 | #cmakedefine HAVE_ZLIB_H 1
|
---|
197 |
|
---|
198 | /* Whether __va_copy() is available */
|
---|
199 | #cmakedefine HAVE___VA_COPY 1
|
---|
200 |
|
---|
201 | /* Define as const if the declaration of iconv() needs const. */
|
---|
202 | #define ICONV_CONST @ICONV_CONST@
|
---|
203 |
|
---|
204 | /* Define to the sub-directory where libtool stores uninstalled libraries. */
|
---|
205 | #cmakedefine LT_OBJDIR "@LT_OBJDIR@"
|
---|
206 |
|
---|
207 | /* Name of package */
|
---|
208 | #define PACKAGE "@PACKAGE@"
|
---|
209 |
|
---|
210 | /* Define to the address where bug reports for this package should be sent. */
|
---|
211 | #define PACKAGE_BUGREPORT "@PACKAGE_BUGREPORT@"
|
---|
212 |
|
---|
213 | /* Define to the full name of this package. */
|
---|
214 | #define PACKAGE_NAME "@PACKAGE_NAME@"
|
---|
215 |
|
---|
216 | /* Define to the full name and version of this package. */
|
---|
217 | #define PACKAGE_STRING "@PACKAGE_STRING@"
|
---|
218 |
|
---|
219 | /* Define to the one symbol short name of this package. */
|
---|
220 | #define PACKAGE_TARNAME "@PACKAGE_TARNAME@"
|
---|
221 |
|
---|
222 | /* Define to the home page for this package. */
|
---|
223 | #define PACKAGE_URL "@PACKAGE_URL@"
|
---|
224 |
|
---|
225 | /* Define to the version of this package. */
|
---|
226 | #define PACKAGE_VERSION "@PACKAGE_VERSION@"
|
---|
227 |
|
---|
228 | /* Type cast for the send() function 2nd arg */
|
---|
229 | #cmakedefine SEND_ARG2_CAST @SEND_ARG2_CAST@
|
---|
230 |
|
---|
231 | /* Define to 1 if you have the ANSI C header files. */
|
---|
232 | #cmakedefine STDC_HEADERS 1
|
---|
233 |
|
---|
234 | /* Support for IPv6 */
|
---|
235 | #cmakedefine SUPPORT_IP6 1
|
---|
236 |
|
---|
237 | /* Define if va_list is an array type */
|
---|
238 | #cmakedefine VA_LIST_IS_ARRAY 1
|
---|
239 |
|
---|
240 | /* Version number of package */
|
---|
241 | #cmakedefine VERSION "@VERSION@"
|
---|
242 |
|
---|
243 | /* Determine what socket length (socklen_t) data type is */
|
---|
244 | #cmakedefine XML_SOCKLEN_T @XML_SOCKLEN_T@
|
---|
245 |
|
---|
246 | /* Define for Solaris 2.5.1 so the uint32_t typedef from <sys/synch.h>,
|
---|
247 | <pthread.h>, or <semaphore.h> is not used. If the typedef were allowed, the
|
---|
248 | #define below would cause a syntax error. */
|
---|
249 | #cmakedefine _UINT32_T @_UINT32_T@
|
---|
250 |
|
---|
251 | /* ss_family is not defined here, use __ss_family instead */
|
---|
252 | #cmakedefine ss_family @ss_family@
|
---|
253 |
|
---|
254 | /* Define to the type of an unsigned integer type of width exactly 32 bits if
|
---|
255 | such a type exists and the standard includes do not define it. */
|
---|
256 | #cmakedefine uint32_t @uint32_t@
|
---|