config.h
Go to the documentation of this file.
1 /* A form that will not confuse apibuild.py */
2 #define ATTRIBUTE_DESTRUCTOR __attribute__((destructor))
3 
4 /* Define to 1 if you have the <arpa/inet.h> header file. */
5 #define HAVE_ARPA_INET_H 1
6 
7 /* Define if __attribute__((destructor)) is accepted */
8 #define HAVE_ATTRIBUTE_DESTRUCTOR 1
9 
10 /* Define to 1 if you have the <dlfcn.h> header file. */
11 #define HAVE_DLFCN_H 1
12 
13 /* Have dlopen based dso */
14 #define HAVE_DLOPEN 1
15 
16 /* Define to 1 if you have the <dl.h> header file. */
17 /* #undef HAVE_DL_H */
18 
19 /* Define to 1 if you have the <fcntl.h> header file. */
20 #define HAVE_FCNTL_H 1
21 
22 /* Define to 1 if you have the `ftime' function. */
23 #define HAVE_FTIME 1
24 
25 /* Define to 1 if you have the `getentropy' function. */
26 #define HAVE_GETENTROPY 1
27 
28 /* Define to 1 if you have the `gettimeofday' function. */
29 #define HAVE_GETTIMEOFDAY 1
30 
31 /* Define if history library is there (-lhistory) */
32 /* #undef HAVE_LIBHISTORY */
33 
34 /* Define if readline library is there (-lreadline) */
35 /* #undef HAVE_LIBREADLINE */
36 
37 /* Define to 1 if you have the `mmap' function. */
38 #define HAVE_MMAP 1
39 
40 /* Define to 1 if you have the `munmap' function. */
41 #define 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 #define HAVE_NETDB_H 1
50 
51 /* Define to 1 if you have the <netinet/in.h> header file. */
52 #define HAVE_NETINET_IN_H 1
53 
54 /* Define to 1 if you have the <poll.h> header file. */
55 #define HAVE_POLL_H 1
56 
57 /* Define to 1 if you have the <pthread.h> header file. */
58 /* #undef HAVE_PTHREAD_H */
59 
60 /* Have shl_load based dso */
61 /* #undef HAVE_SHLLOAD */
62 
63 /* Define to 1 if you have the `stat' function. */
64 #define HAVE_STAT 1
65 
66 /* Define to 1 if you have the <stdint.h> header file. */
67 #define HAVE_STDINT_H 1
68 
69 /* Define to 1 if you have the <sys/mman.h> header file. */
70 #define HAVE_SYS_MMAN_H 1
71 
72 /* Define to 1 if you have the <sys/random.h> header file. */
73 #define HAVE_SYS_RANDOM_H 1
74 
75 /* Define to 1 if you have the <sys/select.h> header file. */
76 #define HAVE_SYS_SELECT_H 1
77 
78 /* Define to 1 if you have the <sys/socket.h> header file. */
79 #define HAVE_SYS_SOCKET_H 1
80 
81 /* Define to 1 if you have the <sys/stat.h> header file. */
82 #define HAVE_SYS_STAT_H 1
83 
84 /* Define to 1 if you have the <sys/timeb.h> header file. */
85 #define HAVE_SYS_TIMEB_H 1
86 
87 /* Define to 1 if you have the <sys/time.h> header file. */
88 #define HAVE_SYS_TIME_H 1
89 
90 /* Define to 1 if you have the <unistd.h> header file. */
91 #define HAVE_UNISTD_H 1
92 
93 /* Define to 1 if you have the <zlib.h> header file. */
94 /* #undef HAVE_ZLIB_H */
95 
96 /* Support for IPv6 */
97 /* #undef SUPPORT_IP6 */
98 
99 /* Version number of package */
100 #define VERSION "2.13.5"
101 
102 /* Determine what socket length (socklen_t) data type is */
103 #define XML_SOCKLEN_T socklen_t
104 
105 /* TLS specifier */
106 /* #undef XML_THREAD_LOCAL */