blob: 7840ac1dc5e2bb13cc3ebac651592d5d12606325 [file] [log] [blame]
Daniel Veillard36169f81998-07-24 19:30:47 +00001/* config.h.in. Generated automatically from configure.in by autoheader. */
2
Daniel Veillard314cfa02002-01-14 17:58:01 +00003/* Define if you have the strftime function. */
4#undef HAVE_STRFTIME
5
Daniel Veillard36169f81998-07-24 19:30:47 +00006/* Define if you have the ANSI C header files. */
7#undef STDC_HEADERS
8
Arturo Espinosa8e0137c1998-09-23 00:58:59 +00009#undef PACKAGE
10#undef VERSION
11#undef HAVE_LIBZ
Daniel Veillardb05deb71999-08-10 19:04:08 +000012#undef HAVE_LIBM
13#undef HAVE_ISINF
14#undef HAVE_ISNAN
Daniel Veillard71b656e2000-01-05 14:46:17 +000015#undef HAVE_LIBHISTORY
16#undef HAVE_LIBREADLINE
Daniel Veillard189446d2000-10-13 10:23:06 +000017#undef SOCKLEN_T
Daniel Veillardb8478642001-10-12 17:29:10 +000018#undef HAVE_LIBPTHREAD
19#undef HAVE_PTHREAD_H
Daniel Veillardb05deb71999-08-10 19:04:08 +000020
Daniel Veillard8e199902001-01-25 18:54:39 +000021/* Define if you have the _stat function. */
22#undef HAVE__STAT
23
Daniel Veillardb05deb71999-08-10 19:04:08 +000024/* Define if you have the class function. */
25#undef HAVE_CLASS
26
27/* Define if you have the finite function. */
28#undef HAVE_FINITE
29
30/* Define if you have the fp_class function. */
31#undef HAVE_FP_CLASS
32
33/* Define if you have the fpclass function. */
34#undef HAVE_FPCLASS
35
Daniel Veillard92ad2102001-03-27 12:47:33 +000036/* Define if you have the fprintf function. */
37#undef HAVE_FPRINTF
38
Daniel Veillarda3db2e32002-03-08 15:46:57 +000039/* Define if you have the ftime function. */
40#undef HAVE_FTIME
41
42/* Define if you have the gettimeofday function. */
43#undef HAVE_GETTIMEOFDAY
44
Daniel Veillardb05deb71999-08-10 19:04:08 +000045/* Define if you have the isnand function. */
46#undef HAVE_ISNAND
Arturo Espinosa8e0137c1998-09-23 00:58:59 +000047
Daniel Veillard7f7d1111999-09-22 09:46:25 +000048/* Define if you have the localtime function. */
49#undef HAVE_LOCALTIME
50
Daniel Veillard92ad2102001-03-27 12:47:33 +000051/* Define if you have the printf function. */
52#undef HAVE_PRINTF
53
Daniel Veillard6dd8e052001-06-23 18:38:06 +000054/* Define if you have the signal function. */
55#undef HAVE_SIGNAL
56
Daniel Veillard36169f81998-07-24 19:30:47 +000057/* Define if you have the snprintf function. */
58#undef HAVE_SNPRINTF
59
Daniel Veillard92ad2102001-03-27 12:47:33 +000060/* Define if you have the sprintf function. */
61#undef HAVE_SPRINTF
62
63/* Define if you have the sscanf function. */
64#undef HAVE_SSCANF
65
Daniel Veillard8e199902001-01-25 18:54:39 +000066/* Define if you have the stat function. */
67#undef HAVE_STAT
68
Daniel Veillard36169f81998-07-24 19:30:47 +000069/* Define if you have the strdup function. */
70#undef HAVE_STRDUP
71
72/* Define if you have the strerror function. */
73#undef HAVE_STRERROR
74
Daniel Veillard7f7d1111999-09-22 09:46:25 +000075/* Define if you have the strftime function. */
76#undef HAVE_STRFTIME
77
Daniel Veillard36169f81998-07-24 19:30:47 +000078/* Define if you have the strndup function. */
79#undef HAVE_STRNDUP
80
Daniel Veillard92ad2102001-03-27 12:47:33 +000081/* Define if you have the vfprintf function. */
82#undef HAVE_VFPRINTF
83
Daniel Veillarda5f013b2001-03-22 12:44:45 +000084/* Define if you have the vsnprintf function. */
85#undef HAVE_VSNPRINTF
86
Daniel Veillard92ad2102001-03-27 12:47:33 +000087/* Define if you have the vsprintf function. */
88#undef HAVE_VSPRINTF
89
Daniel Veillard27b55282001-04-11 12:22:25 +000090/* Define if you have the <ansidecl.h> header file. */
91#undef HAVE_ANSIDECL_H
92
Daniel Veillard7f7d1111999-09-22 09:46:25 +000093/* Define if you have the <arpa/inet.h> header file. */
94#undef HAVE_ARPA_INET_H
95
Daniel Veillard36169f81998-07-24 19:30:47 +000096/* Define if you have the <ctype.h> header file. */
97#undef HAVE_CTYPE_H
98
99/* Define if you have the <dirent.h> header file. */
100#undef HAVE_DIRENT_H
101
Daniel Veillardb8478642001-10-12 17:29:10 +0000102/* Define if you have the <dlfcn.h> header file. */
103#undef HAVE_DLFCN_H
104
Daniel Veillard36169f81998-07-24 19:30:47 +0000105/* Define if you have the <errno.h> header file. */
106#undef HAVE_ERRNO_H
107
108/* Define if you have the <fcntl.h> header file. */
109#undef HAVE_FCNTL_H
110
Daniel Veillardb05deb71999-08-10 19:04:08 +0000111/* Define if you have the <float.h> header file. */
112#undef HAVE_FLOAT_H
113
114/* Define if you have the <fp_class.h> header file. */
115#undef HAVE_FP_CLASS_H
116
117/* Define if you have the <ieeefp.h> header file. */
118#undef HAVE_IEEEFP_H
119
Daniel Veillard36169f81998-07-24 19:30:47 +0000120/* Define if you have the <malloc.h> header file. */
121#undef HAVE_MALLOC_H
122
Daniel Veillardb05deb71999-08-10 19:04:08 +0000123/* Define if you have the <math.h> header file. */
124#undef HAVE_MATH_H
125
126/* Define if you have the <nan.h> header file. */
127#undef HAVE_NAN_H
128
Daniel Veillard36169f81998-07-24 19:30:47 +0000129/* Define if you have the <ndir.h> header file. */
130#undef HAVE_NDIR_H
131
Daniel Veillard7f7d1111999-09-22 09:46:25 +0000132/* Define if you have the <netdb.h> header file. */
133#undef HAVE_NETDB_H
134
135/* Define if you have the <netinet/in.h> header file. */
136#undef HAVE_NETINET_IN_H
137
Daniel Veillard6dd8e052001-06-23 18:38:06 +0000138/* Define if you have the <signal.h> header file. */
139#undef HAVE_SIGNAL_H
140
Daniel Veillard36169f81998-07-24 19:30:47 +0000141/* Define if you have the <stdarg.h> header file. */
142#undef HAVE_STDARG_H
143
Daniel Veillard7f7d1111999-09-22 09:46:25 +0000144/* Define if you have the <stdlib.h> header file. */
145#undef HAVE_STDLIB_H
146
Daniel Veillard04698d92000-09-17 16:00:22 +0000147/* Define if you have the <string.h> header file. */
148#undef HAVE_STRING_H
149
Daniel Veillard36169f81998-07-24 19:30:47 +0000150/* Define if you have the <sys/dir.h> header file. */
151#undef HAVE_SYS_DIR_H
152
Daniel Veillard46e370e2000-07-21 20:32:03 +0000153/* Define if you have the <sys/mman.h> header file. */
154#undef HAVE_SYS_MMAN_H
155
Daniel Veillard36169f81998-07-24 19:30:47 +0000156/* Define if you have the <sys/ndir.h> header file. */
157#undef HAVE_SYS_NDIR_H
158
Daniel Veillard7f7d1111999-09-22 09:46:25 +0000159/* Define if you have the <sys/select.h> header file. */
160#undef HAVE_SYS_SELECT_H
161
162/* Define if you have the <sys/socket.h> header file. */
163#undef HAVE_SYS_SOCKET_H
164
Daniel Veillard36169f81998-07-24 19:30:47 +0000165/* Define if you have the <sys/stat.h> header file. */
166#undef HAVE_SYS_STAT_H
167
Daniel Veillard7f7d1111999-09-22 09:46:25 +0000168/* Define if you have the <sys/time.h> header file. */
169#undef HAVE_SYS_TIME_H
170
Daniel Veillarda3db2e32002-03-08 15:46:57 +0000171/* Define if you have the <sys/timeb.h> header file. */
172#undef HAVE_SYS_TIMEB_H
173
Daniel Veillard36169f81998-07-24 19:30:47 +0000174/* Define if you have the <sys/types.h> header file. */
175#undef HAVE_SYS_TYPES_H
176
177/* Define if you have the <time.h> header file. */
178#undef HAVE_TIME_H
179
180/* Define if you have the <unistd.h> header file. */
181#undef HAVE_UNISTD_H
182
Daniel Veillard461a66c2000-01-18 18:01:01 +0000183/* Define if you have the <zlib.h> header file. */
184#undef HAVE_ZLIB_H
185
Daniel Veillard7f7d1111999-09-22 09:46:25 +0000186/* Define if you have the inet library (-linet). */
187#undef HAVE_LIBINET
188
189/* Define if you have the nsl library (-lnsl). */
190#undef HAVE_LIBNSL
191
192/* Define if you have the socket library (-lsocket). */
193#undef HAVE_LIBSOCKET
194
Daniel Veillard1164e751999-02-16 16:29:17 +0000195/* Name of package */
196#undef PACKAGE
197
198/* Version number of package */
199#undef VERSION
200
Daniel Veillard04698d92000-09-17 16:00:22 +0000201/* Define if compiler has function prototypes */
202#undef PROTOTYPES
203