]> sjero.net Git - wget/blob - vms/config.h_vms
Space before closing brace. Fixes paramcheck.pl output.
[wget] / vms / config.h_vms
1 /* vms/config.h_vms.  VMS-specific config.h for Wget 1.11. */
2 /* Hand-edited from Tru64: src/config.h.  Generated by configure. */
3
4 /* Define to one of `_getb67', `GETB67', `getb67' for Cray-2 and Cray-YMP
5    systems. This function is required for `alloca.c' support on those systems.
6    */
7 /* #undef CRAY_STACKSEG_END */
8
9 /* Define to 1 if using `alloca.c'. */
10 /* #undef C_ALLOCA */
11
12 /* Define if you want the debug output support compiled in. */
13 #define ENABLE_DEBUG 1
14
15 /* Define if you want the HTTP Digest Authorization compiled in. */
16 #define ENABLE_DIGEST 1
17
18 /* Define if IPv6 support is enabled. */
19 #if !defined( __VAX)
20 # define ENABLE_IPV6 1
21 #endif /* !defined( __VAX) */
22
23 /* Define if you want the NTLM authorization support compiled in. */
24 /* #define ENABLE_NTLM 1 */
25
26 /* Define if you want the Opie support for FTP compiled in. */
27 #define ENABLE_OPIE 1
28
29 /* Define to 1 if you have `alloca', as a function or macro. */
30 /* #define HAVE_ALLOCA 1 */
31
32 /* Define to 1 if you have <alloca.h> and it should be used (not on Ultrix).
33    */
34 /* #define HAVE_ALLOCA_H 1 */
35
36 /* VMS alloca.  (_LARGEFILE must be defined before this.) */
37 #    include <builtins.h>
38 #    define alloca __ALLOCA
39
40 /* Define to use built-in MD5. */
41 #define HAVE_BUILTIN_MD5 1
42
43 /* Define to 1 if you have the `clock_gettime' function. */
44 /* #define HAVE_CLOCK_GETTIME 1 */
45 #if __CRTL_VER >= 70320000
46 # define HAVE_CLOCK_GETTIME 1
47 #endif /* __CRTL_VER >= 70320000 */
48
49 /* Define to 1 if you have the `drand48' function. */
50 #if __CRTL_VER >= 70000000
51 # define HAVE_DRAND48 1
52 #endif /* __CRTL_VER >= 70000000 */
53
54 /* Define to 1 if fseeko (and presumably ftello) exists and is declared. */
55 /* #undef HAVE_FSEEKO */
56 #if __CRTL_VER >= 70301000
57 # define HAVE_FSEEKO 1
58 #endif /* __CRTL_VER >= 70301000 */
59
60 /* Define to 1 if you have the `ftello' function. */
61 /* #define HAVE_FTELLO 1 */
62 #if __CRTL_VER >= 70301000
63 # define HAVE_FTELLO 1
64 #endif /* __CRTL_VER >= 70301000 */
65
66 /* Define to 1 if you have the `getaddrinfo' function. */
67 /* #define HAVE_GETADDRINFO 1 */
68 #if __CRTL_VER >= 70300000
69 # define HAVE_GETADDRINFO 1
70 #endif /* __CRTL_VER >= 70300000 */
71
72 /* Define to 1 if you have the `gethostbyname' function. */
73 #define HAVE_GETHOSTBYNAME 1
74
75 /* Define to 1 if you have the `getpagesize' function. */
76 /* #define HAVE_GETPAGESIZE 1 */
77 #if __CRTL_VER >= 70000000
78 # define HAVE_GETPAGESIZE 1
79 #endif /* __CRTL_VER >= 70000000 */
80
81 /* Define to 1 if you have the `gettext' function. */
82 /* #undef HAVE_GETTEXT */
83
84 /* Define to 1 if you have the `inet_ntoa' function. */
85 #define HAVE_INET_NTOA 1
86
87 /* Define to 1 if the system has the type `int64_t'. */
88 #if !defined( __VAX)
89 # define HAVE_INT64_T 1
90 #endif /* !defined( __VAX) */
91
92 /* Define to 1 if the system has the type `intptr_t'. */
93 #define HAVE_INTPTR_T 1
94
95 /* Define to 1 if you have the <inttypes.h> header file. */
96 #define HAVE_INTTYPES_H 1
97
98 /* Define to 1 if you have the `isatty' function. */
99 #define HAVE_ISATTY 1
100
101 /* Define to 1 if you have the `dl' library (-ldl). */
102 /* #undef HAVE_LIBDL */
103
104 /* Define if you have the gnutls library. */
105 /* #undef HAVE_LIBGNUTLS */
106
107 /* Define to 1 if you have the <libintl.h> header file. */
108 /* #undef HAVE_LIBINTL_H */
109
110 /* Define to 1 if you have the `nsl' library (-lnsl). */
111 /* #undef HAVE_LIBNSL */
112
113 /* Define to 1 if you have the `rt' library (-lrt). */
114 /* #undef HAVE_LIBRT */
115
116 /* Define to 1 if you have the `socket' library (-lsocket). */
117 /* #undef HAVE_LIBSOCKET */
118
119 /* Define if you have the ssl library. */
120 /* #undef HAVE_LIBSSL */
121
122 /* Define if we're compiling support for MD5. */
123 #define HAVE_MD5 1
124
125 /* Define to 1 if you have the <memory.h> header file. */
126 #define HAVE_MEMORY_H 1
127
128 /* Define to 1 if you have the `memrchr' function. */
129 /* #undef HAVE_MEMRCHR */
130
131 /* Define to 1 if you have a working `mmap' system call. */
132 #define HAVE_MMAP 1
133
134 /* Define if you have the nanosleep function. */
135 /* #define HAVE_NANOSLEEP 1 */
136 #if __CRTL_VER >= 70320000
137 # define HAVE_NANOSLEEP 1
138 #endif /* __CRTL_VER >= 70320000 */
139
140 /* Define this if you want the NLS support. */
141 /* #undef HAVE_NLS */
142
143 /* Define when using OpenSSL MD5. */
144 /* #undef HAVE_OPENSSL_MD5 */
145
146 /* Define to 1 if you have the <pwd.h> header file. */
147 #define HAVE_PWD_H 1
148
149 /* Define to 1 if you have the `sigblock' function. */
150 #define HAVE_SIGBLOCK 1
151
152 /* Define to 1 if you have the `sigsetjmp' function. */
153 #define HAVE_SIGSETJMP 1
154
155 /* Define to 1 if the system has the type `sig_atomic_t'. */
156 #define HAVE_SIG_ATOMIC_T 1
157
158 /* Define to 1 if you have the `snprintf' function. */
159 /* #define HAVE_SNPRINTF 1 */
160 #if (!defined( __VAX)) && (__CRTL_VER >= 70312000)
161 # define HAVE_SNPRINTF 1
162 #endif /* (!defined( __VAX)) && (__CRTL_VER >= 70312000) */
163
164 /* Define if struct sockaddr_in6 has the sin6_scope_id member */
165 /* #define HAVE_SOCKADDR_IN6_SCOPE_ID 1 */
166
167 /* Define when using Solaris MD5. */
168 /* #undef HAVE_SOLARIS_MD5 */
169
170 /* Define to 1 if stdbool.h conforms to C99. */
171 /* #undef HAVE_STDBOOL_H */
172 #if defined(__DECC) && __DECC_VER >= 60400000
173 # define HAVE_STDBOOL_H 1
174 #endif /* defined(__DECC) && __DECC_VER >= 60400000 */
175
176 /* Define to 1 if you have the <stdint.h> header file. */
177 /* #define HAVE_STDINT_H 1 */
178
179 /* Define to 1 if you have the <stdlib.h> header file. */
180 #define HAVE_STDLIB_H 1
181
182 /* Define to 1 if you have the `strcasecmp' function. */
183 /* #define HAVE_STRCASECMP 1 */
184 #if __CRTL_VER >= 70000000
185 # define HAVE_STRCASECMP 1
186 #endif /* __CRTL_VER >= 70000000 */
187
188 /* Define to 1 if you have the `strdup' function. */
189 /* #define HAVE_STRDUP 1 */
190 #if __CRTL_VER >= 70000000
191 # define HAVE_STRDUP 1
192 #endif /* __CRTL_VER >= 70000000 */
193
194 /* Define to 1 if you have the <strings.h> header file. */
195 /* #define HAVE_STRINGS_H 1 */
196 #if __CRTL_VER >= 70000000
197 # define HAVE_STRINGS_H 1
198 #endif /* __CRTL_VER >= 70000000 */
199
200 /* Define to 1 if you have the <string.h> header file. */
201 #define HAVE_STRING_H 1
202
203 /* Define to 1 if you have the `strncasecmp' function. */
204 /* #define HAVE_STRNCASECMP 1 */
205 /* #define HAVE_STRNCASECMP 1 */
206 #if __CRTL_VER >= 70000000
207 # define HAVE_STRNCASECMP 1
208 #endif /* __CRTL_VER >= 70000000 */
209
210 /* Define to 1 if you have the `strptime' function. */
211 #define HAVE_STRPTIME 1
212
213 /* Define to 1 if you have the `strtoll' function. */
214 /* #undef HAVE_STRTOLL */
215 #if !defined(_ANSI_C_SOURCE) && !defined(__VAX)
216 # define HAVE_STRTOLL 1
217 #endif /* !defined(_ANSI_C_SOURCE) && !defined(__VAX) */
218
219 /* Define to 1 if the system has the type `struct sockaddr_in6'. */
220 /* #define HAVE_STRUCT_SOCKADDR_IN6 1 */
221
222 /* Define to 1 if the system has the type `struct sockaddr_storage'. */
223 /* #define HAVE_STRUCT_SOCKADDR_STORAGE 1 */
224
225 /* Define to 1 if the system has the type `struct utimbuf'. */
226 #define HAVE_STRUCT_UTIMBUF 1
227
228 /* Define to 1 if you have the `symlink' function. */
229 /* #define HAVE_SYMLINK 1 */
230
231 /* Define to 1 if you have the <sys/ioctl.h> header file. */
232 #define HAVE_SYS_IOCTL_H 1
233
234 /* Define to 1 if you have the <sys/select.h> header file. */
235 /* #define HAVE_SYS_SELECT_H 1 */
236
237 /* Define to 1 if you have the <sys/stat.h> header file. */
238 #define HAVE_SYS_STAT_H 1
239
240 /* Define to 1 if you have the <sys/time.h> header file. */
241 #define HAVE_SYS_TIME_H 1
242
243 /* Define to 1 if you have the <sys/types.h> header file. */
244 #define HAVE_SYS_TYPES_H 1
245
246 /* Define to 1 if you have the <sys/utime.h> header file. */
247 /* #undef HAVE_SYS_UTIME_H */
248
249 /* Define to 1 if you have the <termios.h> header file. */
250 /* #define HAVE_TERMIOS_H 1 */
251
252 /* Define to 1 if you have the `timegm' function. */
253 /* #undef HAVE_TIMEGM */
254
255 /* Define to 1 if the system has the type `uint32_t'. */
256 #define HAVE_UINT32_T 1
257
258 /* Define to 1 if the system has the type `uintptr_t'. */
259 #define HAVE_UINTPTR_T 1
260
261 /* Define to 1 if you have the <unistd.h> header file. */
262 #define HAVE_UNISTD_H 1
263
264 /* Define to 1 if you have the `usleep' function. */
265 #define HAVE_USLEEP 1
266
267 /* Define to 1 if you have the <utime.h> header file. */
268 /* #define HAVE_UTIME_H 1 */
269
270 /* Define to 1 if you have the `vasprintf' function. */
271 /* #undef HAVE_VASPRINTF */
272
273 /* Define to 1 if you have the `vsnprintf' function. */
274 #if (!defined( __VAX)) && (__CRTL_VER >= 70312000)
275 # define HAVE_VSNPRINTF 1
276 #endif /* (!defined( __VAX)) && (__CRTL_VER >= 70312000) */
277
278 /* Define if fnmatch.h can be included. */
279 /* #define HAVE_WORKING_FNMATCH_H 1 */
280
281 /* Define to 1 if the system has the type `_Bool'. */
282 #if defined(__DECC) && __DECC_VER >= 60400000
283 # define HAVE__BOOL 1
284 #endif /* defined(__DECC) && __DECC_VER >= 60400000 */
285
286 /* Define to be the name of the operating system. */
287 #ifndef OS_TYPE
288 # define OS_TYPE "VMS"
289 #endif /* OS_TYPE */
290
291 /* Define to the address where bug reports for this package should be sent. */
292 #define PACKAGE_BUGREPORT ""
293
294 /* Define to the full name of this package. */
295 #define PACKAGE_NAME ""
296
297 /* Define to the full name and version of this package. */
298 #define PACKAGE_STRING ""
299
300 /* Define to the one symbol short name of this package. */
301 #define PACKAGE_TARNAME ""
302
303 /* Define to the version of this package. */
304 #define PACKAGE_VERSION ""
305
306 /* The size of `int', as computed by sizeof. */
307 #define SIZEOF_INT 4
308
309 /* The size of `long', as computed by sizeof. */
310 #define SIZEOF_LONG 4
311
312 /* The size of `long long', as computed by sizeof. */
313 /* #define SIZEOF_LONG_LONG 8 */
314 #ifndef __VAX
315 # define SIZEOF_LONG_LONG 8
316 #endif /* def __VAX */
317
318 /* The size of `off_t', as computed by sizeof. */
319 /* #define SIZEOF_OFF_T 8 */
320 #ifdef __VAX
321 # define SIZEOF_OFF_T 4
322 #else /* def __VAX */
323 # ifdef _LARGEFILE
324 #  define SIZEOF_OFF_T 8
325 # else /* def _LARGEFILE */
326 #  define SIZEOF_OFF_T 4
327 # endif /* def _LARGEFILE [else] */
328 #endif /* def __VAX [else]*/
329
330 /* The size of `short', as computed by sizeof. */
331 #define SIZEOF_SHORT 2
332
333 /* The size of `void *', as computed by sizeof. */
334 #define SIZEOF_VOID_P 4
335
336 /* If using the C implementation of alloca, define if you know the
337    direction of stack growth for your system; otherwise it will be
338    automatically deduced at runtime.
339         STACK_DIRECTION > 0 => grows toward higher addresses
340         STACK_DIRECTION < 0 => grows toward lower addresses
341         STACK_DIRECTION = 0 => direction of growth unknown */
342 /* #undef STACK_DIRECTION */
343
344 /* Define to 1 if you have the ANSI C header files. */
345 #define STDC_HEADERS 1
346
347 /* Define to 1 if your processor stores words with the most significant byte
348    first (like Motorola and SPARC, unlike Intel and VAX). */
349 /* #undef WORDS_BIGENDIAN */
350
351 /* Define to 1 if on AIX 3.
352    System headers sometimes define this.
353    We just want to avoid a redefinition error message.  */
354 #ifndef _ALL_SOURCE
355 /* # undef _ALL_SOURCE */
356 #endif
357
358 /* Number of bits in a file offset, on hosts where this is settable. */
359 /* #undef _FILE_OFFSET_BITS */
360
361 /* Define to 1 to make fseeko visible on some hosts (e.g. glibc 2.2). */
362 /* #undef _LARGEFILE_SOURCE */
363
364 /* Define for large files, on AIX-style hosts. */
365 /* #undef _LARGE_FILES */
366
367 /* Define to empty if `const' does not conform to ANSI C. */
368 /* #undef const */
369
370 /* Define to `__inline__' or `__inline' if that's what the C compiler
371    calls it, or to nothing if 'inline' is not supported under any name.  */
372 #ifndef __cplusplus
373 /* #undef inline */
374 #endif
375
376 /* Define to `int' if <sys/types.h> does not define. */
377 /* #undef pid_t */
378
379 /* Define to `unsigned int' if <sys/types.h> does not define. */
380 /* #undef size_t */
381
382 /* Define to int or size_t on systems without socklen_t. */
383 #define socklen_t size_t
384
385 /* Define to empty if the keyword `volatile' does not work. Warning: valid
386    code using `volatile' can become incorrect without. Disable with care. */
387 /* #undef volatile */
388
389
390 #include "config-post.h"
391