log4cplus  2.0.6
config.h
Go to the documentation of this file.
1 /* include/log4cplus/config.h. Generated from config.h.in by configure. */
2 /* include/log4cplus/config.h.in. Generated from configure.ac by autoheader. */
3 
4 #ifndef LOG4CPLUS_CONFIG_H
5 
6 #define LOG4CPLUS_CONFIG_H
7 
8 /* define if the compiler supports basic C++11 syntax */
9 /* #undef HAVE_CXX11 */
10 
11 /* Define to 1 if you have the <dlfcn.h> header file. */
12 #define HAVE_DLFCN_H 1
13 
14 /* Define to 1 if you have the `fcntl' function. */
15 #define HAVE_FCNTL 1
16 
17 /* Define to 1 if you have the `flock' function. */
18 #define HAVE_FLOCK 1
19 
20 /* Define to 1 if you have the `ftime' function. */
21 #define HAVE_FTIME 1
22 
23 /* Define to 1 if the system has the `constructor' function attribute */
24 #define HAVE_FUNC_ATTRIBUTE_CONSTRUCTOR 1
25 
26 /* Define to 1 if the system has the `constructor_priority' function attribute
27  */
28 #define HAVE_FUNC_ATTRIBUTE_CONSTRUCTOR_PRIORITY 1
29 
30 /* */
31 #define HAVE_GETADDRINFO 1
32 
33 /* */
34 #define HAVE_GETHOSTBYNAME_R 1
35 
36 /* Define to 1 if you have the `getpid' function. */
37 #define HAVE_GETPID 1
38 
39 /* Define to 1 if you have the `gmtime_r' function. */
40 #define HAVE_GMTIME_R 1
41 
42 /* Define to 1 if you have the `htonl' function. */
43 #define HAVE_HTONL 1
44 
45 /* Define to 1 if you have the `htons' function. */
46 #define HAVE_HTONS 1
47 
48 /* Define to 1 if you have the `iconv' function. */
49 /* #undef HAVE_ICONV */
50 
51 /* Define to 1 if you have the `iconv_close' function. */
52 /* #undef HAVE_ICONV_CLOSE */
53 
54 /* Define to 1 if you have the `iconv_open' function. */
55 /* #undef HAVE_ICONV_OPEN */
56 
57 /* Define to 1 if you have the <inttypes.h> header file. */
58 #define HAVE_INTTYPES_H 1
59 
60 /* Define to 1 if you have the `advapi32' library (-ladvapi32). */
61 /* #undef HAVE_LIBADVAPI32 */
62 
63 /* Define to 1 if you have the `libiconv' function. */
64 /* #undef HAVE_LIBICONV */
65 
66 /* Define to 1 if you have the `libiconv_close' function. */
67 /* #undef HAVE_LIBICONV_CLOSE */
68 
69 /* Define to 1 if you have the `libiconv_open' function. */
70 /* #undef HAVE_LIBICONV_OPEN */
71 
72 /* Define to 1 if you have the `kernel32' library (-lkernel32). */
73 /* #undef HAVE_LIBKERNEL32 */
74 
75 /* Define to 1 if you have the `oleaut32' library (-loleaut32). */
76 /* #undef HAVE_LIBOLEAUT32 */
77 
78 /* Define to 1 if you have the `ws2_32' library (-lws2_32). */
79 /* #undef HAVE_LIBWS2_32 */
80 
81 /* Define to 1 if you have the `localtime_r' function. */
82 #define HAVE_LOCALTIME_R 1
83 
84 /* Define to 1 if you have the `lockf' function. */
85 #define HAVE_LOCKF 1
86 
87 /* Define to 1 if you have the `lstat' function. */
88 #define HAVE_LSTAT 1
89 
90 /* Define to 1 if you have the `mbstowcs' function. */
91 #define HAVE_MBSTOWCS 1
92 
93 /* Define to 1 if you have the <memory.h> header file. */
94 #define HAVE_MEMORY_H 1
95 
96 /* Define to 1 if you have the `ntohl' function. */
97 #define HAVE_NTOHL 1
98 
99 /* Define to 1 if you have the `ntohs' function. */
100 #define HAVE_NTOHS 1
101 
102 /* Define to 1 if you have the `OutputDebugStringW' function. */
103 /* #undef HAVE_OUTPUTDEBUGSTRINGW */
104 
105 /* Define to 1 if you have the `pipe' function. */
106 #define HAVE_PIPE 1
107 
108 /* Define to 1 if you have the `pipe2' function. */
109 #define HAVE_PIPE2 1
110 
111 /* Define to 1 if you have the `poll' function. */
112 #define HAVE_POLL 1
113 
114 /* Define if you have POSIX threads libraries and header files. */
115 #define HAVE_PTHREAD 1
116 
117 /* Have PTHREAD_PRIO_INHERIT. */
118 #define HAVE_PTHREAD_PRIO_INHERIT 1
119 
120 /* If available, contains the Python version number currently in use. */
121 #define HAVE_PYTHON "3.9"
122 
123 /* Define to 1 if you have the `shutdown' function. */
124 #define HAVE_SHUTDOWN 1
125 
126 /* Define to 1 if you have the `stat' function. */
127 #define HAVE_STAT 1
128 
129 /* Define to 1 if you have the <stdint.h> header file. */
130 #define HAVE_STDINT_H 1
131 
132 /* Define to 1 if you have the <stdlib.h> header file. */
133 #define HAVE_STDLIB_H 1
134 
135 /* Define to 1 if you have the <strings.h> header file. */
136 #define HAVE_STRINGS_H 1
137 
138 /* Define to 1 if you have the <string.h> header file. */
139 #define HAVE_STRING_H 1
140 
141 /* Define to 1 if you have the <sys/stat.h> header file. */
142 #define HAVE_SYS_STAT_H 1
143 
144 /* Define to 1 if you have the <sys/types.h> header file. */
145 #define HAVE_SYS_TYPES_H 1
146 
147 /* Defined if the compiler understands __thread or __declspec(thread)
148  construct. */
149 #define HAVE_TLS_SUPPORT 1
150 
151 /* Define to 1 if you have the <unistd.h> header file. */
152 #define HAVE_UNISTD_H 1
153 
154 /* Define to 1 if the system has the `init_priority' variable attribute */
155 #define HAVE_VAR_ATTRIBUTE_INIT_PRIORITY 1
156 
157 /* Define to 1 if you have the `vfprintf_s' function. */
158 /* #undef HAVE_VFPRINTF_S */
159 
160 /* Define to 1 if you have the `vfwprintf_s' function. */
161 /* #undef HAVE_VFWPRINTF_S */
162 
163 /* Define to 1 if you have the `vsnprintf' function. */
164 #define HAVE_VSNPRINTF 1
165 
166 /* Define to 1 if you have the `vsnwprintf' function. */
167 /* #undef HAVE_VSNWPRINTF */
168 
169 /* Define to 1 if you have the `vsprintf_s' function. */
170 /* #undef HAVE_VSPRINTF_S */
171 
172 /* Define to 1 if you have the `vswprintf_s' function. */
173 /* #undef HAVE_VSWPRINTF_S */
174 
175 /* Define to 1 if you have the `wcstombs' function. */
176 #define HAVE_WCSTOMBS 1
177 
178 /* Define to 1 if you have the `_vsnprintf' function. */
179 /* #undef HAVE__VSNPRINTF */
180 
181 /* Define to 1 if you have the `_vsnprintf_s' function. */
182 /* #undef HAVE__VSNPRINTF_S */
183 
184 /* Define to 1 if you have the `_vsnwprintf' function. */
185 /* #undef HAVE__VSNWPRINTF */
186 
187 /* Define to 1 if you have the `_vsnwprintf_s' function. */
188 /* #undef HAVE__VSNWPRINTF_S */
189 
190 /* Defined if the compiler supports __FUNCTION__ macro. */
191 /* #undef HAVE___FUNCTION___MACRO */
192 
193 /* Defined if the compiler supports __func__ symbol. */
194 /* #undef HAVE___FUNC___SYMBOL */
195 
196 /* Defined if the compiler supports __PRETTY_FUNCTION__ macro. */
197 /* #undef HAVE___PRETTY_FUNCTION___MACRO */
198 
199 /* Defined for --enable-debugging builds. */
200 /* #undef LOG4CPLUS_DEBUGGING */
201 
202 /* Defined if the compiler understands __declspec(dllimport) or
203  __attribute__((visibility("default"))) or __global construct. */
204 #define LOG4CPLUS_DECLSPEC_EXPORT __attribute__ ((visibility("default")))
205 
206 /* Defined if the compiler understands __declspec(dllimport) or
207  __attribute__((visibility("default"))) or __global construct. */
208 #define LOG4CPLUS_DECLSPEC_IMPORT __attribute__ ((visibility("default")))
209 
210 /* Defined if the compiler understands __attribute__((visibility("hidden")))
211  or __hidden construct. */
212 #define LOG4CPLUS_DECLSPEC_PRIVATE __attribute__ ((visibility("hidden")))
213 
214 /* */
215 #define LOG4CPLUS_HAVE_ARPA_INET_H 1
216 
217 /* Define if ENAMETOOLONG is provided. */
218 #define LOG4CPLUS_HAVE_ENAMETOOLONG 1
219 
220 /* */
221 #define LOG4CPLUS_HAVE_ERRNO_H 1
222 
223 /* */
224 #define LOG4CPLUS_HAVE_FCNTL 1
225 
226 /* */
227 #define LOG4CPLUS_HAVE_FCNTL_H 1
228 
229 /* */
230 #define LOG4CPLUS_HAVE_FLOCK 1
231 
232 /* */
233 #define LOG4CPLUS_HAVE_FTIME 1
234 
235 /* Define if compiler supports __FUNCTION__ macro. */
236 #define LOG4CPLUS_HAVE_FUNCTION_MACRO 1
237 
238 /* Define if compiler supports __attribute__((constructor)). */
239 #define LOG4CPLUS_HAVE_FUNC_ATTRIBUTE_CONSTRUCTOR 1
240 
241 /* Define if compiler supports __attribute__((constructor(PRIORITY))). */
242 #define LOG4CPLUS_HAVE_FUNC_ATTRIBUTE_CONSTRUCTOR_PRIORITY 1
243 
244 /* Define if compiler supports __func__ symbol. */
245 #define LOG4CPLUS_HAVE_FUNC_SYMBOL 1
246 
247 /* Define if getaddrinfo() is provided. */
248 #define LOG4CPLUS_HAVE_GETADDRINFO 1
249 
250 /* Define if gethostbyname_r() is provided. */
251 #define LOG4CPLUS_HAVE_GETHOSTBYNAME_R 1
252 
253 /* */
254 #define LOG4CPLUS_HAVE_GETPID 1
255 
256 /* Define if gettid() Linux syscall is available. */
257 #define LOG4CPLUS_HAVE_GETTID 1
258 
259 /* */
260 #define LOG4CPLUS_HAVE_GMTIME_R 1
261 
262 /* */
263 #define LOG4CPLUS_HAVE_HTONL 1
264 
265 /* */
266 #define LOG4CPLUS_HAVE_HTONS 1
267 
268 /* */
269 /* #undef LOG4CPLUS_HAVE_ICONV */
270 
271 /* */
272 /* #undef LOG4CPLUS_HAVE_ICONV_CLOSE */
273 
274 /* */
275 /* #undef LOG4CPLUS_HAVE_ICONV_H */
276 
277 /* */
278 /* #undef LOG4CPLUS_HAVE_ICONV_OPEN */
279 
280 /* */
281 #define LOG4CPLUS_HAVE_LIMITS_H 1
282 
283 /* */
284 #define LOG4CPLUS_HAVE_LOCALTIME_R 1
285 
286 /* */
287 #define LOG4CPLUS_HAVE_LOCKF 1
288 
289 /* */
290 #define LOG4CPLUS_HAVE_LSTAT 1
291 
292 /* */
293 #define LOG4CPLUS_HAVE_MBSTOWCS 1
294 
295 /* */
296 #define LOG4CPLUS_HAVE_NETDB_H 1
297 
298 /* */
299 #define LOG4CPLUS_HAVE_NETINET_IN_H 1
300 
301 /* */
302 #define LOG4CPLUS_HAVE_NETINET_TCP_H 1
303 
304 /* */
305 #define LOG4CPLUS_HAVE_NTOHL 1
306 
307 /* */
308 #define LOG4CPLUS_HAVE_NTOHS 1
309 
310 /* */
311 /* #undef LOG4CPLUS_HAVE_OUTPUTDEBUGSTRING */
312 
313 /* */
314 #define LOG4CPLUS_HAVE_PIPE 1
315 
316 /* */
317 #define LOG4CPLUS_HAVE_PIPE2 1
318 
319 /* */
320 #define LOG4CPLUS_HAVE_POLL 1
321 
322 /* */
323 #define LOG4CPLUS_HAVE_POLL_H 1
324 
325 /* Define if compiler supports __PRETTY_FUNCTION__ macro. */
326 #define LOG4CPLUS_HAVE_PRETTY_FUNCTION_MACRO 1
327 
328 /* */
329 #define LOG4CPLUS_HAVE_SHUTDOWN 1
330 
331 /* */
332 #define LOG4CPLUS_HAVE_STAT 1
333 
334 /* */
335 #define LOG4CPLUS_HAVE_STDARG_H 1
336 
337 /* */
338 #define LOG4CPLUS_HAVE_STDIO_H 1
339 
340 /* */
341 #define LOG4CPLUS_HAVE_STDLIB_H 1
342 
343 /* */
344 #define LOG4CPLUS_HAVE_SYSLOG_H 1
345 
346 /* */
347 #define LOG4CPLUS_HAVE_SYS_FILE_H 1
348 
349 /* */
350 #define LOG4CPLUS_HAVE_SYS_SOCKET_H 1
351 
352 /* */
353 #define LOG4CPLUS_HAVE_SYS_STAT_H 1
354 
355 /* */
356 #define LOG4CPLUS_HAVE_SYS_SYSCALL_H 1
357 
358 /* */
359 #define LOG4CPLUS_HAVE_SYS_TIMEB_H 1
360 
361 /* */
362 #define LOG4CPLUS_HAVE_SYS_TIME_H 1
363 
364 /* */
365 #define LOG4CPLUS_HAVE_SYS_TYPES_H 1
366 
367 /* */
368 #define LOG4CPLUS_HAVE_TIME_H 1
369 
370 /* */
371 #define LOG4CPLUS_HAVE_TLS_SUPPORT 1
372 
373 /* */
374 #define LOG4CPLUS_HAVE_UNISTD_H 1
375 
376 /* Define if compiler supports __attribute__((init_priority(PRIORITY))). */
377 #define LOG4CPLUS_HAVE_VAR_ATTRIBUTE_INIT_PRIORITY 1
378 
379 /* */
380 /* #undef LOG4CPLUS_HAVE_VFPRINTF_S */
381 
382 /* */
383 /* #undef LOG4CPLUS_HAVE_VFWPRINTF_S */
384 
385 /* */
386 #define LOG4CPLUS_HAVE_VSNPRINTF 1
387 
388 /* */
389 /* #undef LOG4CPLUS_HAVE_VSNWPRINTF */
390 
391 /* */
392 /* #undef LOG4CPLUS_HAVE_VSPRINTF_S */
393 
394 /* */
395 /* #undef LOG4CPLUS_HAVE_VSWPRINTF_S */
396 
397 /* */
398 #define LOG4CPLUS_HAVE_WCHAR_H 1
399 
400 /* */
401 #define LOG4CPLUS_HAVE_WCSTOMBS 1
402 
403 /* */
404 /* #undef LOG4CPLUS_HAVE__VSNPRINTF */
405 
406 /* */
407 /* #undef LOG4CPLUS_HAVE__VSNPRINTF_S */
408 
409 /* */
410 /* #undef LOG4CPLUS_HAVE__VSNWPRINTF */
411 
412 /* */
413 /* #undef LOG4CPLUS_HAVE__VSNWPRINTF_S */
414 
415 /* Define if this is a single-threaded library. */
416 /* #undef LOG4CPLUS_SINGLE_THREADED */
417 
418 /* */
419 #define LOG4CPLUS_THREAD_LOCAL_VAR thread_local
420 
421 /* */
422 /* #undef LOG4CPLUS_USE_PTHREADS */
423 
424 /* Define when iconv() is available. */
425 /* #undef LOG4CPLUS_WITH_ICONV */
426 
427 /* Defined to enable unit tests. */
428 /* #undef LOG4CPLUS_WITH_UNIT_TESTS */
429 
430 /* Define for C99 compilers/standard libraries that support more than just the
431  "C" locale. */
432 #define LOG4CPLUS_WORKING_C_LOCALE 1
433 
434 /* Define for compilers/standard libraries that support more than just the "C"
435  locale. */
436 /* #undef LOG4CPLUS_WORKING_LOCALE */
437 
438 /* Define to the sub-directory where libtool stores uninstalled libraries. */
439 #define LT_OBJDIR ".libs/"
440 
441 /* Define to the address where bug reports for this package should be sent. */
442 #define PACKAGE_BUGREPORT ""
443 
444 /* Define to the full name of this package. */
445 #define PACKAGE_NAME "log4cplus"
446 
447 /* Define to the full name and version of this package. */
448 #define PACKAGE_STRING "log4cplus 2.0.6"
449 
450 /* Define to the one symbol short name of this package. */
451 #define PACKAGE_TARNAME "log4cplus"
452 
453 /* Define to the home page for this package. */
454 #define PACKAGE_URL ""
455 
456 /* Define to the version of this package. */
457 #define PACKAGE_VERSION "2.0.6"
458 
459 /* Define to necessary symbol if this constant uses a non-standard name on
460  your system. */
461 /* #undef PTHREAD_CREATE_JOINABLE */
462 
463 /* Define to 1 if you have the ANSI C header files. */
464 #define STDC_HEADERS 1
465 
466 /* Defined to the actual TLS support construct. */
467 #define TLS_SUPPORT_CONSTRUCT thread_local
468 
469 /* Substitute for socklen_t */
470 /* #undef socklen_t */
471 
472 #endif // LOG4CPLUS_CONFIG_H