Annotation of embedaddon/libxml2/config.h.in, revision 1.1.1.2
1.1 misho 1: /* config.h.in. Generated from configure.in by autoheader. */
2:
3: /* Define to 1 if you have the <ansidecl.h> header file. */
4: #undef HAVE_ANSIDECL_H
5:
6: /* Define to 1 if you have the <arpa/inet.h> header file. */
7: #undef HAVE_ARPA_INET_H
8:
9: /* Define to 1 if you have the <arpa/nameser.h> header file. */
10: #undef HAVE_ARPA_NAMESER_H
11:
12: /* Whether struct sockaddr::__ss_family exists */
13: #undef HAVE_BROKEN_SS_FAMILY
14:
15: /* Define to 1 if you have the `class' function. */
16: #undef HAVE_CLASS
17:
18: /* Define to 1 if you have the <ctype.h> header file. */
19: #undef HAVE_CTYPE_H
20:
21: /* Define to 1 if you have the <dirent.h> header file. */
22: #undef HAVE_DIRENT_H
23:
24: /* Define to 1 if you have the <dlfcn.h> header file. */
25: #undef HAVE_DLFCN_H
26:
27: /* Have dlopen based dso */
28: #undef HAVE_DLOPEN
29:
30: /* Define to 1 if you have the <dl.h> header file. */
31: #undef HAVE_DL_H
32:
33: /* Define to 1 if you have the <errno.h> header file. */
34: #undef HAVE_ERRNO_H
35:
36: /* Define to 1 if you have the <fcntl.h> header file. */
37: #undef HAVE_FCNTL_H
38:
39: /* Define to 1 if you have the `finite' function. */
40: #undef HAVE_FINITE
41:
42: /* Define to 1 if you have the <float.h> header file. */
43: #undef HAVE_FLOAT_H
44:
45: /* Define to 1 if you have the `fpclass' function. */
46: #undef HAVE_FPCLASS
47:
48: /* Define to 1 if you have the `fprintf' function. */
49: #undef HAVE_FPRINTF
50:
51: /* Define to 1 if you have the `fp_class' function. */
52: #undef HAVE_FP_CLASS
53:
54: /* Define to 1 if you have the <fp_class.h> header file. */
55: #undef HAVE_FP_CLASS_H
56:
57: /* Define to 1 if you have the `ftime' function. */
58: #undef HAVE_FTIME
59:
60: /* Define if getaddrinfo is there */
61: #undef HAVE_GETADDRINFO
62:
63: /* Define to 1 if you have the `gettimeofday' function. */
64: #undef HAVE_GETTIMEOFDAY
65:
66: /* Define to 1 if you have the <ieeefp.h> header file. */
67: #undef HAVE_IEEEFP_H
68:
69: /* Define to 1 if you have the <inttypes.h> header file. */
70: #undef HAVE_INTTYPES_H
71:
72: /* Define if isinf is there */
73: #undef HAVE_ISINF
74:
75: /* Define if isnan is there */
76: #undef HAVE_ISNAN
77:
78: /* Define to 1 if you have the `isnand' function. */
79: #undef HAVE_ISNAND
80:
81: /* Define if history library is there (-lhistory) */
82: #undef HAVE_LIBHISTORY
83:
1.1.1.2 ! misho 84: /* Have compression library */
! 85: #undef HAVE_LIBLZMA
! 86:
1.1 misho 87: /* Define if pthread library is there (-lpthread) */
88: #undef HAVE_LIBPTHREAD
89:
90: /* Define if readline library is there (-lreadline) */
91: #undef HAVE_LIBREADLINE
92:
93: /* Have compression library */
94: #undef HAVE_LIBZ
95:
96: /* Define to 1 if you have the <limits.h> header file. */
97: #undef HAVE_LIMITS_H
98:
99: /* Define to 1 if you have the `localtime' function. */
100: #undef HAVE_LOCALTIME
101:
1.1.1.2 ! misho 102: /* Define to 1 if you have the <lzma.h> header file. */
! 103: #undef HAVE_LZMA_H
! 104:
1.1 misho 105: /* Define to 1 if you have the <malloc.h> header file. */
106: #undef HAVE_MALLOC_H
107:
108: /* Define to 1 if you have the <math.h> header file. */
109: #undef HAVE_MATH_H
110:
111: /* Define to 1 if you have the <memory.h> header file. */
112: #undef HAVE_MEMORY_H
113:
114: /* Define to 1 if you have the <nan.h> header file. */
115: #undef HAVE_NAN_H
116:
117: /* Define to 1 if you have the <ndir.h> header file, and it defines `DIR'. */
118: #undef HAVE_NDIR_H
119:
120: /* Define to 1 if you have the <netdb.h> header file. */
121: #undef HAVE_NETDB_H
122:
123: /* Define to 1 if you have the <netinet/in.h> header file. */
124: #undef HAVE_NETINET_IN_H
125:
126: /* Define to 1 if you have the <poll.h> header file. */
127: #undef HAVE_POLL_H
128:
129: /* Define to 1 if you have the `printf' function. */
130: #undef HAVE_PRINTF
131:
132: /* Define if <pthread.h> is there */
133: #undef HAVE_PTHREAD_H
134:
1.1.1.2 ! misho 135: /* Define to 1 if you have the `rand' function. */
! 136: #undef HAVE_RAND
! 137:
! 138: /* Define to 1 if you have the `rand_r' function. */
! 139: #undef HAVE_RAND_R
! 140:
1.1 misho 141: /* Define to 1 if you have the <resolv.h> header file. */
142: #undef HAVE_RESOLV_H
143:
144: /* Have shl_load based dso */
145: #undef HAVE_SHLLOAD
146:
147: /* Define to 1 if you have the `signal' function. */
148: #undef HAVE_SIGNAL
149:
150: /* Define to 1 if you have the <signal.h> header file. */
151: #undef HAVE_SIGNAL_H
152:
153: /* Define to 1 if you have the `snprintf' function. */
154: #undef HAVE_SNPRINTF
155:
156: /* Define to 1 if you have the `sprintf' function. */
157: #undef HAVE_SPRINTF
158:
1.1.1.2 ! misho 159: /* Define to 1 if you have the `srand' function. */
! 160: #undef HAVE_SRAND
! 161:
1.1 misho 162: /* Define to 1 if you have the `sscanf' function. */
163: #undef HAVE_SSCANF
164:
165: /* Define to 1 if you have the `stat' function. */
166: #undef HAVE_STAT
167:
168: /* Define to 1 if you have the <stdarg.h> header file. */
169: #undef HAVE_STDARG_H
170:
171: /* Define to 1 if you have the <stdint.h> header file. */
172: #undef HAVE_STDINT_H
173:
174: /* Define to 1 if you have the <stdlib.h> header file. */
175: #undef HAVE_STDLIB_H
176:
177: /* Define to 1 if you have the `strdup' function. */
178: #undef HAVE_STRDUP
179:
180: /* Define to 1 if you have the `strerror' function. */
181: #undef HAVE_STRERROR
182:
183: /* Define to 1 if you have the `strftime' function. */
184: #undef HAVE_STRFTIME
185:
186: /* Define to 1 if you have the <strings.h> header file. */
187: #undef HAVE_STRINGS_H
188:
189: /* Define to 1 if you have the <string.h> header file. */
190: #undef HAVE_STRING_H
191:
192: /* Define to 1 if you have the `strndup' function. */
193: #undef HAVE_STRNDUP
194:
195: /* Define to 1 if you have the <sys/dir.h> header file, and it defines `DIR'.
196: */
197: #undef HAVE_SYS_DIR_H
198:
199: /* Define to 1 if you have the <sys/mman.h> header file. */
200: #undef HAVE_SYS_MMAN_H
201:
202: /* Define to 1 if you have the <sys/ndir.h> header file, and it defines `DIR'.
203: */
204: #undef HAVE_SYS_NDIR_H
205:
206: /* Define to 1 if you have the <sys/select.h> header file. */
207: #undef HAVE_SYS_SELECT_H
208:
209: /* Define to 1 if you have the <sys/socket.h> header file. */
210: #undef HAVE_SYS_SOCKET_H
211:
212: /* Define to 1 if you have the <sys/stat.h> header file. */
213: #undef HAVE_SYS_STAT_H
214:
215: /* Define to 1 if you have the <sys/timeb.h> header file. */
216: #undef HAVE_SYS_TIMEB_H
217:
218: /* Define to 1 if you have the <sys/time.h> header file. */
219: #undef HAVE_SYS_TIME_H
220:
221: /* Define to 1 if you have the <sys/types.h> header file. */
222: #undef HAVE_SYS_TYPES_H
223:
1.1.1.2 ! misho 224: /* Define to 1 if you have the `time' function. */
! 225: #undef HAVE_TIME
! 226:
1.1 misho 227: /* Define to 1 if you have the <time.h> header file. */
228: #undef HAVE_TIME_H
229:
230: /* Define to 1 if you have the <unistd.h> header file. */
231: #undef HAVE_UNISTD_H
232:
233: /* Whether va_copy() is available */
234: #undef HAVE_VA_COPY
235:
236: /* Define to 1 if you have the `vfprintf' function. */
237: #undef HAVE_VFPRINTF
238:
239: /* Define to 1 if you have the `vsnprintf' function. */
240: #undef HAVE_VSNPRINTF
241:
242: /* Define to 1 if you have the `vsprintf' function. */
243: #undef HAVE_VSPRINTF
244:
245: /* Define to 1 if you have the <zlib.h> header file. */
246: #undef HAVE_ZLIB_H
247:
248: /* Define to 1 if you have the `_stat' function. */
249: #undef HAVE__STAT
250:
251: /* Whether __va_copy() is available */
252: #undef HAVE___VA_COPY
253:
254: /* Define as const if the declaration of iconv() needs const. */
255: #undef ICONV_CONST
256:
257: /* Define to the sub-directory in which libtool stores uninstalled libraries.
258: */
259: #undef LT_OBJDIR
260:
261: /* Name of package */
262: #undef PACKAGE
263:
264: /* Define to the address where bug reports for this package should be sent. */
265: #undef PACKAGE_BUGREPORT
266:
267: /* Define to the full name of this package. */
268: #undef PACKAGE_NAME
269:
270: /* Define to the full name and version of this package. */
271: #undef PACKAGE_STRING
272:
273: /* Define to the one symbol short name of this package. */
274: #undef PACKAGE_TARNAME
275:
276: /* Define to the home page for this package. */
277: #undef PACKAGE_URL
278:
279: /* Define to the version of this package. */
280: #undef PACKAGE_VERSION
281:
282: /* Define to 1 if you have the ANSI C header files. */
283: #undef STDC_HEADERS
284:
285: /* Support for IPv6 */
286: #undef SUPPORT_IP6
287:
288: /* Version number of package */
289: #undef VERSION
290:
291: /* Determine what socket length (socklen_t) data type is */
292: #undef XML_SOCKLEN_T
293:
294: /* Using the Win32 Socket implementation */
295: #undef _WINSOCKAPI_
296:
297: /* ss_family is not defined here, use __ss_family instead */
298: #undef ss_family
FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>