]> sjero.net Git - wget/blob - vms/config.h_vms
Fix build when libpsl is not available
[wget] / vms / config.h_vms
1 /* vms/config.h_vms.   VMS-specific config.h for Wget 1.12. */
2 /* Hand-edited from Solaris: */
3 /* src/config.h.  Generated from config.h.in by configure.  */
4 /* src/config.h.in.  Generated from configure.ac by autoheader.  */
5
6 /* Define if the compiler is building for multiple architectures of Apple
7    platforms at once. */
8 /* #undef AA_APPLE_UNIVERSAL_BUILD */
9
10 /* Define to the number of bits in type 'ptrdiff_t'. */
11 #define BITSIZEOF_PTRDIFF_T 32
12
13 /* Define to the number of bits in type 'sig_atomic_t'. */
14 #define BITSIZEOF_SIG_ATOMIC_T 32
15
16 /* Define to the number of bits in type 'size_t'. */
17 #define BITSIZEOF_SIZE_T 32
18
19 /* Define to the number of bits in type 'wchar_t'. */
20 #define BITSIZEOF_WCHAR_T 32
21
22 /* Define to the number of bits in type 'wint_t'. */
23 #define BITSIZEOF_WINT_T 32
24
25 /* Define to one of `_getb67', `GETB67', `getb67' for Cray-2 and Cray-YMP
26    systems. This function is required for `alloca.c' support on those systems.
27    */
28 /* #undef CRAY_STACKSEG_END */
29
30 /* Define to 1 if using `alloca.c'. */
31 /* #undef C_ALLOCA */
32
33 /* Define if you want the debug output support compiled in. */
34 /* VMS builder defines this (or not). */
35 /* #define ENABLE_DEBUG 1 */
36
37 /* Define if you want the HTTP Digest Authorization compiled in. */
38 #define ENABLE_DIGEST 1
39
40 /* Define if IPv6 support is enabled. */
41 #if !defined( __VAX)
42 # define ENABLE_IPV6 1
43 #endif /* !defined( __VAX) */
44
45 /* Define if IRI support is enabled. */
46 /* #undef ENABLE_IRI */
47
48 /* Define to 1 if translation of program messages to the user's native
49    language is requested. */
50 /* #undef ENABLE_NLS */
51
52 /* Define if you want the NTLM authorization support compiled in. */
53 /* #undef ENABLE_NTLM */
54
55 /* Define if you want the Opie support for FTP compiled in. */
56 #define ENABLE_OPIE 1
57
58 /* Define to 1 when using the gnulib module getopt-gnu. */
59 #define GNULIB_GETOPT_GNU 1
60
61 /* Define to 1 if you have 'alloca' after including <alloca.h>, a header that
62    may be supplied by this distribution. */
63 #define HAVE_ALLOCA 1
64
65 /* Define to 1 if you have <alloca.h> and it should be used (not on Ultrix).
66    */
67 /* #define HAVE_ALLOCA_H 1 */
68
69 /* VMS alloca.  (_LARGEFILE must be defined before this.) */
70 #include <builtins.h>
71 #define alloca __ALLOCA
72
73 /* Define to 1 if you have the <bp-sym.h> header file. */
74 /* #undef HAVE_BP_SYM_H */
75
76 /* Define when using built-in MD5. */
77 /* #undef HAVE_BUILTIN_MD5 */
78 #define HAVE_BUILTIN_MD5 1
79
80 /* Define to 1 if you have the `clock_gettime' function. */
81 /* #define HAVE_CLOCK_GETTIME 1 */
82 #if __CRTL_VER >= 70320000
83 # define HAVE_CLOCK_GETTIME 1
84 #endif /* __CRTL_VER >= 70320000 */
85
86 /* Define if the GNU dcgettext() function is already present or preinstalled.
87    */
88 /* #undef HAVE_DCGETTEXT */
89
90 /* Define to 1 if you have the declaration of `fflush_unlocked', and to 0 if
91    you don't. */
92 #define HAVE_DECL_FFLUSH_UNLOCKED 0
93
94 /* Define to 1 if you have the declaration of `flockfile', and to 0 if you
95    don't. */
96 /* #define HAVE_DECL_FLOCKFILE 1 */
97 #define HAVE_DECL_FLOCKFILE 0
98
99 /* Define to 1 if you have the declaration of `fputs_unlocked', and to 0 if
100    you don't. */
101 #define HAVE_DECL_FPUTS_UNLOCKED 0
102
103 /* Define to 1 if you have the declaration of `funlockfile', and to 0 if you
104    don't. */
105 /* #define HAVE_DECL_FUNLOCKFILE 1 */
106 #define HAVE_DECL_FUNLOCKFILE 0
107
108 /* Define to 1 if you have the declaration of `getc_unlocked', and to 0 if you
109    don't. */
110 /* #define HAVE_DECL_GETC_UNLOCKED 1 */
111 #define HAVE_DECL_GETC_UNLOCKED 0
112
113 /* Define to 1 if you have the declaration of `getdelim', and to 0 if you
114    don't. */
115 #define HAVE_DECL_GETDELIM 0
116
117 /* Define to 1 if you have the declaration of `getenv', and to 0 if you don't.
118    */
119 #define HAVE_DECL_GETENV 1
120
121 /* Define to 1 if you have the declaration of `getline', and to 0 if you
122    don't. */
123 #define HAVE_DECL_GETLINE 0
124
125 /* Define to 1 if you have the declaration of `getpass', and to 0 if you
126    don't. */
127 /* #define HAVE_DECL_GETPASS 1 */
128 #define HAVE_DECL_GETPASS 0
129
130 /* Define to 1 if you have the declaration of `h_errno', and to 0 if you
131    don't. */
132 #define HAVE_DECL_H_ERRNO 1
133
134 /* Define to 1 if you have the declaration of `putc_unlocked', and to 0 if you
135    don't. */
136 /* #define HAVE_DECL_PUTC_UNLOCKED 1 */
137 #define HAVE_DECL_PUTC_UNLOCKED 0
138
139 /* Define to 1 if you have the declaration of `strerror', and to 0 if you
140    don't. */
141 /* #undef HAVE_DECL_STRERROR */
142 #define HAVE_DECL_STRERROR 1
143
144 /* Define to 1 if you have the declaration of `strerror_r', and to 0 if you
145    don't. */
146 /* #define HAVE_DECL_STRERROR_R 1 */
147 #define HAVE_DECL_STRERROR_R 0
148
149 /* Define to 1 if you have the declaration of `strncasecmp', and to 0 if you
150    don't. */
151 /* #define HAVE_DECL_STRNCASECMP 1 */
152 #if __CRTL_VER >= 70000000
153 # define HAVE_STRNCASECMP 1
154 #endif /* __CRTL_VER >= 70000000 */
155
156 /* Define to 1 if you have the declaration of `__fsetlocking', and to 0 if you
157    don't. */
158 /* #define HAVE_DECL___FSETLOCKING 1 */
159 #define HAVE_DECL___FSETLOCKING 0
160
161 /* Define to 1 if you have the `drand48' function. */
162 /* #define HAVE_DRAND48 1 */
163 #if __CRTL_VER >= 70000000
164 # define HAVE_DRAND48 1
165 #endif /* __CRTL_VER >= 70000000 */
166
167 /* Define to 1 if you have the <errno.h> header file. */
168 #define HAVE_ERRNO_H 1
169
170 /* Define to 1 if you have the `flockfile' function. */
171 /* #define HAVE_FLOCKFILE 1 */
172 #define HAVE_FLOCKFILE 0
173
174 /* Define to 1 if fseeko (and presumably ftello) exists and is declared. */
175 /* #define HAVE_FSEEKO 1 */
176 #if __CRTL_VER >= 70301000
177 # define HAVE_FSEEKO 1
178 #endif /* __CRTL_VER >= 70301000 */
179
180 /* Define to 1 if you have the `ftello' function. */
181 /* #define HAVE_FTELLO 1 */
182 #if __CRTL_VER >= 70301000
183 # define HAVE_FTELLO 1
184 #endif /* __CRTL_VER >= 70301000 */
185
186 /* Define to 1 if you have the `funlockfile' function. */
187 /* #define HAVE_FUNLOCKFILE 1 */
188 #define HAVE_FUNLOCKFILE 0
189
190 /* Define to 1 if you have the `getaddrinfo' function. */
191 /* #define HAVE_GETADDRINFO 1 */
192 #if __CRTL_VER >= 70300000
193 # define HAVE_GETADDRINFO 1
194 #endif /* __CRTL_VER >= 70300000 */
195
196 /* Define to 1 if you have the `getdelim' function. */
197 /* #undef HAVE_GETDELIM */
198
199 /* Define to 1 if you have the `gethostbyname' function. */
200 /* #undef HAVE_GETHOSTBYNAME */
201 #define HAVE_GETHOSTBYNAME 1
202
203 /* Define to 1 if you have the <getopt.h> header file. */
204 #define HAVE_GETOPT_H 1
205
206 /* Define to 1 if you have the `getopt_long_only' function. */
207 #define HAVE_GETOPT_LONG_ONLY 1
208
209 /* Define to 1 if you have the `getpagesize' function. */
210 /* #define HAVE_GETPAGESIZE 1 */
211 #if __CRTL_VER >= 70000000
212 # define HAVE_GETPAGESIZE 1
213 #endif /* __CRTL_VER >= 70000000 */
214
215 /* Define if the GNU gettext() function is already present or preinstalled. */
216 /* #undef HAVE_GETTEXT */
217
218 /* Define if you have the iconv() function and it works. */
219 /* #undef HAVE_ICONV */
220 #define HAVE_ICONV 1
221
222 /* Define to 1 if you have the `inet_ntoa' function. */
223 /* #undef HAVE_INET_NTOA */
224 #define HAVE_INET_NTOA 1
225
226 /* Define to 1 if the compiler supports one of the keywords 'inline',
227    '__inline__', '__inline' and effectively inlines functions marked as such.
228    */
229 #define HAVE_INLINE 1
230
231 /* Define to 1 if the system has the type `int64_t'. */
232 /* #define HAVE_INT64_T 1 */
233 #if !defined( __VAX)
234 # define HAVE_INT64_T 1
235 #endif /* !defined( __VAX) */
236
237 /* Define to 1 if the system has the type `intptr_t'. */
238 #define HAVE_INTPTR_T 1
239
240 /* Define to 1 if you have the <inttypes.h> header file. */
241 #define HAVE_INTTYPES_H 1
242
243 /* Define to 1 if you have the `isatty' function. */
244 #define HAVE_ISATTY 1
245
246 /* Define to 1 if you have the `iswcntrl' function. */
247 #define HAVE_ISWCNTRL 1
248
249 /* Define if you have <langinfo.h> and nl_langinfo(CODESET). */
250 #define HAVE_LANGINFO_CODESET 1
251
252 /* Define to 1 if you have the `dl' library (-ldl). */
253 /* #define HAVE_LIBDL 1 */
254
255 /* Define if you have the gnutls library. */
256 /* #undef HAVE_LIBGNUTLS */
257
258 /* Define to 1 if you have the `nsl' library (-lnsl). */
259 /* #define HAVE_LIBNSL 1 */
260
261 /* Define to 1 if you have the `rt' library (-lrt). */
262 /* #undef HAVE_LIBRT */
263
264 /* Define to 1 if you have the `socket' library (-lsocket). */
265 /* #define HAVE_LIBSOCKET 1 */
266
267 /* Define if you have the ssl library. */
268 /* #undef HAVE_LIBSSL */
269
270 /* Define to 1 if the system has the type `long long int'. */
271 /* #define HAVE_LONG_LONG_INT 1 */
272
273 /* Define to 1 if mmap()'s MAP_ANONYMOUS flag is available after including
274    config.h and <sys/mman.h>. */
275 #define HAVE_MAP_ANONYMOUS 1
276
277 /* Define to 1 if you have the `mbrtowc' function. */
278 #define HAVE_MBRTOWC 1
279
280 /* Define to 1 if you have the `mbsinit' function. */
281 #define HAVE_MBSINIT 1
282
283 /* Define to 1 if <wchar.h> declares mbstate_t. */
284 #define HAVE_MBSTATE_T 1
285
286 /* Define to 1 if you have the `mbtowc' function. */
287 #define HAVE_MBTOWC 1
288
289 /* Define if we're compiling support for MD5. */
290 #define HAVE_MD5 1
291
292 /* Define to 1 if you have the `memchr' function. */
293 #define HAVE_MEMCHR 1
294
295 /* Define to 1 if you have the <memory.h> header file. */
296 #define HAVE_MEMORY_H 1
297
298 /* Define to 1 if you have the `memrchr' function. */
299 /* #undef HAVE_MEMRCHR */
300
301 /* Define to 1 if you have a working `mmap' system call. */
302 #define HAVE_MMAP 1
303
304 /* Define to 1 if you have the `mprotect' function. */
305 /* #define HAVE_MPROTECT 1 */
306
307 /* Define if you have the nanosleep function. */
308 /* #define HAVE_NANOSLEEP 1 */
309 #if __CRTL_VER >= 70320000
310 # define HAVE_NANOSLEEP 1
311 #endif /* __CRTL_VER >= 70320000 */
312
313 /* Define when using OpenSSL MD5. */
314 /* #undef HAVE_OPENSSL_MD5 */
315
316 /* Define to 1 if you have the <OS.h> header file. */
317 /* #undef HAVE_OS_H */
318
319 /* Define to 1 if you have the <pwd.h> header file. */
320 #define HAVE_PWD_H 1
321
322 /* Define to 1 if you have the <random.h> header file. */
323 /* #undef HAVE_RANDOM_H */
324
325 /* Define if the 'realloc' function is POSIX compliant. */
326 #define HAVE_REALLOC_POSIX 1
327
328 /* Define to 1 if you have the `sigblock' function. */
329 /* #undef HAVE_SIGBLOCK */
330 #define HAVE_SIGBLOCK 1
331
332 /* Define to 1 if 'sig_atomic_t' is a signed integer type. */
333 #define HAVE_SIGNED_SIG_ATOMIC_T 1
334
335 /* Define to 1 if 'wchar_t' is a signed integer type. */
336 #define HAVE_SIGNED_WCHAR_T 1
337
338 /* Define to 1 if 'wint_t' is a signed integer type. */
339 #define HAVE_SIGNED_WINT_T 1
340
341 /* Define to 1 if you have the `sigsetjmp' function. */
342 #define HAVE_SIGSETJMP 1
343
344 /* Define to 1 if the system has the type `sig_atomic_t'. */
345 #define HAVE_SIG_ATOMIC_T 1
346
347 /* Define to 1 if you have the `snprintf' function. */
348 /* #define HAVE_SNPRINTF 1 */
349 #if (!defined( __VAX)) && (__CRTL_VER >= 70312000)
350 # define HAVE_SNPRINTF 1
351 #endif /* (!defined( __VAX)) && (__CRTL_VER >= 70312000) */
352
353 /* Define if struct sockaddr_in6 has the sin6_scope_id member */
354 /* #define HAVE_SOCKADDR_IN6_SCOPE_ID 1 */
355
356 /* Define when using Solaris MD5. */
357 /* #define HAVE_SOLARIS_MD5 1 */
358
359 /* Define to 1 if stdbool.h conforms to C99. */
360 /* #undef HAVE_STDBOOL_H */
361 #if defined(__DECC) && __DECC_VER >= 60400000
362 # define HAVE_STDBOOL_H 1
363 #endif /* defined(__DECC) && __DECC_VER >= 60400000 */
364
365 /* Define to 1 if you have the <stddef.h> header file. */
366 #define HAVE_STDDEF_H 1
367
368 /* Define to 1 if you have the <stdint.h> header file. */
369 /* #define HAVE_STDINT_H 1 */
370
371 /* Define to 1 if you have the <stdio_ext.h> header file. */
372 /* #define HAVE_STDIO_EXT_H 1 */
373
374 /* Define to 1 if you have the <stdio.h> header file. */
375 #define HAVE_STDIO_H 1
376
377 /* Define to 1 if you have the <stdlib.h> header file. */
378 #define HAVE_STDLIB_H 1
379
380 /* Define to 1 if you have the `strcasecmp' function. */
381 /* #define HAVE_STRCASECMP 1 */
382 #if __CRTL_VER >= 70000000
383 # define HAVE_STRCASECMP 1
384 #endif /* __CRTL_VER >= 70000000 */
385
386 /* Define to 1 if you have the `strcasestr' function. */
387 /* #undef HAVE_STRCASESTR */
388
389 /* Define to 1 if you have the `strdup' function. */
390 /* #define HAVE_STRDUP 1 */
391 #if __CRTL_VER >= 70000000
392 # define HAVE_STRDUP 1
393 #endif /* __CRTL_VER >= 70000000 */
394
395 /* Define to 1 if you have the `strerror_r' function. */
396 /* #define HAVE_STRERROR_R 1 */
397
398 /* Define to 1 if you have the <strings.h> header file. */
399 /* #define HAVE_STRINGS_H 1 */
400 #if __CRTL_VER >= 70000000
401 # define HAVE_STRINGS_H 1
402 #endif /* __CRTL_VER >= 70000000 */
403
404 /* Define to 1 if you have the <string.h> header file. */
405 #define HAVE_STRING_H 1
406
407 /* Define to 1 if you have the `strncasecmp' function. */
408 /* #define HAVE_STRNCASECMP 1 */
409 #if __CRTL_VER >= 70000000
410 # define HAVE_STRNCASECMP 1
411 #endif /* __CRTL_VER >= 70000000 */
412
413 /* Define to 1 if you have the `strptime' function. */
414 #define HAVE_STRPTIME 1
415
416 /* Define to 1 if you have the `strtoll' function. */
417 /* #define HAVE_STRTOLL 1 */
418 #if !defined(_ANSI_C_SOURCE) && !defined(__VAX)
419 # define HAVE_STRTOLL 1
420 #endif /* !defined(_ANSI_C_SOURCE) && !defined(__VAX) */
421
422 /* Define to 1 if the system has the type `struct random_data'. */
423 /* #undef HAVE_STRUCT_RANDOM_DATA */
424
425 /* Define to 1 if the system has the type `struct sockaddr_in6'. */
426 /* #define HAVE_STRUCT_SOCKADDR_IN6 1 */
427
428 /* Define to 1 if the system has the type `struct sockaddr_storage'. */
429 /* #define HAVE_STRUCT_SOCKADDR_STORAGE 1 */
430
431 /* Define to 1 if the system has the type `struct utimbuf'. */
432 #define HAVE_STRUCT_UTIMBUF 1
433
434 /* Define to 1 if you have the `symlink' function. */
435 /* #define HAVE_SYMLINK 1 */
436
437 /* Define to 1 if you have the <sys/bitypes.h> header file. */
438 /* #undef HAVE_SYS_BITYPES_H */
439
440 /* Define to 1 if you have the <sys/inttypes.h> header file. */
441 #define HAVE_SYS_INTTYPES_H 1
442
443 /* Define to 1 if you have the <sys/ioctl.h> header file. */
444 #define HAVE_SYS_IOCTL_H 1
445
446 /* Define to 1 if you have the <sys/mman.h> header file. */
447 #define HAVE_SYS_MMAN_H 1
448
449 /* Define to 1 if you have the <sys/param.h> header file. */
450 /* #undef HAVE_SYS_PARAM_H */
451
452 /* Define to 1 if you have the <sys/select.h> header file. */
453 /* #define HAVE_SYS_SELECT_H 1 */
454
455 /* Define to 1 if you have the <sys/socket.h> header file. */
456 #define HAVE_SYS_SOCKET_H 1
457
458 /* Define to 1 if you have the <sys/stat.h> header file. */
459 #define HAVE_SYS_STAT_H 1
460
461 /* Define to 1 if you have the <sys/time.h> header file. */
462 #define HAVE_SYS_TIME_H 1
463
464 /* Define to 1 if you have the <sys/types.h> header file. */
465 #define HAVE_SYS_TYPES_H 1
466
467 /* Define to 1 if you have the <sys/utime.h> header file. */
468 /* #define HAVE_SYS_UTIME_H 1 */
469
470 /* Define to 1 if you have the `tcgetattr' function. */
471 /* #define HAVE_TCGETATTR 1 */
472
473 /* Define to 1 if you have the `tcsetattr' function. */
474 /* #define HAVE_TCSETATTR 1 */
475
476 /* Define to 1 if you have the <termios.h> header file. */
477 /* #define HAVE_TERMIOS_H 1 */
478
479 /* Define to 1 if you have the `timegm' function. */
480 /* #undef HAVE_TIMEGM */
481
482 /* Define to 1 if the system has the type `uint32_t'. */
483 /* #define HAVE_UINT32_T 1 */
484
485 /* Define to 1 if the system has the type `uintptr_t'. */
486 #define HAVE_UINTPTR_T 1
487
488 /* Define to 1 if you have the <unistd.h> header file. */
489 #define HAVE_UNISTD_H 1
490
491 /* Define to 1 if the system has the type `unsigned long long int'. */
492 /* #define HAVE_UNSIGNED_LONG_LONG_INT 1 */
493
494 /* Define to 1 if you have the `usleep' function. */
495 #define HAVE_USLEEP 1
496
497 /* Define to 1 if you have the <utime.h> header file. */
498 /* #define HAVE_UTIME_H 1 */
499
500 /* Define to 1 if you have the `vasprintf' function. */
501 /* #undef HAVE_VASPRINTF */
502
503 /* Define to 1 if you have the `vsnprintf' function. */
504 /* #define HAVE_VSNPRINTF 1 */
505 #if (!defined( __VAX)) && (__CRTL_VER >= 70312000)
506 # define HAVE_VSNPRINTF 1
507 #endif /* (!defined( __VAX)) && (__CRTL_VER >= 70312000) */
508
509 /* Define to 1 if you have the <wchar.h> header file. */
510 #define HAVE_WCHAR_H 1
511
512 /* Define if you have the 'wchar_t' type. */
513 #define HAVE_WCHAR_T 1
514
515 /* Define to 1 if you have the <wctype.h> header file. */
516 #define HAVE_WCTYPE_H 1
517
518 /* Define to 1 if you have the `wcwidth' function. */
519 #define HAVE_WCWIDTH 1
520
521 /* Define to 1 if you have the <winsock2.h> header file. */
522 /* #undef HAVE_WINSOCK2_H */
523
524 /* Define if you have the 'wint_t' type. */
525 #define HAVE_WINT_T 1
526
527 /* Define if fnmatch.h can be included. */
528 /* #define HAVE_WORKING_FNMATCH_H 1 */
529
530 /* Define to 1 if the system has the type `_Bool'. */
531 #define HAVE__BOOL 1
532
533 /* Define to 1 if you have the `__fsetlocking' function. */
534 /* #define HAVE___FSETLOCKING 1 */
535
536 /* Define as const if the declaration of iconv() needs const. */
537 /* #define ICONV_CONST const */
538
539 /* Define to 1 if lseek does not detect pipes. */
540 /* #undef LSEEK_PIPE_BROKEN */
541
542 /* Define to a substitute value for mmap()'s MAP_ANONYMOUS flag. */
543 /* #undef MAP_ANONYMOUS */
544
545 /* Define if the mbrtowc function has the NULL string argument bug. */
546 /* #undef MBRTOWC_NULL_ARG_BUG */
547
548 /* Define if the mbrtowc function does not return 0 for a NUL character. */
549 /* #undef MBRTOWC_NUL_RETVAL_BUG */
550
551 /* Define if the mbrtowc function returns a wrong return value. */
552 #define MBRTOWC_RETVAL_BUG 1
553
554 /* Define to 1 if your C compiler doesn't accept -c and -o together. */
555 /* #undef NO_MINUS_C_MINUS_O */
556
557 /* Define to be the name of the operating system. */
558 /* #define OS_TYPE "solaris2.10" */
559
560 /* Name of package */
561 /* #define PACKAGE "wget" */
562
563 /* Define to the address where bug reports for this package should be sent. */
564 /* #define PACKAGE_BUGREPORT "bug-wget@gnu.org" */
565
566 /* Define to the full name of this package. */
567 /* #define PACKAGE_NAME "wget" */
568
569 /* Define to the full name and version of this package. */
570 /* #define PACKAGE_STRING "wget 1.12-devel" */
571
572 /* Define to the one symbol short name of this package. */
573 /* #define PACKAGE_TARNAME "wget" */
574
575 /* Define to the version of this package. */
576 /* #define PACKAGE_VERSION "1.12-devel" */
577
578 /* Define to l, ll, u, ul, ull, etc., as suitable for constants of type
579    'ptrdiff_t'. */
580 #define PTRDIFF_T_SUFFIX 
581
582 /* Define this to 1 if strerror is broken. */
583 /* #undef REPLACE_STRERROR */
584
585 /* Define to l, ll, u, ul, ull, etc., as suitable for constants of type
586    'sig_atomic_t'. */
587 #define SIG_ATOMIC_T_SUFFIX 
588
589 /* The size of `int', as computed by sizeof. */
590 #define SIZEOF_INT 4
591
592 /* The size of `long', as computed by sizeof. */
593 #define SIZEOF_LONG 4
594
595 /* The size of `long long', as computed by sizeof. */
596 /* #define SIZEOF_LONG_LONG 8 */
597 #ifndef __VAX
598 # define SIZEOF_LONG_LONG 8
599 #endif /* def __VAX */
600
601 /* The size of `off_t', as computed by sizeof. */
602 /* #define SIZEOF_OFF_T 8 */
603 #ifdef __VAX
604 # define SIZEOF_OFF_T 4
605 #else /* def __VAX */
606 # ifdef _LARGEFILE
607 #  define SIZEOF_OFF_T 8
608 # else /* def _LARGEFILE */
609 #  define SIZEOF_OFF_T 4
610 # endif /* def _LARGEFILE [else] */
611 #endif /* def __VAX [else]*/
612
613 /* The size of `short', as computed by sizeof. */
614 #define SIZEOF_SHORT 2
615
616 /* The size of `void *', as computed by sizeof. */
617 #define SIZEOF_VOID_P 4
618
619 /* Define to l, ll, u, ul, ull, etc., as suitable for constants of type
620    'size_t'. */
621 #define SIZE_T_SUFFIX u
622
623 /* If using the C implementation of alloca, define if you know the
624    direction of stack growth for your system; otherwise it will be
625    automatically deduced at runtime.
626         STACK_DIRECTION > 0 => grows toward higher addresses
627         STACK_DIRECTION < 0 => grows toward lower addresses
628         STACK_DIRECTION = 0 => direction of growth unknown */
629 /* #undef STACK_DIRECTION */
630
631 /* Define to 1 if you have the ANSI C header files. */
632 #define STDC_HEADERS 1
633
634 /* Define to 1 if strerror_r returns char *. */
635 /* #undef STRERROR_R_CHAR_P */
636
637 /* Version number of package */
638 /* #define VERSION "1.12-devel" */
639
640 /* Define to l, ll, u, ul, ull, etc., as suitable for constants of type
641    'wchar_t'. */
642 #define WCHAR_T_SUFFIX l
643
644 /* Define to l, ll, u, ul, ull, etc., as suitable for constants of type
645    'wint_t'. */
646 #define WINT_T_SUFFIX l
647
648 /* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
649    significant byte first (like Motorola and SPARC, unlike Intel and VAX). */
650 #if defined __BIG_ENDIAN__
651 # define WORDS_BIGENDIAN 1
652 #elif ! defined __LITTLE_ENDIAN__
653 /* # undef WORDS_BIGENDIAN */
654 #endif
655
656 /* Define to 1 if `lex' declares `yytext' as a `char *' by default, not a
657    `char[]'. */
658 #define YYTEXT_POINTER 1
659
660 /* Number of bits in a file offset, on hosts where this is settable. */
661 /* #define _FILE_OFFSET_BITS 64 */
662
663 /* Define to 1 to make fseeko visible on some hosts (e.g. glibc 2.2). */
664 /* #undef _LARGEFILE_SOURCE */
665
666 /* Define for large files, on AIX-style hosts. */
667 /* #undef _LARGE_FILES */
668
669 /* Define to 1 if on MINIX. */
670 /* #undef _MINIX */
671
672 /* Define to 2 if the system does not provide POSIX.1 features except with
673    this defined. */
674 /* #undef _POSIX_1_SOURCE */
675
676 /* Define to 1 if you need to in order for `stat' and other things to work. */
677 /* #undef _POSIX_SOURCE */
678
679 /* Define to 500 only on HP-UX. */
680 /* #undef _XOPEN_SOURCE */
681
682 /* Enable extensions on AIX 3, Interix.  */
683 #ifndef _ALL_SOURCE
684 # define _ALL_SOURCE 1
685 #endif
686 /* Enable GNU extensions on systems that have them.  */
687 #ifndef _GNU_SOURCE
688 # define _GNU_SOURCE 1
689 #endif
690 /* Enable threading extensions on Solaris.  */
691 #ifndef _POSIX_PTHREAD_SEMANTICS
692 # define _POSIX_PTHREAD_SEMANTICS 1
693 #endif
694 /* Enable extensions on HP NonStop.  */
695 #ifndef _TANDEM_SOURCE
696 # define _TANDEM_SOURCE 1
697 #endif
698 /* Enable general extensions on Solaris.  */
699 #ifndef __EXTENSIONS__
700 # define __EXTENSIONS__ 1
701 #endif
702
703
704 /* Define to rpl_ if the getopt replacement functions and variables should be
705    used. */
706 #define __GETOPT_PREFIX rpl_
707
708 /* Define to empty if `const' does not conform to ANSI C. */
709 /* #undef const */
710
711 /* Define to a replacement function name for getpass(). */
712 /* #define getpass gnu_getpass */
713 #define getpass vms_getpass
714
715 /* Define to `__inline__' or `__inline' if that's what the C compiler
716    calls it, or to nothing if 'inline' is not supported under any name.  */
717 #ifndef __cplusplus
718 /* #undef inline */
719 # define inline __inline
720 #endif
721
722 /* Work around a bug in Apple GCC 4.0.1 build 5465: In C99 mode, it supports
723    the ISO C 99 semantics of 'extern inline' (unlike the GNU C semantics of
724    earlier versions), but does not display it by setting __GNUC_STDC_INLINE__.
725    __APPLE__ && __MACH__ test for MacOS X.
726    __APPLE_CC__ tests for the Apple compiler and its version.
727    __STDC_VERSION__ tests for the C99 mode.  */
728 #if defined __APPLE__ && defined __MACH__ && __APPLE_CC__ >= 5465 && !defined __cplusplus && __STDC_VERSION__ >= 199901L && !defined __GNUC_STDC_INLINE__
729 # define __GNUC_STDC_INLINE__ 1
730 #endif
731
732 /* Define to a type if <wchar.h> does not define. */
733 /* #undef mbstate_t */
734
735 /* Define to `int' if <sys/types.h> does not define. */
736 /* #undef pid_t */
737
738 /* Define to the equivalent of the C99 'restrict' keyword, or to
739    nothing if this is not supported.  Do not define if restrict is
740    supported directly.  */
741 #define restrict __restrict__
742 /* Work around a bug in Sun C++: it does not support _Restrict, even
743    though the corresponding Sun C compiler does, which causes
744    "#define restrict _Restrict" in the previous line.  Perhaps some future
745    version of Sun C++ will work with _Restrict; if so, it'll probably
746    define __RESTRICT, just as Sun C does.  */
747 #if defined __SUNPRO_CC && !defined __RESTRICT
748 # define _Restrict
749 #endif
750
751 /* Define to `unsigned int' if <sys/types.h> does not define. */
752 /* #undef size_t */
753
754 /* Define to int or size_t on systems without socklen_t. */
755 /* #undef socklen_t */
756 #define socklen_t size_t
757
758 /* Define as a marker that can be attached to function parameter declarations
759    for parameters that are not used.  This helps to reduce warnings, such as
760    from GCC -Wunused-parameter.  */
761 #if __GNUC__ >= 3 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 7)
762 # define _UNUSED_PARAMETER_ __attribute__ ((__unused__))
763 #else
764 # define _UNUSED_PARAMETER_
765 #endif
766
767
768 /* Define to empty if the keyword `volatile' does not work. Warning: valid
769    code using `volatile' can become incorrect without. Disable with care. */
770 /* #undef volatile */