config.h
Go to the documentation of this file.
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 #define ATTRIBUTE_DESTRUCTOR __attribute__((destructor))
6 
7 /* Type cast for the gethostbyname() argument */
8 #define GETHOSTBYNAME_ARG_CAST
9 
10 /* Define to 1 if you have the <arpa/inet.h> header file. */
11 #define HAVE_ARPA_INET_H 1
12 
13 /* Define to 1 if you have the <arpa/nameser.h> header file. */
14 #define HAVE_ARPA_NAMESER_H 1
15 
16 /* Whether struct sockaddr::__ss_family exists */
17 /* #undef HAVE_BROKEN_SS_FAMILY */
18 
19 /* Define to 1 if you have the <dlfcn.h> header file. */
20 #define HAVE_DLFCN_H 1
21 
22 /* Have dlopen based dso */
23 #define HAVE_DLOPEN 1
24 
25 /* Define to 1 if you have the <dl.h> header file. */
26 /* #undef HAVE_DL_H */
27 
28 /* Define to 1 if you have the <fcntl.h> header file. */
29 #define HAVE_FCNTL_H 1
30 
31 /* Define to 1 if you have the `ftime' function. */
32 #define HAVE_FTIME 1
33 
34 /* Define if getaddrinfo is there */
35 #define HAVE_GETADDRINFO 1
36 
37 /* Define to 1 if you have the `gettimeofday' function. */
38 #define HAVE_GETTIMEOFDAY 1
39 
40 /* Define to 1 if you have the <inttypes.h> header file. */
41 #define HAVE_INTTYPES_H 1
42 
43 /* Define to 1 if you have the `isascii' function. */
44 #define HAVE_ISASCII 1
45 
46 /* Define if history library is there (-lhistory) */
47 /* #undef HAVE_LIBHISTORY */
48 
49 /* Define if readline library is there (-lreadline) */
50 /* #undef HAVE_LIBREADLINE */
51 
52 /* Define to 1 if you have the `mmap' function. */
53 #define HAVE_MMAP 1
54 
55 /* Define to 1 if you have the `munmap' function. */
56 #define HAVE_MUNMAP 1
57 
58 /* mmap() is no good without munmap() */
59 #if defined(HAVE_MMAP) && !defined(HAVE_MUNMAP)
60 # undef HAVE_MMAP
61 #endif
62 
63 /* Define to 1 if you have the <netdb.h> header file. */
64 #define HAVE_NETDB_H 1
65 
66 /* Define to 1 if you have the <netinet/in.h> header file. */
67 #define HAVE_NETINET_IN_H 1
68 
69 /* Define to 1 if you have the <poll.h> header file. */
70 #define HAVE_POLL_H 1
71 
72 /* Define if <pthread.h> is there */
73 /* #undef HAVE_PTHREAD_H */
74 
75 /* Define to 1 if you have the `putenv' function. */
76 #define HAVE_PUTENV 1
77 
78 /* Define to 1 if you have the `rand_r' function. */
79 #define HAVE_RAND_R 1
80 
81 /* Define to 1 if you have the <resolv.h> header file. */
82 #define HAVE_RESOLV_H 1
83 
84 /* Have shl_load based dso */
85 /* #undef HAVE_SHLLOAD */
86 
87 /* Define to 1 if you have the `stat' function. */
88 #define HAVE_STAT 1
89 
90 /* Define to 1 if you have the <stdint.h> header file. */
91 #define HAVE_STDINT_H 1
92 
93 /* Define to 1 if you have the <sys/mman.h> header file. */
94 #define HAVE_SYS_MMAN_H 1
95 
96 /* Define to 1 if you have the <sys/select.h> header file. */
97 #define HAVE_SYS_SELECT_H 1
98 
99 /* Define to 1 if you have the <sys/socket.h> header file. */
100 #define HAVE_SYS_SOCKET_H 1
101 
102 /* Define to 1 if you have the <sys/stat.h> header file. */
103 #define HAVE_SYS_STAT_H 1
104 
105 /* Define to 1 if you have the <sys/timeb.h> header file. */
106 #define HAVE_SYS_TIMEB_H 1
107 
108 /* Define to 1 if you have the <sys/time.h> header file. */
109 #define HAVE_SYS_TIME_H 1
110 
111 /* Define to 1 if you have the <sys/types.h> header file. */
112 #define HAVE_SYS_TYPES_H 1
113 
114 /* Define to 1 if you have the <unistd.h> header file. */
115 #define HAVE_UNISTD_H 1
116 
117 /* Whether va_copy() is available */
118 /* #undef HAVE_VA_COPY */
119 
120 /* Define to 1 if you have the <zlib.h> header file. */
121 /* #undef HAVE_ZLIB_H */
122 
123 /* Whether __va_copy() is available */
124 /* #undef HAVE___VA_COPY */
125 
126 /* Define to the sub-directory where libtool stores uninstalled libraries. */
127 #define LT_OBJDIR ".libs/"
128 
129 /* Name of package */
130 #define PACKAGE "libxml2"
131 
132 /* Define to the address where bug reports for this package should be sent. */
133 #define PACKAGE_BUGREPORT "xml@gnome.org"
134 
135 /* Define to the full name of this package. */
136 #define PACKAGE_NAME "libxml2"
137 
138 /* Define to the full name and version of this package. */
139 #define PACKAGE_STRING "libxml2 2.10.1"
140 
141 /* Define to the one symbol short name of this package. */
142 #define PACKAGE_TARNAME "libxml2"
143 
144 /* Define to the home page for this package. */
145 #define PACKAGE_URL "https://gitlab.gnome.org/GNOME/libxml2"
146 
147 /* Define to the version of this package. */
148 #define PACKAGE_VERSION "2.10.1"
149 
150 /* Type cast for the send() function 2nd arg */
151 #define SEND_ARG2_CAST
152 
153 /* Support for IPv6 */
154 /* #undef SUPPORT_IP6 */
155 
156 /* Define if va_list is an array type */
157 #define VA_LIST_IS_ARRAY 1
158 
159 /* Version number of package */
160 #define VERSION "2.10.1"
161 
162 /* Determine what socket length (socklen_t) data type is */
163 #define XML_SOCKLEN_T socklen_t
164 
165 /* Define for Solaris 2.5.1 so the uint32_t typedef from <sys/synch.h>,
166  <pthread.h>, or <semaphore.h> is not used. If the typedef were allowed, the
167  #define below would cause a syntax error. */
168 /* #undef _UINT32_T */
169 
170 /* ss_family is not defined here, use __ss_family instead */
171 /* #undef ss_family */
172 
173 /* Define to the type of an unsigned integer type of width exactly 32 bits if
174  such a type exists and the standard includes do not define it. */
175 /* #undef uint32_t */