blob: 2bf40936d63729e54d904da8d70d901c9a128bdf [file] [log] [blame]
Daniel Veillardce6e98d2000-11-25 09:54:49 +00001/* config.h */
2
3#define VMS 1
4
5/* Define if you have the strftime function. */
6#define HAVE_STRFTIME 1
7
8/* Define if you have the ANSI C header files. */
9#define STDC_HEADERS 1
10
11#undef PACKAGE
12#undef VERSION
13#undef HAVE_LIBZ
14#undef HAVE_LIBM
15#undef HAVE_ISINF
16#undef HAVE_ISNAN
17#undef HAVE_LIBHISTORY
18#undef HAVE_LIBREADLINE
19
20/* Define if you have the class function. */
21#undef HAVE_CLASS
22
23/* Define if you have the finite function. */
24#undef HAVE_FINITE
25
26/* Define if you have the fp_class function. */
27#define HAVE_FP_CLASS 1
28
29/* Define if you have the fpclass function. */
30#undef HAVE_FPCLASS
31
32/* Define if you have the isnand function. */
33#undef HAVE_ISNAND
34
35/* Define if you have the localtime function. */
36#define HAVE_LOCALTIME 1
37
38/* Define if you have the snprintf function. */
39#undef HAVE_SNPRINTF
40
41/* Define if you have the strdup function. */
42#define HAVE_STRDUP 1
43
44/* Define if you have the strerror function. */
45#define HAVE_STRERROR 1
46
47/* Define if you have the strftime function. */
48#define HAVE_STRFTIME 1
49
50/* Define if you have the strndup function. */
51#undef HAVE_STRNDUP
52
53/* Define if you have the <arpa/inet.h> header file. */
54#undef HAVE_ARPA_INET_H
55
56/* Define if you have the <ctype.h> header file. */
57#define HAVE_CTYPE_H 1
58
59/* Define if you have the <dirent.h> header file. */
60#define HAVE_DIRENT_H 1
61
62/* Define if you have the <errno.h> header file. */
63#define HAVE_ERRNO_H 1
64
65/* Define if you have the <fcntl.h> header file. */
66#define HAVE_FCNTL_H 1
67
68/* Define if you have the <float.h> header file. */
69#define HAVE_FLOAT_H 1
70
71/* Define if you have the <fp_class.h> header file. */
72#define HAVE_FP_CLASS_H 1
73
74/* Define if you have the <ieeefp.h> header file. */
75#undef HAVE_IEEEFP_H
76
77/* Define if you have the <malloc.h> header file. */
78#undef HAVE_MALLOC_H
79
80/* Define if you have the <math.h> header file. */
81#define HAVE_MATH_H 1
82
83/* Define if you have the <nan.h> header file. */
84#undef HAVE_NAN_H
85
86/* Define if you have the <ndir.h> header file. */
87#undef HAVE_NDIR_H
88
89/* Define if you have the <netdb.h> header file. */
90#define HAVE_NETDB_H 1
91
92/* Define if you have the <netinet/in.h> header file. */
93#undef HAVE_NETINET_IN_H
94
95/* Define if you have the <stdarg.h> header file. */
96#define HAVE_STDARG_H 1
97
98/* Define if you have the <stdlib.h> header file. */
99#define HAVE_STDLIB_H 1
100
101/* Define if you have the <sys/dir.h> header file. */
102#undef HAVE_SYS_DIR_H
103
104/* Define if you have the <sys/mman.h> header file. */
105#undef HAVE_SYS_MMAN_H
106
107/* Define if you have the <sys/ndir.h> header file. */
108#undef HAVE_SYS_NDIR_H
109
110/* Define if you have the <sys/select.h> header file. */
111#undef HAVE_SYS_SELECT_H
112
113/* Define if you have the <sys/socket.h> header file. */
114#undef HAVE_SYS_SOCKET_H
115
116/* Define if you have the <sys/stat.h> header file. */
117#undef HAVE_SYS_STAT_H
118
119/* Define if you have the <sys/time.h> header file. */
120#undef HAVE_SYS_TIME_H
121
122/* Define if you have the <sys/types.h> header file. */
123#undef HAVE_SYS_TYPES_H
124
125/* Define if you have the <time.h> header file. */
126#define HAVE_TIME_H 1
127
128/* Define if you have the <unistd.h> header file. */
129#define HAVE_UNISTD_H 1
130
131/* Define if you have the <zlib.h> header file. */
132#undef HAVE_ZLIB_H
133
134/* Define if you have the inet library (-linet). */
135#undef HAVE_LIBINET
136
137/* Define if you have the nsl library (-lnsl). */
138#undef HAVE_LIBNSL
139
140/* Define if you have the socket library (-lsocket). */
141#undef HAVE_LIBSOCKET
142
143/* Name of package */
144#undef PACKAGE
145
146/* Version number of package */
147#undef VERSION
148