• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1 /* config.h.  Generated from config.h.in by configure.  */
2 /* config.h.in.  Generated from configure.ac by autoheader.  */
3 
4 /* A form that will not confuse apibuild.py */
5 #define ATTRIBUTE_DESTRUCTOR __attribute__((destructor))
6 
7 /* Define to 1 if you have the <arpa/inet.h> header file. */
8 #define HAVE_ARPA_INET_H 1
9 
10 /* Define if __attribute__((destructor)) is accepted */
11 #define HAVE_ATTRIBUTE_DESTRUCTOR 1
12 
13 /* Define to 1 if you have the <dlfcn.h> header file. */
14 #define HAVE_DLFCN_H 1
15 
16 /* Have dlopen based dso */
17 #define HAVE_DLOPEN /**/
18 
19 /* Define to 1 if you have the <dl.h> header file. */
20 /* #undef HAVE_DL_H */
21 
22 /* Define to 1 if you have the <fcntl.h> header file. */
23 #define HAVE_FCNTL_H 1
24 
25 /* Define to 1 if you have the `ftime' function. */
26 #define HAVE_FTIME 1
27 
28 /* Define to 1 if you have the `getentropy' function. */
29 /* #undef HAVE_GETENTROPY */
30 
31 /* Define to 1 if you have the `gettimeofday' function. */
32 #define HAVE_GETTIMEOFDAY 1
33 
34 /* Define to 1 if you have the <glob.h> header file. */
35 #define HAVE_GLOB_H 1
36 
37 /* Define to 1 if you have the <inttypes.h> header file. */
38 #define HAVE_INTTYPES_H 1
39 
40 /* Define if history library is there (-lhistory) */
41 /* #undef HAVE_LIBHISTORY */
42 
43 /* Define if readline library is there (-lreadline) */
44 /* #undef HAVE_LIBREADLINE */
45 
46 /* Define to 1 if you have the <lzma.h> header file. */
47 /* #undef HAVE_LZMA_H */
48 
49 /* Define to 1 if you have the `mmap' function. */
50 #define HAVE_MMAP 1
51 
52 /* Define to 1 if you have the `munmap' function. */
53 #define HAVE_MUNMAP 1
54 
55 /* mmap() is no good without munmap() */
56 #if defined(HAVE_MMAP) && !defined(HAVE_MUNMAP)
57 #  undef /**/ HAVE_MMAP
58 #endif
59 
60 /* Define to 1 if you have the <netdb.h> header file. */
61 #define HAVE_NETDB_H 1
62 
63 /* Define to 1 if you have the <netinet/in.h> header file. */
64 #define HAVE_NETINET_IN_H 1
65 
66 /* Define to 1 if you have the <poll.h> header file. */
67 #define HAVE_POLL_H 1
68 
69 /* Define to 1 if you have the <pthread.h> header file. */
70 #define HAVE_PTHREAD_H /**/
71 
72 /* Have shl_load based dso */
73 /* #undef HAVE_SHLLOAD */
74 
75 /* Define to 1 if you have the `stat' function. */
76 #define HAVE_STAT 1
77 
78 /* Define to 1 if you have the <stdint.h> header file. */
79 #define HAVE_STDINT_H 1
80 
81 /* Define to 1 if you have the <stdio.h> header file. */
82 #define HAVE_STDIO_H 1
83 
84 /* Define to 1 if you have the <stdlib.h> header file. */
85 #define HAVE_STDLIB_H 1
86 
87 /* Define to 1 if you have the <strings.h> header file. */
88 #define HAVE_STRINGS_H 1
89 
90 /* Define to 1 if you have the <string.h> header file. */
91 #define HAVE_STRING_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/random.h> header file. */
97 /* #undef HAVE_SYS_RANDOM_H */
98 
99 /* Define to 1 if you have the <sys/select.h> header file. */
100 #define HAVE_SYS_SELECT_H 1
101 
102 /* Define to 1 if you have the <sys/socket.h> header file. */
103 #define HAVE_SYS_SOCKET_H 1
104 
105 /* Define to 1 if you have the <sys/stat.h> header file. */
106 #define HAVE_SYS_STAT_H 1
107 
108 /* Define to 1 if you have the <sys/timeb.h> header file. */
109 #define HAVE_SYS_TIMEB_H 1
110 
111 /* Define to 1 if you have the <sys/time.h> header file. */
112 #define HAVE_SYS_TIME_H 1
113 
114 /* Define to 1 if you have the <sys/types.h> header file. */
115 #define HAVE_SYS_TYPES_H 1
116 
117 /* Define to 1 if you have the <unistd.h> header file. */
118 #define HAVE_UNISTD_H 1
119 
120 /* Define to 1 if you have the <zlib.h> header file. */
121 /* #undef HAVE_ZLIB_H */
122 
123 /* Define to the sub-directory where libtool stores uninstalled libraries. */
124 #define LT_OBJDIR ".libs/"
125 
126 /* Name of package */
127 #define PACKAGE "libxml2"
128 
129 /* Define to the address where bug reports for this package should be sent. */
130 #define PACKAGE_BUGREPORT ""
131 
132 /* Define to the full name of this package. */
133 #define PACKAGE_NAME "libxml2"
134 
135 /* Define to the full name and version of this package. */
136 #define PACKAGE_STRING "libxml2 2.14.0"
137 
138 /* Define to the one symbol short name of this package. */
139 #define PACKAGE_TARNAME "libxml2"
140 
141 /* Define to the home page for this package. */
142 #define PACKAGE_URL ""
143 
144 /* Define to the version of this package. */
145 #define PACKAGE_VERSION "2.14.0"
146 
147 /* Define to 1 if all of the C90 standard headers exist (not just the ones
148    required in a freestanding environment). This macro is provided for
149    backward compatibility; new code need not use it. */
150 #define STDC_HEADERS 1
151 
152 /* Support for IPv6 */
153 #define SUPPORT_IP6
154 
155 /* Version number of package */
156 #define VERSION "2.14.0"
157 
158 /* Determine what socket length (socklen_t) data type is */
159 #define XML_SOCKLEN_T socklen_t
160 
161 /* TLS specifier */
162 #define XML_THREAD_LOCAL _Thread_local
163 
164 /* Define for Solaris 2.5.1 so the uint32_t typedef from <sys/synch.h>,
165    <pthread.h>, or <semaphore.h> is not used. If the typedef were allowed, the
166    #define below would cause a syntax error. */
167 /* #undef _UINT32_T */
168 
169 /* Define to the type of an unsigned integer type of width exactly 32 bits if
170    such a type exists and the standard includes do not define it. */
171 /* #undef uint32_t */
172