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