save a dTHX
[p5sagit/p5-mst-13.2.git] / Porting / config_H
1 /* This file (config_H) is a sample config.h file.  If you are unable
2    to successfully run Configure, copy this file to config.h and
3    edit it to suit your system.
4 */
5 /*
6  * This file was produced by running the config_h.SH script, which
7  * gets its values from config.sh, which is generally produced by
8  * running Configure.
9  *
10  * Feel free to modify any of this as the need arises.  Note, however,
11  * that running config_h.SH again will wipe out any changes you've made.
12  * For a more permanent change edit config.sh and rerun config_h.SH.
13  *
14  * $Id: Config_h.U,v 3.0.1.5 1997/02/28 14:57:43 ram Exp $
15  */
16
17 /*
18  * Package name      : perl5
19  * Source directory  : .
20  * Configuration time: Thu Jun 28 18:05:29 EET DST 2001
21  * Configured by     : jhi
22  * Target system     : osf1 alpha.hut.fi v4.0 878 alpha 
23  */
24
25 #ifndef _config_h_
26 #define _config_h_
27
28 /* LOC_SED:
29  *      This symbol holds the complete pathname to the sed program.
30  */
31 #define LOC_SED         "/usr/bin/sed"  /**/
32
33 /* HAS_ALARM:
34  *      This symbol, if defined, indicates that the alarm routine is
35  *      available.
36  */
37 #define HAS_ALARM               /**/
38
39 /* HASATTRIBUTE:
40  *      This symbol indicates the C compiler can check for function attributes,
41  *      such as printf formats. This is normally only supported by GNU cc.
42  */
43 /*#define HASATTRIBUTE  / **/
44 #ifndef HASATTRIBUTE
45 #define __attribute__(_arg_)
46 #endif
47
48 /* HAS_BCMP:
49  *      This symbol is defined if the bcmp() routine is available to
50  *      compare blocks of memory.
51  */
52 #define HAS_BCMP        /**/
53
54 /* HAS_BCOPY:
55  *      This symbol is defined if the bcopy() routine is available to
56  *      copy blocks of memory.
57  */
58 #define HAS_BCOPY       /**/
59
60 /* HAS_BZERO:
61  *      This symbol is defined if the bzero() routine is available to
62  *      set a memory block to 0.
63  */
64 #define HAS_BZERO       /**/
65
66 /* HAS_CHOWN:
67  *      This symbol, if defined, indicates that the chown routine is
68  *      available.
69  */
70 #define HAS_CHOWN               /**/
71
72 /* HAS_CHROOT:
73  *      This symbol, if defined, indicates that the chroot routine is
74  *      available.
75  */
76 #define HAS_CHROOT              /**/
77
78 /* HAS_CHSIZE:
79  *      This symbol, if defined, indicates that the chsize routine is available
80  *      to truncate files.  You might need a -lx to get this routine.
81  */
82 /*#define       HAS_CHSIZE              / **/
83
84 /* HASCONST:
85  *      This symbol, if defined, indicates that this C compiler knows about
86  *      the const type. There is no need to actually test for that symbol
87  *      within your programs. The mere use of the "const" keyword will
88  *      trigger the necessary tests.
89  */
90 #define HASCONST        /**/
91 #ifndef HASCONST
92 #define const
93 #endif
94
95 /* HAS_CRYPT:
96  *      This symbol, if defined, indicates that the crypt routine is available
97  *      to encrypt passwords and the like.
98  */
99 #define HAS_CRYPT               /**/
100
101 /* HAS_CUSERID:
102  *      This symbol, if defined, indicates that the cuserid routine is
103  *      available to get character login names.
104  */
105 #define HAS_CUSERID             /**/
106
107 /* HAS_DBL_DIG:
108  *      This symbol, if defined, indicates that this system's <float.h>
109  *      or <limits.h> defines the symbol DBL_DIG, which is the number
110  *      of significant digits in a double precision number.  If this
111  *      symbol is not defined, a guess of 15 is usually pretty good.
112  */
113 #define HAS_DBL_DIG     /* */
114
115 /* HAS_DIFFTIME:
116  *      This symbol, if defined, indicates that the difftime routine is
117  *      available.
118  */
119 #define HAS_DIFFTIME            /**/
120
121 /* HAS_DLERROR:
122  *      This symbol, if defined, indicates that the dlerror routine is
123  *      available to return a string describing the last error that
124  *      occurred from a call to dlopen(), dlclose() or dlsym().
125  */
126 #define HAS_DLERROR     /**/
127
128 /* HAS_DUP2:
129  *      This symbol, if defined, indicates that the dup2 routine is
130  *      available to duplicate file descriptors.
131  */
132 #define HAS_DUP2        /**/
133
134 /* HAS_FCHMOD:
135  *      This symbol, if defined, indicates that the fchmod routine is available
136  *      to change mode of opened files.  If unavailable, use chmod().
137  */
138 #define HAS_FCHMOD              /**/
139
140 /* HAS_FCHOWN:
141  *      This symbol, if defined, indicates that the fchown routine is available
142  *      to change ownership of opened files.  If unavailable, use chown().
143  */
144 #define HAS_FCHOWN              /**/
145
146 /* HAS_FCNTL:
147  *      This symbol, if defined, indicates to the C program that
148  *      the fcntl() function exists.
149  */
150 #define HAS_FCNTL               /**/
151
152 /* HAS_FGETPOS:
153  *      This symbol, if defined, indicates that the fgetpos routine is
154  *      available to get the file position indicator, similar to ftell().
155  */
156 #define HAS_FGETPOS     /**/
157
158 /* HAS_FLOCK:
159  *      This symbol, if defined, indicates that the flock routine is
160  *      available to do file locking.
161  */
162 #define HAS_FLOCK               /**/
163
164 /* HAS_FORK:
165  *      This symbol, if defined, indicates that the fork routine is
166  *      available.
167  */
168 #define HAS_FORK                /**/
169
170 /* HAS_FSETPOS:
171  *      This symbol, if defined, indicates that the fsetpos routine is
172  *      available to set the file position indicator, similar to fseek().
173  */
174 #define HAS_FSETPOS     /**/
175
176 /* HAS_GETTIMEOFDAY:
177  *      This symbol, if defined, indicates that the gettimeofday() system
178  *      call is available for a sub-second accuracy clock. Usually, the file
179  *      <sys/resource.h> needs to be included (see I_SYS_RESOURCE).
180  *      The type "Timeval" should be used to refer to "struct timeval".
181  */
182 #define HAS_GETTIMEOFDAY        /**/
183 #ifdef HAS_GETTIMEOFDAY
184 #define Timeval struct timeval  /* Structure used by gettimeofday() */
185 #endif
186
187 /* HAS_GETGROUPS:
188  *      This symbol, if defined, indicates that the getgroups() routine is
189  *      available to get the list of process groups.  If unavailable, multiple
190  *      groups are probably not supported.
191  */
192 #define HAS_GETGROUPS           /**/
193
194 /* HAS_GETLOGIN:
195  *      This symbol, if defined, indicates that the getlogin routine is
196  *      available to get the login name.
197  */
198 #define HAS_GETLOGIN            /**/
199
200 /* HAS_GETPGID:
201  *      This symbol, if defined, indicates to the C program that 
202  *      the getpgid(pid) function is available to get the
203  *      process group id.
204  */
205 #define HAS_GETPGID             /**/
206
207 /* HAS_GETPGRP2:
208  *      This symbol, if defined, indicates that the getpgrp2() (as in DG/UX)
209  *      routine is available to get the current process group.
210  */
211 /*#define HAS_GETPGRP2          / **/
212
213 /* HAS_GETPPID:
214  *      This symbol, if defined, indicates that the getppid routine is
215  *      available to get the parent process ID.
216  */
217 #define HAS_GETPPID             /**/
218
219 /* HAS_GETPRIORITY:
220  *      This symbol, if defined, indicates that the getpriority routine is
221  *      available to get a process's priority.
222  */
223 #define HAS_GETPRIORITY         /**/
224
225 /* HAS_INET_ATON:
226  *      This symbol, if defined, indicates to the C program that the
227  *      inet_aton() function is available to parse IP address "dotted-quad"
228  *      strings.
229  */
230 #define HAS_INET_ATON           /**/
231
232 /* HAS_KILLPG:
233  *      This symbol, if defined, indicates that the killpg routine is available
234  *      to kill process groups.  If unavailable, you probably should use kill
235  *      with a negative process number.
236  */
237 #define HAS_KILLPG      /**/
238
239 /* HAS_LINK:
240  *      This symbol, if defined, indicates that the link routine is
241  *      available to create hard links.
242  */
243 #define HAS_LINK        /**/
244
245 /* HAS_LOCALECONV:
246  *      This symbol, if defined, indicates that the localeconv routine is
247  *      available for numeric and monetary formatting conventions.
248  */
249 #define HAS_LOCALECONV  /**/
250
251 /* HAS_LOCKF:
252  *      This symbol, if defined, indicates that the lockf routine is
253  *      available to do file locking.
254  */
255 #define HAS_LOCKF               /**/
256
257 /* HAS_LSTAT:
258  *      This symbol, if defined, indicates that the lstat routine is
259  *      available to do file stats on symbolic links.
260  */
261 #define HAS_LSTAT               /**/
262
263 /* HAS_MBLEN:
264  *      This symbol, if defined, indicates that the mblen routine is available
265  *      to find the number of bytes in a multibye character.
266  */
267 #define HAS_MBLEN               /**/
268
269 /* HAS_MBSTOWCS:
270  *      This symbol, if defined, indicates that the mbstowcs routine is
271  *      available to covert a multibyte string into a wide character string.
272  */
273 #define HAS_MBSTOWCS            /**/
274
275 /* HAS_MBTOWC:
276  *      This symbol, if defined, indicates that the mbtowc routine is available
277  *      to covert a multibyte to a wide character.
278  */
279 #define HAS_MBTOWC              /**/
280
281 /* HAS_MEMCMP:
282  *      This symbol, if defined, indicates that the memcmp routine is available
283  *      to compare blocks of memory.
284  */
285 #define HAS_MEMCMP      /**/
286
287 /* HAS_MEMCPY:
288  *      This symbol, if defined, indicates that the memcpy routine is available
289  *      to copy blocks of memory.
290  */
291 #define HAS_MEMCPY      /**/
292
293 /* HAS_MEMMOVE:
294  *      This symbol, if defined, indicates that the memmove routine is available
295  *      to copy potentially overlapping blocks of memory. This should be used
296  *      only when HAS_SAFE_BCOPY is not defined. If neither is there, roll your
297  *      own version.
298  */
299 #define HAS_MEMMOVE     /**/
300
301 /* HAS_MEMSET:
302  *      This symbol, if defined, indicates that the memset routine is available
303  *      to set blocks of memory.
304  */
305 #define HAS_MEMSET      /**/
306
307 /* HAS_MKDIR:
308  *      This symbol, if defined, indicates that the mkdir routine is available
309  *      to create directories.  Otherwise you should fork off a new process to
310  *      exec /bin/mkdir.
311  */
312 #define HAS_MKDIR               /**/
313
314 /* HAS_MKFIFO:
315  *      This symbol, if defined, indicates that the mkfifo routine is
316  *      available to create FIFOs. Otherwise, mknod should be able to
317  *      do it for you. However, if mkfifo is there, mknod might require
318  *      super-user privileges which mkfifo will not.
319  */
320 #define HAS_MKFIFO              /**/
321
322 /* HAS_MKTIME:
323  *      This symbol, if defined, indicates that the mktime routine is
324  *      available.
325  */
326 #define HAS_MKTIME              /**/
327
328 /* HAS_MSYNC:
329  *      This symbol, if defined, indicates that the msync system call is
330  *      available to synchronize a mapped file.
331  */
332 #define HAS_MSYNC               /**/
333
334 /* HAS_MUNMAP:
335  *      This symbol, if defined, indicates that the munmap system call is
336  *      available to unmap a region, usually mapped by mmap().
337  */
338 #define HAS_MUNMAP              /**/
339
340 /* HAS_NICE:
341  *      This symbol, if defined, indicates that the nice routine is
342  *      available.
343  */
344 #define HAS_NICE                /**/
345
346 /* HAS_PATHCONF:
347  *      This symbol, if defined, indicates that pathconf() is available
348  *      to determine file-system related limits and options associated
349  *      with a given filename.
350  */
351 /* HAS_FPATHCONF:
352  *      This symbol, if defined, indicates that pathconf() is available
353  *      to determine file-system related limits and options associated
354  *      with a given open file descriptor.
355  */
356 #define HAS_PATHCONF            /**/
357 #define HAS_FPATHCONF           /**/
358
359 /* HAS_PAUSE:
360  *      This symbol, if defined, indicates that the pause routine is
361  *      available to suspend a process until a signal is received.
362  */
363 #define HAS_PAUSE               /**/
364
365 /* HAS_PIPE:
366  *      This symbol, if defined, indicates that the pipe routine is
367  *      available to create an inter-process channel.
368  */
369 #define HAS_PIPE                /**/
370
371 /* HAS_POLL:
372  *      This symbol, if defined, indicates that the poll routine is
373  *      available to poll active file descriptors. You may safely
374  *      include <poll.h> when this symbol is defined.
375  */
376 #define HAS_POLL                /**/
377
378 /* HAS_READDIR:
379  *      This symbol, if defined, indicates that the readdir routine is
380  *      available to read directory entries. You may have to include
381  *      <dirent.h>. See I_DIRENT.
382  */
383 #define HAS_READDIR             /**/
384
385 /* HAS_SEEKDIR:
386  *      This symbol, if defined, indicates that the seekdir routine is
387  *      available. You may have to include <dirent.h>. See I_DIRENT.
388  */
389 #define HAS_SEEKDIR             /**/
390
391 /* HAS_TELLDIR:
392  *      This symbol, if defined, indicates that the telldir routine is
393  *      available. You may have to include <dirent.h>. See I_DIRENT.
394  */
395 #define HAS_TELLDIR             /**/
396
397 /* HAS_REWINDDIR:
398  *      This symbol, if defined, indicates that the rewinddir routine is
399  *      available. You may have to include <dirent.h>. See I_DIRENT.
400  */
401 #define HAS_REWINDDIR           /**/
402
403 /* HAS_READLINK:
404  *      This symbol, if defined, indicates that the readlink routine is
405  *      available to read the value of a symbolic link.
406  */
407 #define HAS_READLINK            /**/
408
409 /* HAS_RENAME:
410  *      This symbol, if defined, indicates that the rename routine is available
411  *      to rename files.  Otherwise you should do the unlink(), link(), unlink()
412  *      trick.
413  */
414 #define HAS_RENAME      /**/
415
416 /* HAS_RMDIR:
417  *      This symbol, if defined, indicates that the rmdir routine is
418  *      available to remove directories. Otherwise you should fork off a
419  *      new process to exec /bin/rmdir.
420  */
421 #define HAS_RMDIR               /**/
422
423 /* HAS_SELECT:
424  *      This symbol, if defined, indicates that the select routine is
425  *      available to select active file descriptors. If the timeout field
426  *      is used, <sys/time.h> may need to be included.
427  */
428 #define HAS_SELECT      /**/
429
430 /* HAS_SETEGID:
431  *      This symbol, if defined, indicates that the setegid routine is available
432  *      to change the effective gid of the current program.
433  */
434 #define HAS_SETEGID             /**/
435
436 /* HAS_SETEUID:
437  *      This symbol, if defined, indicates that the seteuid routine is available
438  *      to change the effective uid of the current program.
439  */
440 #define HAS_SETEUID             /**/
441
442 /* HAS_SETLINEBUF:
443  *      This symbol, if defined, indicates that the setlinebuf routine is
444  *      available to change stderr or stdout from block-buffered or unbuffered
445  *      to a line-buffered mode.
446  */
447 #define HAS_SETLINEBUF          /**/
448
449 /* HAS_SETLOCALE:
450  *      This symbol, if defined, indicates that the setlocale routine is
451  *      available to handle locale-specific ctype implementations.
452  */
453 #define HAS_SETLOCALE   /**/
454
455 /* HAS_SETPGID:
456  *      This symbol, if defined, indicates that the setpgid(pid, gpid)
457  *      routine is available to set process group ID.
458  */
459 #define HAS_SETPGID     /**/
460
461 /* HAS_SETPGRP2:
462  *      This symbol, if defined, indicates that the setpgrp2() (as in DG/UX)
463  *      routine is available to set the current process group.
464  */
465 /*#define HAS_SETPGRP2          / **/
466
467 /* HAS_SETPRIORITY:
468  *      This symbol, if defined, indicates that the setpriority routine is
469  *      available to set a process's priority.
470  */
471 #define HAS_SETPRIORITY         /**/
472
473 /* HAS_SETREGID:
474  *      This symbol, if defined, indicates that the setregid routine is
475  *      available to change the real and effective gid of the current
476  *      process.
477  */
478 /* HAS_SETRESGID:
479  *      This symbol, if defined, indicates that the setresgid routine is
480  *      available to change the real, effective and saved gid of the current
481  *      process.
482  */
483 #define HAS_SETREGID            /**/
484 /*#define HAS_SETRESGID         / **/
485
486 /* HAS_SETREUID:
487  *      This symbol, if defined, indicates that the setreuid routine is
488  *      available to change the real and effective uid of the current
489  *      process.
490  */
491 /* HAS_SETRESUID:
492  *      This symbol, if defined, indicates that the setresuid routine is
493  *      available to change the real, effective and saved uid of the current
494  *      process.
495  */
496 #define HAS_SETREUID            /**/
497 /*#define HAS_SETRESUID         / **/
498
499 /* HAS_SETRGID:
500  *      This symbol, if defined, indicates that the setrgid routine is available
501  *      to change the real gid of the current program.
502  */
503 #define HAS_SETRGID             /**/
504
505 /* HAS_SETRUID:
506  *      This symbol, if defined, indicates that the setruid routine is available
507  *      to change the real uid of the current program.
508  */
509 #define HAS_SETRUID             /**/
510
511 /* HAS_SETSID:
512  *      This symbol, if defined, indicates that the setsid routine is
513  *      available to set the process group ID.
514  */
515 #define HAS_SETSID      /**/
516
517 /* Shmat_t:
518  *      This symbol holds the return type of the shmat() system call.
519  *      Usually set to 'void *' or 'char *'.
520  */
521 /* HAS_SHMAT_PROTOTYPE:
522  *      This symbol, if defined, indicates that the sys/shm.h includes
523  *      a prototype for shmat().  Otherwise, it is up to the program to
524  *      guess one.  Shmat_t shmat _((int, Shmat_t, int)) is a good guess,
525  *      but not always right so it should be emitted by the program only
526  *      when HAS_SHMAT_PROTOTYPE is not defined to avoid conflicting defs.
527  */
528 #define Shmat_t void *  /**/
529 #define HAS_SHMAT_PROTOTYPE     /**/
530
531 /* HAS_STRCHR:
532  *      This symbol is defined to indicate that the strchr()/strrchr()
533  *      functions are available for string searching. If not, try the
534  *      index()/rindex() pair.
535  */
536 /* HAS_INDEX:
537  *      This symbol is defined to indicate that the index()/rindex()
538  *      functions are available for string searching.
539  */
540 #define HAS_STRCHR      /**/
541 /*#define HAS_INDEX     / **/
542
543 /* HAS_STRCOLL:
544  *      This symbol, if defined, indicates that the strcoll routine is
545  *      available to compare strings using collating information.
546  */
547 #define HAS_STRCOLL     /**/
548
549 /* USE_STRUCT_COPY:
550  *      This symbol, if defined, indicates that this C compiler knows how
551  *      to copy structures.  If undefined, you'll need to use a block copy
552  *      routine of some sort instead.
553  */
554 #define USE_STRUCT_COPY /**/
555
556 /* HAS_STRTOD:
557  *      This symbol, if defined, indicates that the strtod routine is
558  *      available to provide better numeric string conversion than atof().
559  */
560 #define HAS_STRTOD      /**/
561
562 /* HAS_STRTOL:
563  *      This symbol, if defined, indicates that the strtol routine is available
564  *      to provide better numeric string conversion than atoi() and friends.
565  */
566 #define HAS_STRTOL      /**/
567
568 /* HAS_STRXFRM:
569  *      This symbol, if defined, indicates that the strxfrm() routine is
570  *      available to transform strings.
571  */
572 #define HAS_STRXFRM     /**/
573
574 /* HAS_SYMLINK:
575  *      This symbol, if defined, indicates that the symlink routine is available
576  *      to create symbolic links.
577  */
578 #define HAS_SYMLINK     /**/
579
580 /* HAS_SYSCALL:
581  *      This symbol, if defined, indicates that the syscall routine is
582  *      available to call arbitrary system calls. If undefined, that's tough.
583  */
584 #define HAS_SYSCALL     /**/
585
586 /* HAS_SYSCONF:
587  *      This symbol, if defined, indicates that sysconf() is available
588  *      to determine system related limits and options.
589  */
590 #define HAS_SYSCONF     /**/
591
592 /* HAS_SYSTEM:
593  *      This symbol, if defined, indicates that the system routine is
594  *      available to issue a shell command.
595  */
596 #define HAS_SYSTEM      /**/
597
598 /* HAS_TCGETPGRP:
599  *      This symbol, if defined, indicates that the tcgetpgrp routine is
600  *      available to get foreground process group ID.
601  */
602 #define HAS_TCGETPGRP           /**/
603
604 /* HAS_TCSETPGRP:
605  *      This symbol, if defined, indicates that the tcsetpgrp routine is
606  *      available to set foreground process group ID.
607  */
608 #define HAS_TCSETPGRP           /**/
609
610 /* HAS_TRUNCATE:
611  *      This symbol, if defined, indicates that the truncate routine is
612  *      available to truncate files.
613  */
614 #define HAS_TRUNCATE    /**/
615
616 /* HAS_TZNAME:
617  *      This symbol, if defined, indicates that the tzname[] array is
618  *      available to access timezone names.
619  */
620 #define HAS_TZNAME              /**/
621
622 /* HAS_UMASK:
623  *      This symbol, if defined, indicates that the umask routine is
624  *      available to set and get the value of the file creation mask.
625  */
626 #define HAS_UMASK               /**/
627
628 /* HAS_USLEEP:
629  *      This symbol, if defined, indicates that the usleep routine is
630  *      available to let the process sleep on a sub-second accuracy.
631  */
632 #define HAS_USLEEP              /**/
633
634 /* HASVOLATILE:
635  *      This symbol, if defined, indicates that this C compiler knows about
636  *      the volatile declaration.
637  */
638 #define HASVOLATILE     /**/
639 #ifndef HASVOLATILE
640 #define volatile
641 #endif
642
643 /* HAS_WAIT4:
644  *      This symbol, if defined, indicates that wait4() exists.
645  */
646 #define HAS_WAIT4       /**/
647
648 /* HAS_WAITPID:
649  *      This symbol, if defined, indicates that the waitpid routine is
650  *      available to wait for child process.
651  */
652 #define HAS_WAITPID     /**/
653
654 /* HAS_WCSTOMBS:
655  *      This symbol, if defined, indicates that the wcstombs routine is
656  *      available to convert wide character strings to multibyte strings.
657  */
658 #define HAS_WCSTOMBS    /**/
659
660 /* HAS_WCTOMB:
661  *      This symbol, if defined, indicates that the wctomb routine is available
662  *      to covert a wide character to a multibyte.
663  */
664 #define HAS_WCTOMB              /**/
665
666 /* I_ARPA_INET:
667  *      This symbol, if defined, indicates to the C program that it should
668  *      include <arpa/inet.h> to get inet_addr and friends declarations.
669  */
670 #define I_ARPA_INET             /**/
671
672 /* I_DBM:
673  *      This symbol, if defined, indicates that <dbm.h> exists and should
674  *      be included.
675  */
676 /* I_RPCSVC_DBM:
677  *      This symbol, if defined, indicates that <rpcsvc/dbm.h> exists and
678  *      should be included.
679  */
680 #define I_DBM   /**/
681 /*#define I_RPCSVC_DBM  / **/
682
683 /* I_DIRENT:
684  *      This symbol, if defined, indicates to the C program that it should
685  *      include <dirent.h>. Using this symbol also triggers the definition
686  *      of the Direntry_t define which ends up being 'struct dirent' or
687  *      'struct direct' depending on the availability of <dirent.h>.
688  */
689 /* DIRNAMLEN:
690  *      This symbol, if defined, indicates to the C program that the length
691  *      of directory entry names is provided by a d_namlen field.  Otherwise
692  *      you need to do strlen() on the d_name field.
693  */
694 /* Direntry_t:
695  *      This symbol is set to 'struct direct' or 'struct dirent' depending on
696  *      whether dirent is available or not. You should use this pseudo type to
697  *      portably declare your directory entries.
698  */
699 #define I_DIRENT                /**/
700 #define DIRNAMLEN       /**/
701 #define Direntry_t struct dirent
702
703 /* I_DLFCN:
704  *      This symbol, if defined, indicates that <dlfcn.h> exists and should
705  *      be included.
706  */
707 #define I_DLFCN         /**/
708
709 /* I_FCNTL:
710  *      This manifest constant tells the C program to include <fcntl.h>.
711  */
712 /*#define I_FCNTL       / **/
713
714 /* I_FLOAT:
715  *      This symbol, if defined, indicates to the C program that it should
716  *      include <float.h> to get definition of symbols like DBL_MAX or
717  *      DBL_MIN, i.e. machine dependent floating point values.
718  */
719 #define I_FLOAT         /**/
720
721 /* I_LIMITS:
722  *      This symbol, if defined, indicates to the C program that it should
723  *      include <limits.h> to get definition of symbols like WORD_BIT or
724  *      LONG_MAX, i.e. machine dependant limitations.
725  */
726 #define I_LIMITS                /**/
727
728 /* I_LOCALE:
729  *      This symbol, if defined, indicates to the C program that it should
730  *      include <locale.h>.
731  */
732 #define I_LOCALE                /**/
733
734 /* I_MATH:
735  *      This symbol, if defined, indicates to the C program that it should
736  *      include <math.h>.
737  */
738 #define I_MATH          /**/
739
740 /* I_MEMORY:
741  *      This symbol, if defined, indicates to the C program that it should
742  *      include <memory.h>.
743  */
744 /*#define I_MEMORY              / **/
745
746 /* I_NDBM:
747  *      This symbol, if defined, indicates that <ndbm.h> exists and should
748  *      be included.
749  */
750 #define I_NDBM  /**/
751
752 /* I_NET_ERRNO:
753  *      This symbol, if defined, indicates that <net/errno.h> exists and 
754  *      should be included.
755  */
756 /*#define I_NET_ERRNO           / **/
757
758 /* I_NETINET_IN:
759  *      This symbol, if defined, indicates to the C program that it should
760  *      include <netinet/in.h>. Otherwise, you may try <sys/in.h>.
761  */
762 #define I_NETINET_IN    /**/
763
764 /* I_SFIO:
765  *      This symbol, if defined, indicates to the C program that it should
766  *      include <sfio.h>.
767  */
768 /*#define       I_SFIO          / **/
769
770 /* I_STDDEF:
771  *      This symbol, if defined, indicates that <stddef.h> exists and should
772  *      be included.
773  */
774 #define I_STDDEF        /**/
775
776 /* I_STDLIB:
777  *      This symbol, if defined, indicates that <stdlib.h> exists and should
778  *      be included.
779  */
780 #define I_STDLIB                /**/
781
782 /* I_STRING:
783  *      This symbol, if defined, indicates to the C program that it should
784  *      include <string.h> (USG systems) instead of <strings.h> (BSD systems).
785  */
786 #define I_STRING                /**/
787
788 /* I_SYS_DIR:
789  *      This symbol, if defined, indicates to the C program that it should
790  *      include <sys/dir.h>.
791  */
792 #define I_SYS_DIR               /**/
793
794 /* I_SYS_FILE:
795  *      This symbol, if defined, indicates to the C program that it should
796  *      include <sys/file.h> to get definition of R_OK and friends.
797  */
798 #define I_SYS_FILE              /**/
799
800 /* I_SYS_IOCTL:
801  *      This symbol, if defined, indicates that <sys/ioctl.h> exists and should
802  *      be included. Otherwise, include <sgtty.h> or <termio.h>.
803  */
804 /* I_SYS_SOCKIO:
805  *      This symbol, if defined, indicates the <sys/sockio.h> should be included
806  *      to get socket ioctl options, like SIOCATMARK.
807  */
808 #define I_SYS_IOCTL             /**/
809 /*#define I_SYS_SOCKIO  / **/
810
811 /* I_SYS_NDIR:
812  *      This symbol, if defined, indicates to the C program that it should
813  *      include <sys/ndir.h>.
814  */
815 /*#define I_SYS_NDIR    / **/
816
817 /* I_SYS_PARAM:
818  *      This symbol, if defined, indicates to the C program that it should
819  *      include <sys/param.h>.
820  */
821 #define I_SYS_PARAM             /**/
822
823 /* I_SYS_RESOURCE:
824  *      This symbol, if defined, indicates to the C program that it should
825  *      include <sys/resource.h>.
826  */
827 #define I_SYS_RESOURCE          /**/
828
829 /* I_SYS_SELECT:
830  *      This symbol, if defined, indicates to the C program that it should
831  *      include <sys/select.h> in order to get definition of struct timeval.
832  */
833 #define I_SYS_SELECT    /**/
834
835 /* I_SYS_STAT:
836  *      This symbol, if defined, indicates to the C program that it should
837  *      include <sys/stat.h>.
838  */
839 #define I_SYS_STAT              /**/
840
841 /* I_SYS_TIMES:
842  *      This symbol, if defined, indicates to the C program that it should
843  *      include <sys/times.h>.
844  */
845 #define I_SYS_TIMES             /**/
846
847 /* I_SYS_TYPES:
848  *      This symbol, if defined, indicates to the C program that it should
849  *      include <sys/types.h>.
850  */
851 #define I_SYS_TYPES             /**/
852
853 /* I_SYS_UN:
854  *      This symbol, if defined, indicates to the C program that it should
855  *      include <sys/un.h> to get UNIX domain socket definitions.
856  */
857 #define I_SYS_UN                /**/
858
859 /* I_SYS_WAIT:
860  *      This symbol, if defined, indicates to the C program that it should
861  *      include <sys/wait.h>.
862  */
863 #define I_SYS_WAIT      /**/
864
865 /* I_TERMIO:
866  *      This symbol, if defined, indicates that the program should include
867  *      <termio.h> rather than <sgtty.h>.  There are also differences in
868  *      the ioctl() calls that depend on the value of this symbol.
869  */
870 /* I_TERMIOS:
871  *      This symbol, if defined, indicates that the program should include
872  *      the POSIX termios.h rather than sgtty.h or termio.h.
873  *      There are also differences in the ioctl() calls that depend on the
874  *      value of this symbol.
875  */
876 /* I_SGTTY:
877  *      This symbol, if defined, indicates that the program should include
878  *      <sgtty.h> rather than <termio.h>.  There are also differences in
879  *      the ioctl() calls that depend on the value of this symbol.
880  */
881 /*#define I_TERMIO              / **/
882 #define I_TERMIOS               /**/
883 /*#define I_SGTTY               / **/
884
885 /* I_UNISTD:
886  *      This symbol, if defined, indicates to the C program that it should
887  *      include <unistd.h>.
888  */
889 #define I_UNISTD                /**/
890
891 /* I_UTIME:
892  *      This symbol, if defined, indicates to the C program that it should
893  *      include <utime.h>.
894  */
895 #define I_UTIME         /**/
896
897 /* I_VALUES:
898  *      This symbol, if defined, indicates to the C program that it should
899  *      include <values.h> to get definition of symbols like MINFLOAT or
900  *      MAXLONG, i.e. machine dependant limitations.  Probably, you
901  *      should use <limits.h> instead, if it is available.
902  */
903 #define I_VALUES                /**/
904
905 /* I_VFORK:
906  *      This symbol, if defined, indicates to the C program that it should
907  *      include vfork.h.
908  */
909 /*#define I_VFORK       / **/
910
911 /* CAN_PROTOTYPE:
912  *      If defined, this macro indicates that the C compiler can handle
913  *      function prototypes.
914  */
915 /* _:
916  *      This macro is used to declare function parameters for folks who want
917  *      to make declarations with prototypes using a different style than
918  *      the above macros.  Use double parentheses.  For example:
919  *
920  *              int main _((int argc, char *argv[]));
921  */
922 #define CAN_PROTOTYPE   /**/
923 #ifdef CAN_PROTOTYPE
924 #define _(args) args
925 #else
926 #define _(args) ()
927 #endif
928
929 /* SH_PATH:
930  *      This symbol contains the full pathname to the shell used on this
931  *      on this system to execute Bourne shell scripts.  Usually, this will be
932  *      /bin/sh, though it's possible that some systems will have /bin/ksh,
933  *      /bin/pdksh, /bin/ash, /bin/bash, or even something such as
934  *      D:/bin/sh.exe.
935  */
936 #define SH_PATH "/bin/sh"  /**/
937
938 /* INTSIZE:
939  *      This symbol contains the value of sizeof(int) so that the C
940  *      preprocessor can make decisions based on it.
941  */
942 /* LONGSIZE:
943  *      This symbol contains the value of sizeof(long) so that the C
944  *      preprocessor can make decisions based on it.
945  */
946 /* SHORTSIZE:
947  *      This symbol contains the value of sizeof(short) so that the C
948  *      preprocessor can make decisions based on it.
949  */
950 #define INTSIZE 4               /**/
951 #define LONGSIZE 8              /**/
952 #define SHORTSIZE 2             /**/
953
954 /* MULTIARCH:
955  *      This symbol, if defined, signifies that the build
956  *      process will produce some binary files that are going to be
957  *      used in a cross-platform environment.  This is the case for
958  *      example with the NeXT "fat" binaries that contain executables
959  *      for several CPUs.
960  */
961 /*#define MULTIARCH             / **/
962
963 /* HAS_QUAD:
964  *      This symbol, if defined, tells that there's a 64-bit integer type,
965  *      Quad_t, and its unsigned counterpar, Uquad_t. QUADKIND will be one
966  *      of QUAD_IS_INT, QUAD_IS_LONG, QUAD_IS_LONG_LONG, or QUAD_IS_INT64_T.
967  */
968 #define HAS_QUAD        /**/
969 #ifdef HAS_QUAD
970 #   define Quad_t long  /**/
971 #   define Uquad_t unsigned long        /**/
972 #   define QUADKIND 2   /**/
973 #   define QUAD_IS_INT  1
974 #   define QUAD_IS_LONG 2
975 #   define QUAD_IS_LONG_LONG    3
976 #   define QUAD_IS_INT64_T      4
977 #endif
978
979 /* HAS_ACCESSX:
980  *      This symbol, if defined, indicates that the accessx routine is
981  *      available to do extended access checks.
982  */
983 /*#define HAS_ACCESSX           / **/
984
985 /* HAS_EACCESS:
986  *      This symbol, if defined, indicates that the eaccess routine is
987  *      available to do extended access checks.
988  */
989 /*#define HAS_EACCESS           / **/
990
991 /* I_SYS_ACCESS:
992  *     This symbol, if defined, indicates to the C program that it should
993  *     include <sys/access.h>.
994  */
995 #define   I_SYS_ACCESS                /**/
996
997 /* I_SYS_SECURITY:
998  *     This symbol, if defined, indicates to the C program that it should
999  *     include <sys/security.h>.
1000  */
1001 #define   I_SYS_SECURITY        /**/
1002
1003 /* OSNAME:
1004  *      This symbol contains the name of the operating system, as determined
1005  *      by Configure.  You shouldn't rely on it too much; the specific
1006  *      feature tests from Configure are generally more reliable.
1007  */
1008 /* OSVERS:
1009  *      This symbol contains the version of the operating system, as determined
1010  *      by Configure.  You shouldn't rely on it too much; the specific
1011  *      feature tests from Configure are generally more reliable.
1012  */
1013 #define OSNAME "dec_osf"                /**/
1014 #define OSVERS "4.0d"           /**/
1015
1016 /* MEM_ALIGNBYTES:
1017  *      This symbol contains the number of bytes required to align a
1018  *      double, or a long double when applicable. Usual values are 2,
1019  *      4 and 8. The default is eight, for safety.
1020  */
1021 #if defined(USE_CROSS_COMPILE) || defined(MULTIARCH)
1022 #  define MEM_ALIGNBYTES 8
1023 #else
1024 #define MEM_ALIGNBYTES 8
1025 #endif
1026
1027 /* ARCHLIB:
1028  *      This variable, if defined, holds the name of the directory in
1029  *      which the user wants to put architecture-dependent public
1030  *      library files for perl5.  It is most often a local directory
1031  *      such as /usr/local/lib.  Programs using this variable must be
1032  *      prepared to deal with filename expansion.  If ARCHLIB is the
1033  *      same as PRIVLIB, it is not defined, since presumably the
1034  *      program already searches PRIVLIB.
1035  */
1036 /* ARCHLIB_EXP:
1037  *      This symbol contains the ~name expanded version of ARCHLIB, to be used
1038  *      in programs that are not prepared to deal with ~ expansion at run-time.
1039  */
1040 #define ARCHLIB "/opt/perl/lib/5.7.1/alpha-dec_osf-thread"              /**/
1041 #define ARCHLIB_EXP "/opt/perl/lib/5.7.1/alpha-dec_osf-thread"          /**/
1042
1043 /* ARCHNAME:
1044  *      This symbol holds a string representing the architecture name.
1045  *      It may be used to construct an architecture-dependant pathname
1046  *      where library files may be held under a private library, for
1047  *      instance.
1048  */
1049 #define ARCHNAME "alpha-dec_osf-thread"         /**/
1050
1051 /* HAS_ATOLF:
1052  *      This symbol, if defined, indicates that the atolf routine is
1053  *      available to convert strings into long doubles.
1054  */
1055 /*#define HAS_ATOLF             / **/
1056
1057 /* HAS_ATOLL:
1058  *      This symbol, if defined, indicates that the atoll routine is
1059  *      available to convert strings into long longs.
1060  */
1061 /*#define HAS_ATOLL             / **/
1062
1063 /* BIN:
1064  *      This symbol holds the path of the bin directory where the package will
1065  *      be installed. Program must be prepared to deal with ~name substitution.
1066  */
1067 /* BIN_EXP:
1068  *      This symbol is the filename expanded version of the BIN symbol, for
1069  *      programs that do not want to deal with that at run-time.
1070  */
1071 #define BIN "/opt/perl/bin"     /**/
1072 #define BIN_EXP "/opt/perl/bin" /**/
1073
1074 /* PERL_BINCOMPAT_5005:
1075  *      This symbol, if defined, indicates that this version of Perl should be
1076  *      binary-compatible with Perl 5.005.  This is impossible for builds
1077  *      that use features like threads and multiplicity it is always 
1078  *      for those versions.
1079  */
1080 /*#define PERL_BINCOMPAT_5005                   / **/
1081
1082 /* BYTEORDER:
1083  *      This symbol holds the hexadecimal constant defined in byteorder,
1084  *      i.e. 0x1234 or 0x4321, etc...
1085  *      If the compiler supports cross-compiling or multiple-architecture
1086  *      binaries (eg. on NeXT systems), use compiler-defined macros to
1087  *      determine the byte order.
1088  *      On NeXT 3.2 (and greater), you can build "Fat" Multiple Architecture
1089  *      Binaries (MAB) on either big endian or little endian machines.
1090  *      The endian-ness is available at compile-time.  This only matters
1091  *      for perl, where the config.h can be generated and installed on 
1092  *      one system, and used by a different architecture to build an
1093  *      extension.  Older versions of NeXT that might not have
1094  *      defined either *_ENDIAN__ were all on Motorola 680x0 series,
1095  *      so the default case (for NeXT) is big endian to catch them. 
1096  *      This might matter for NeXT 3.0.
1097  */
1098 #if defined(USE_CROSS_COMPILE) || defined(MULTIARCH)
1099 #  ifdef __LITTLE_ENDIAN__
1100 #    if LONGSIZE == 4
1101 #      define BYTEORDER 0x1234
1102 #    else
1103 #      if LONGSIZE == 8
1104 #        define BYTEORDER 0x12345678
1105 #      endif
1106 #    endif
1107 #  else
1108 #    ifdef __BIG_ENDIAN__
1109 #      if LONGSIZE == 4
1110 #        define BYTEORDER 0x4321
1111 #      else
1112 #        if LONGSIZE == 8
1113 #          define BYTEORDER 0x87654321
1114 #        endif
1115 #      endif
1116 #    endif
1117 #  endif
1118 #  if !defined(BYTEORDER) && (defined(NeXT) || defined(__NeXT__))
1119 #    define BYTEORDER 0x4321
1120 #  endif
1121 #else
1122 #define BYTEORDER 0x12345678    /* large digits for MSB */
1123 #endif /* NeXT */
1124
1125 /* CAT2:
1126  *      This macro catenates 2 tokens together.
1127  */
1128 /* STRINGIFY:
1129  *      This macro surrounds its token with double quotes.
1130  */
1131 #if 42 == 1
1132 #define CAT2(a,b)       a/**/b
1133 #define STRINGIFY(a)    "a"
1134                 /* If you can get stringification with catify, tell me how! */
1135 #endif
1136 #if 42 == 42
1137 #define PeRl_CaTiFy(a, b)       a ## b  
1138 #define PeRl_StGiFy(a)  #a
1139 /* the additional level of indirection enables these macros to be
1140  * used as arguments to other macros.  See K&R 2nd ed., page 231. */
1141 #define CAT2(a,b)       PeRl_CaTiFy(a,b)
1142 #define StGiFy(a)       PeRl_StGiFy(a)
1143 #define STRINGIFY(a)    PeRl_StGiFy(a)
1144 #endif
1145 #if 42 != 1 && 42 != 42
1146 #   include "Bletch: How does this C preprocessor catenate tokens?"
1147 #endif
1148
1149 /* CPPSTDIN:
1150  *      This symbol contains the first part of the string which will invoke
1151  *      the C preprocessor on the standard input and produce to standard
1152  *      output.  Typical value of "cc -E" or "/lib/cpp", but it can also
1153  *      call a wrapper. See CPPRUN.
1154  */
1155 /* CPPMINUS:
1156  *      This symbol contains the second part of the string which will invoke
1157  *      the C preprocessor on the standard input and produce to standard
1158  *      output.  This symbol will have the value "-" if CPPSTDIN needs a minus
1159  *      to specify standard input, otherwise the value is "".
1160  */
1161 /* CPPRUN:
1162  *      This symbol contains the string which will invoke a C preprocessor on
1163  *      the standard input and produce to standard output. It needs to end
1164  *      with CPPLAST, after all other preprocessor flags have been specified.
1165  *      The main difference with CPPSTDIN is that this program will never be a
1166  *      pointer to a shell wrapper, i.e. it will be empty if no preprocessor is
1167  *      available directly to the user. Note that it may well be different from
1168  *      the preprocessor used to compile the C program.
1169  */
1170 /* CPPLAST:
1171  *      This symbol is intended to be used along with CPPRUN in the same manner
1172  *      symbol CPPMINUS is used with CPPSTDIN. It contains either "-" or "".
1173  */
1174 #define CPPSTDIN "cppstdin"
1175 #define CPPMINUS ""
1176 #define CPPRUN "/usr/bin/cpp"
1177 #define CPPLAST ""
1178
1179 /* HAS__FWALK:
1180  *      This symbol, if defined, indicates that the _fwalk system call is
1181  *      available to apply a function to all the file handles.
1182  */
1183 /*#define HAS__FWALK            / **/
1184
1185 /* HAS_ACCESS:
1186  *      This manifest constant lets the C program know that the access()
1187  *      system call is available to check for accessibility using real UID/GID.
1188  *      (always present on UNIX.)
1189  */
1190 #define HAS_ACCESS              /**/
1191
1192 /* CASTI32:
1193  *      This symbol is defined if the C compiler can cast negative
1194  *      or large floating point numbers to 32-bit ints.
1195  */
1196 /*#define       CASTI32         / **/
1197
1198 /* CASTNEGFLOAT:
1199  *      This symbol is defined if the C compiler can cast negative
1200  *      numbers to unsigned longs, ints and shorts.
1201  */
1202 /* CASTFLAGS:
1203  *      This symbol contains flags that say what difficulties the compiler
1204  *      has casting odd floating values to unsigned long:
1205  *              0 = ok
1206  *              1 = couldn't cast < 0
1207  *              2 = couldn't cast >= 0x80000000
1208  *              4 = couldn't cast in argument expression list
1209  */
1210 #define CASTNEGFLOAT            /**/
1211 #define CASTFLAGS 0             /**/
1212
1213 /* VOID_CLOSEDIR:
1214  *      This symbol, if defined, indicates that the closedir() routine
1215  *      does not return a value.
1216  */
1217 /*#define VOID_CLOSEDIR         / **/
1218
1219 /* HAS_STRUCT_CMSGHDR:
1220  *      This symbol, if defined, indicates that the struct cmsghdr
1221  *      is supported.
1222  */
1223 #define HAS_STRUCT_CMSGHDR      /**/
1224
1225 /* HAS_CSH:
1226  *      This symbol, if defined, indicates that the C-shell exists.
1227  */
1228 /* CSH:
1229  *      This symbol, if defined, contains the full pathname of csh.
1230  */
1231 #define HAS_CSH         /**/
1232 #ifdef HAS_CSH
1233 #define CSH "/usr/bin/csh"      /**/
1234 #endif
1235
1236 /* DLSYM_NEEDS_UNDERSCORE:
1237  *      This symbol, if defined, indicates that we need to prepend an
1238  *      underscore to the symbol name before calling dlsym().  This only
1239  *      makes sense if you *have* dlsym, which we will presume is the
1240  *      case if you're using dl_dlopen.xs.
1241  */
1242 /*#define       DLSYM_NEEDS_UNDERSCORE  / **/
1243
1244 /* HAS_DRAND48_PROTO:
1245  *      This symbol, if defined, indicates that the system provides
1246  *      a prototype for the drand48() function.  Otherwise, it is up
1247  *      to the program to supply one.  A good guess is
1248  *              extern double drand48 _((void));
1249  */
1250 #define HAS_DRAND48_PROTO       /**/
1251
1252 /* HAS_ENDGRENT:
1253  *      This symbol, if defined, indicates that the getgrent routine is
1254  *      available for finalizing sequential access of the group database.
1255  */
1256 #define HAS_ENDGRENT            /**/
1257
1258 /* HAS_ENDHOSTENT:
1259  *      This symbol, if defined, indicates that the endhostent() routine is
1260  *      available to close whatever was being used for host queries.
1261  */
1262 #define HAS_ENDHOSTENT          /**/
1263
1264 /* HAS_ENDNETENT:
1265  *      This symbol, if defined, indicates that the endnetent() routine is
1266  *      available to close whatever was being used for network queries.
1267  */
1268 #define HAS_ENDNETENT           /**/
1269
1270 /* HAS_ENDPROTOENT:
1271  *      This symbol, if defined, indicates that the endprotoent() routine is
1272  *      available to close whatever was being used for protocol queries.
1273  */
1274 #define HAS_ENDPROTOENT         /**/
1275
1276 /* HAS_ENDPWENT:
1277  *      This symbol, if defined, indicates that the getgrent routine is
1278  *      available for finalizing sequential access of the passwd database.
1279  */
1280 #define HAS_ENDPWENT            /**/
1281
1282 /* HAS_ENDSERVENT:
1283  *      This symbol, if defined, indicates that the endservent() routine is
1284  *      available to close whatever was being used for service queries.
1285  */
1286 #define HAS_ENDSERVENT          /**/
1287
1288 /* HAS_FCHDIR:
1289  *      This symbol, if defined, indicates that the fchdir routine is
1290  *      available to change directory using a file descriptor.
1291  */
1292 #define HAS_FCHDIR              /**/
1293
1294 /* FCNTL_CAN_LOCK:
1295  *      This symbol, if defined, indicates that fcntl() can be used
1296  *      for file locking.  Normally on Unix systems this is defined.
1297  *      It may be undefined on VMS.
1298  */
1299 #define FCNTL_CAN_LOCK          /**/
1300
1301 /* HAS_FD_SET:
1302  *      This symbol, when defined, indicates presence of the fd_set typedef
1303  *      in <sys/types.h>
1304  */
1305 #define HAS_FD_SET      /**/
1306
1307 /* FLEXFILENAMES:
1308  *      This symbol, if defined, indicates that the system supports filenames
1309  *      longer than 14 characters.
1310  */
1311 #define FLEXFILENAMES           /**/
1312
1313 /* HAS_FPOS64_T:
1314  *      This symbol will be defined if the C compiler supports fpos64_t.
1315  */
1316 /*#define       HAS_FPOS64_T            / **/
1317
1318 /* HAS_FREXPL:
1319  *      This symbol, if defined, indicates that the frexpl routine is
1320  *      available to break a long double floating-point number into
1321  *      a normalized fraction and an integral power of 2.
1322  */
1323 #define HAS_FREXPL              /**/
1324
1325 /* HAS_STRUCT_FS_DATA:
1326  *      This symbol, if defined, indicates that the struct fs_data
1327  *      to do statfs() is supported.
1328  */
1329 /*#define HAS_STRUCT_FS_DATA    / **/
1330
1331 /* HAS_FSEEKO:
1332  *      This symbol, if defined, indicates that the fseeko routine is
1333  *      available to fseek beyond 32 bits (useful for ILP32 hosts).
1334  */
1335 /*#define HAS_FSEEKO            / **/
1336
1337 /* HAS_FSTATFS:
1338  *      This symbol, if defined, indicates that the fstatfs routine is
1339  *      available to stat filesystems by file descriptors.
1340  */
1341 #define HAS_FSTATFS             /**/
1342
1343 /* HAS_FSYNC:
1344  *      This symbol, if defined, indicates that the fsync routine is
1345  *      available to write a file's modified data and attributes to
1346  *      permanent storage.
1347  */
1348 #define HAS_FSYNC               /**/
1349
1350 /* HAS_FTELLO:
1351  *      This symbol, if defined, indicates that the ftello routine is
1352  *      available to ftell beyond 32 bits (useful for ILP32 hosts).
1353  */
1354 /*#define HAS_FTELLO            / **/
1355
1356 /* Gconvert:
1357  *      This preprocessor macro is defined to convert a floating point
1358  *      number to a string without a trailing decimal point.  This
1359  *      emulates the behavior of sprintf("%g"), but is sometimes much more
1360  *      efficient.  If gconvert() is not available, but gcvt() drops the
1361  *      trailing decimal point, then gcvt() is used.  If all else fails,
1362  *      a macro using sprintf("%g") is used. Arguments for the Gconvert
1363  *      macro are: value, number of digits, whether trailing zeros should
1364  *      be retained, and the output buffer.
1365  *      Possible values are:
1366  *              d_Gconvert='gconvert((x),(n),(t),(b))'
1367  *              d_Gconvert='gcvt((x),(n),(b))'
1368  *              d_Gconvert='sprintf((b),"%.*g",(n),(x))'
1369  *      The last two assume trailing zeros should not be kept.
1370  */
1371 #define Gconvert(x,n,t,b) sprintf((b),"%.*g",(n),(x))
1372
1373 /* HAS_GETCWD:
1374  *      This symbol, if defined, indicates that the getcwd routine is
1375  *      available to get the current working directory.
1376  */
1377 #define HAS_GETCWD              /**/
1378
1379 /* HAS_GETESPWNAM:
1380  *      This symbol, if defined, indicates that the getespwnam system call is
1381  *      available to retrieve enchanced (shadow) password entries by name.
1382  */
1383 /*#define HAS_GETESPWNAM                / **/
1384
1385 /* HAS_GETFSSTAT:
1386  *      This symbol, if defined, indicates that the getfsstat routine is
1387  *      available to stat filesystems in bulk.
1388  */
1389 #define HAS_GETFSSTAT           /**/
1390
1391 /* HAS_GETGRENT:
1392  *      This symbol, if defined, indicates that the getgrent routine is
1393  *      available for sequential access of the group database.
1394  */
1395 #define HAS_GETGRENT            /**/
1396
1397 /* HAS_GETHOSTBYADDR:
1398  *      This symbol, if defined, indicates that the gethostbyaddr() routine is
1399  *      available to look up hosts by their IP addresses.
1400  */
1401 #define HAS_GETHOSTBYADDR               /**/
1402
1403 /* HAS_GETHOSTBYNAME:
1404  *      This symbol, if defined, indicates that the gethostbyname() routine is
1405  *      available to look up host names in some data base or other.
1406  */
1407 #define HAS_GETHOSTBYNAME               /**/
1408
1409 /* HAS_GETHOSTENT:
1410  *      This symbol, if defined, indicates that the gethostent() routine is
1411  *      available to look up host names in some data base or another.
1412  */
1413 #define HAS_GETHOSTENT          /**/
1414
1415 /* HAS_GETHOSTNAME:
1416  *      This symbol, if defined, indicates that the C program may use the
1417  *      gethostname() routine to derive the host name.  See also HAS_UNAME
1418  *      and PHOSTNAME.
1419  */
1420 /* HAS_UNAME:
1421  *      This symbol, if defined, indicates that the C program may use the
1422  *      uname() routine to derive the host name.  See also HAS_GETHOSTNAME
1423  *      and PHOSTNAME.
1424  */
1425 /* PHOSTNAME:
1426  *      This symbol, if defined, indicates the command to feed to the
1427  *      popen() routine to derive the host name.  See also HAS_GETHOSTNAME
1428  *      and HAS_UNAME.  Note that the command uses a fully qualified path,
1429  *      so that it is safe even if used by a process with super-user
1430  *      privileges.
1431  */
1432 /* HAS_PHOSTNAME:
1433  *      This symbol, if defined, indicates that the C program may use the
1434  *      contents of PHOSTNAME as a command to feed to the popen() routine
1435  *      to derive the host name.
1436  */
1437 #define HAS_GETHOSTNAME /**/
1438 #define HAS_UNAME               /**/
1439 /*#define HAS_PHOSTNAME / **/
1440 #ifdef HAS_PHOSTNAME
1441 #define PHOSTNAME ""    /* How to get the host name */
1442 #endif
1443
1444 /* HAS_GETHOST_PROTOS:
1445  *      This symbol, if defined, indicates that <netdb.h> includes
1446  *      prototypes for gethostent(), gethostbyname(), and
1447  *      gethostbyaddr().  Otherwise, it is up to the program to guess
1448  *      them.  See netdbtype.U for probing for various Netdb_xxx_t types.
1449  */
1450 #define HAS_GETHOST_PROTOS      /**/
1451
1452 /* HAS_GETITIMER:
1453  *      This symbol, if defined, indicates that the getitimer routine is
1454  *      available to return interval timers.
1455  */
1456 #define HAS_GETITIMER           /**/
1457
1458 /* HAS_GETMNT:
1459  *      This symbol, if defined, indicates that the getmnt routine is
1460  *      available to get filesystem mount info by filename.
1461  */
1462 /*#define HAS_GETMNT            / **/
1463
1464 /* HAS_GETMNTENT:
1465  *      This symbol, if defined, indicates that the getmntent routine is
1466  *      available to iterate through mounted file systems to get their info.
1467  */
1468 /*#define HAS_GETMNTENT         / **/
1469
1470 /* HAS_GETNETBYADDR:
1471  *      This symbol, if defined, indicates that the getnetbyaddr() routine is
1472  *      available to look up networks by their IP addresses.
1473  */
1474 #define HAS_GETNETBYADDR                /**/
1475
1476 /* HAS_GETNETBYNAME:
1477  *      This symbol, if defined, indicates that the getnetbyname() routine is
1478  *      available to look up networks by their names.
1479  */
1480 #define HAS_GETNETBYNAME                /**/
1481
1482 /* HAS_GETNETENT:
1483  *      This symbol, if defined, indicates that the getnetent() routine is
1484  *      available to look up network names in some data base or another.
1485  */
1486 #define HAS_GETNETENT           /**/
1487
1488 /* HAS_GETNET_PROTOS:
1489  *      This symbol, if defined, indicates that <netdb.h> includes
1490  *      prototypes for getnetent(), getnetbyname(), and
1491  *      getnetbyaddr().  Otherwise, it is up to the program to guess
1492  *      them.  See netdbtype.U for probing for various Netdb_xxx_t types.
1493  */
1494 #define HAS_GETNET_PROTOS       /**/
1495
1496 /* HAS_GETPAGESIZE:
1497  *      This symbol, if defined, indicates that the getpagesize system call
1498  *      is available to get system page size, which is the granularity of
1499  *      many memory management calls.
1500  */
1501 #define HAS_GETPAGESIZE         /**/
1502
1503 /* HAS_GETPROTOENT:
1504  *      This symbol, if defined, indicates that the getprotoent() routine is
1505  *      available to look up protocols in some data base or another.
1506  */
1507 #define HAS_GETPROTOENT         /**/
1508
1509 /* HAS_GETPGRP:
1510  *      This symbol, if defined, indicates that the getpgrp routine is
1511  *      available to get the current process group.
1512  */
1513 /* USE_BSD_GETPGRP:
1514  *      This symbol, if defined, indicates that getpgrp needs one
1515  *      arguments whereas USG one needs none.
1516  */
1517 #define HAS_GETPGRP             /**/
1518 /*#define USE_BSD_GETPGRP       / **/
1519
1520 /* HAS_GETPROTOBYNAME:
1521  *      This symbol, if defined, indicates that the getprotobyname()
1522  *      routine is available to look up protocols by their name.
1523  */
1524 /* HAS_GETPROTOBYNUMBER:
1525  *      This symbol, if defined, indicates that the getprotobynumber()
1526  *      routine is available to look up protocols by their number.
1527  */
1528 #define HAS_GETPROTOBYNAME              /**/
1529 #define HAS_GETPROTOBYNUMBER            /**/
1530
1531 /* HAS_GETPROTO_PROTOS:
1532  *      This symbol, if defined, indicates that <netdb.h> includes
1533  *      prototypes for getprotoent(), getprotobyname(), and
1534  *      getprotobyaddr().  Otherwise, it is up to the program to guess
1535  *      them.  See netdbtype.U for probing for various Netdb_xxx_t types.
1536  */
1537 #define HAS_GETPROTO_PROTOS     /**/
1538
1539 /* HAS_GETPRPWNAM:
1540  *      This symbol, if defined, indicates that the getprpwnam system call is
1541  *      available to retrieve protected (shadow) password entries by name.
1542  */
1543 /*#define HAS_GETPRPWNAM                / **/
1544
1545 /* HAS_GETPWENT:
1546  *      This symbol, if defined, indicates that the getpwent routine is
1547  *      available for sequential access of the passwd database.
1548  *      If this is not available, the older getpw() function may be available.
1549  */
1550 #define HAS_GETPWENT            /**/
1551
1552 /* HAS_GETSERVENT:
1553  *      This symbol, if defined, indicates that the getservent() routine is
1554  *      available to look up network services in some data base or another.
1555  */
1556 #define HAS_GETSERVENT          /**/
1557
1558 /* HAS_GETSERV_PROTOS:
1559  *      This symbol, if defined, indicates that <netdb.h> includes
1560  *      prototypes for getservent(), getservbyname(), and
1561  *      getservbyaddr().  Otherwise, it is up to the program to guess
1562  *      them.  See netdbtype.U for probing for various Netdb_xxx_t types.
1563  */
1564 #define HAS_GETSERV_PROTOS      /**/
1565
1566 /* HAS_GETSPNAM:
1567  *      This symbol, if defined, indicates that the getspnam system call is
1568  *      available to retrieve SysV shadow password entries by name.
1569  */
1570 /*#define HAS_GETSPNAM          / **/
1571
1572 /* HAS_GETSERVBYNAME:
1573  *      This symbol, if defined, indicates that the getservbyname()
1574  *      routine is available to look up services by their name.
1575  */
1576 /* HAS_GETSERVBYPORT:
1577  *      This symbol, if defined, indicates that the getservbyport()
1578  *      routine is available to look up services by their port.
1579  */
1580 #define HAS_GETSERVBYNAME               /**/
1581 #define HAS_GETSERVBYPORT               /**/
1582
1583 /* HAS_GNULIBC:
1584  *      This symbol, if defined, indicates to the C program that 
1585  *      the GNU C library is being used.
1586  */
1587 /*#define HAS_GNULIBC   / **/
1588 #if defined(HAS_GNULIBC) && !defined(_GNU_SOURCE)
1589 #   define _GNU_SOURCE
1590 #endif
1591 /* HAS_HASMNTOPT:
1592  *      This symbol, if defined, indicates that the hasmntopt routine is
1593  *      available to query the mount options of file systems.
1594  */
1595 /*#define HAS_HASMNTOPT         / **/
1596
1597 /* HAS_HTONL:
1598  *      This symbol, if defined, indicates that the htonl() routine (and
1599  *      friends htons() ntohl() ntohs()) are available to do network
1600  *      order byte swapping.
1601  */
1602 /* HAS_HTONS:
1603  *      This symbol, if defined, indicates that the htons() routine (and
1604  *      friends htonl() ntohl() ntohs()) are available to do network
1605  *      order byte swapping.
1606  */
1607 /* HAS_NTOHL:
1608  *      This symbol, if defined, indicates that the ntohl() routine (and
1609  *      friends htonl() htons() ntohs()) are available to do network
1610  *      order byte swapping.
1611  */
1612 /* HAS_NTOHS:
1613  *      This symbol, if defined, indicates that the ntohs() routine (and
1614  *      friends htonl() htons() ntohl()) are available to do network
1615  *      order byte swapping.
1616  */
1617 #define HAS_HTONL               /**/
1618 #define HAS_HTONS               /**/
1619 #define HAS_NTOHL               /**/
1620 #define HAS_NTOHS               /**/
1621
1622 /* HAS_ICONV:
1623  *      This symbol, if defined, indicates that the iconv routine is
1624  *      available to do character set conversions.
1625  */
1626 #define HAS_ICONV               /**/
1627
1628 /* HAS_INT64_T:
1629  *     This symbol will defined if the C compiler supports int64_t.
1630  *     Usually the <inttypes.h> needs to be included, but sometimes
1631  *      <sys/types.h> is enough.
1632  */
1633 /*#define     HAS_INT64_T               / **/
1634
1635 /* HAS_ISASCII:
1636  *      This manifest constant lets the C program know that isascii 
1637  *      is available.
1638  */
1639 #define HAS_ISASCII             /**/
1640
1641 /* HAS_ISNAN:
1642  *      This symbol, if defined, indicates that the isnan routine is
1643  *      available to check whether a double is a NaN.
1644  */
1645 #define HAS_ISNAN               /**/
1646
1647 /* HAS_ISNANL:
1648  *      This symbol, if defined, indicates that the isnanl routine is
1649  *      available to check whether a long double is a NaN.
1650  */
1651 #define HAS_ISNANL              /**/
1652
1653 /* HAS_LCHOWN:
1654  *      This symbol, if defined, indicates that the lchown routine is
1655  *      available to operate on a symbolic link (instead of following the
1656  *      link).
1657  */
1658 #define HAS_LCHOWN              /**/
1659
1660 /* HAS_LDBL_DIG:
1661  *      This symbol, if defined, indicates that this system's <float.h>
1662  *      or <limits.h> defines the symbol LDBL_DIG, which is the number
1663  *      of significant digits in a long double precision number. Unlike
1664  *      for DBL_DIG, there's no good guess for LDBL_DIG if it is undefined.
1665  */
1666 #define HAS_LDBL_DIG    /* */
1667
1668 /* HAS_LONG_DOUBLE:
1669  *      This symbol will be defined if the C compiler supports long
1670  *      doubles.
1671  */
1672 /* LONG_DOUBLESIZE:
1673  *      This symbol contains the size of a long double, so that the 
1674  *      C preprocessor can make decisions based on it.  It is only
1675  *      defined if the system supports long doubles.
1676  */
1677 #define HAS_LONG_DOUBLE         /**/
1678 #ifdef HAS_LONG_DOUBLE
1679 #define LONG_DOUBLESIZE 8               /**/
1680 #endif
1681
1682 /* HAS_LONG_LONG:
1683  *      This symbol will be defined if the C compiler supports long long.
1684  */
1685 /* LONGLONGSIZE:
1686  *      This symbol contains the size of a long long, so that the 
1687  *      C preprocessor can make decisions based on it.  It is only
1688  *      defined if the system supports long long.
1689  */
1690 #define HAS_LONG_LONG           /**/
1691 #ifdef HAS_LONG_LONG
1692 #define LONGLONGSIZE 8          /**/
1693 #endif
1694
1695 /* HAS_LSEEK_PROTO:
1696  *      This symbol, if defined, indicates that the system provides
1697  *      a prototype for the lseek() function.  Otherwise, it is up
1698  *      to the program to supply one.  A good guess is
1699  *              extern off_t lseek(int, off_t, int);
1700  */
1701 #define HAS_LSEEK_PROTO /**/
1702
1703 /* HAS_MADVISE:
1704  *      This symbol, if defined, indicates that the madvise system call is
1705  *      available to map a file into memory.
1706  */
1707 #define HAS_MADVISE             /**/
1708
1709 /* HAS_MEMCHR:
1710  *      This symbol, if defined, indicates that the memchr routine is available
1711  *      to locate characters within a C string.
1712  */
1713 #define HAS_MEMCHR      /**/
1714
1715 /* HAS_MKDTEMP:
1716  *      This symbol, if defined, indicates that the mkdtemp routine is
1717  *      available to exclusively create a uniquely named temporary directory.
1718  */
1719 /*#define HAS_MKDTEMP           / **/
1720
1721 /* HAS_MKSTEMP:
1722  *      This symbol, if defined, indicates that the mkstemp routine is
1723  *      available to exclusively create and open a uniquely named
1724  *      temporary file.
1725  */
1726 #define HAS_MKSTEMP             /**/
1727
1728 /* HAS_MKSTEMPS:
1729  *      This symbol, if defined, indicates that the mkstemps routine is
1730  *      available to excluslvely create and open a uniquely named
1731  *      (with a suffix) temporary file.
1732  */
1733 /*#define HAS_MKSTEMPS          / **/
1734
1735 /* HAS_MMAP:
1736  *      This symbol, if defined, indicates that the mmap system call is
1737  *      available to map a file into memory.
1738  */
1739 /* Mmap_t:
1740  *      This symbol holds the return type of the mmap() system call
1741  *      (and simultaneously the type of the first argument).
1742  *      Usually set to 'void *' or 'cadd_t'.
1743  */
1744 #define HAS_MMAP                /**/
1745 #define Mmap_t void *   /**/
1746
1747 /* HAS_MODFL:
1748  *      This symbol, if defined, indicates that the modfl routine is
1749  *      available to split a long double x into a fractional part f and
1750  *      an integer part i such that |f| < 1.0 and (f + i) = x.
1751  */
1752 /* HAS_MODFL_POW32_BUG:
1753  *      This symbol, if defined, indicates that the modfl routine is
1754  *      broken for long doubles >= pow(2, 32).
1755  *      For example from 4294967303.150000 one would get 4294967302.000000
1756  *      and 1.150000.  The bug has been seen in certain versions of glibc,
1757  *      release 2.2.2 is known to be okay.
1758  */
1759 /*#define HAS_MODFL             / **/
1760 /*#define HAS_MODFL_POW32_BUG           / **/
1761
1762 /* HAS_MPROTECT:
1763  *      This symbol, if defined, indicates that the mprotect system call is
1764  *      available to modify the access protection of a memory mapped file.
1765  */
1766 #define HAS_MPROTECT            /**/
1767
1768 /* HAS_MSG:
1769  *      This symbol, if defined, indicates that the entire msg*(2) library is
1770  *      supported (IPC mechanism based on message queues).
1771  */
1772 #define HAS_MSG         /**/
1773
1774 /* HAS_STRUCT_MSGHDR:
1775  *      This symbol, if defined, indicates that the struct msghdr
1776  *      is supported.
1777  */
1778 #define HAS_STRUCT_MSGHDR       /**/
1779
1780 /* HAS_OFF64_T:
1781  *      This symbol will be defined if the C compiler supports off64_t.
1782  */
1783 /*#define       HAS_OFF64_T             / **/
1784
1785 /* HAS_OPEN3:
1786  *      This manifest constant lets the C program know that the three
1787  *      argument form of open(2) is available.
1788  */
1789 #define HAS_OPEN3               /**/
1790
1791 /* OLD_PTHREAD_CREATE_JOINABLE:
1792  *      This symbol, if defined, indicates how to create pthread
1793  *      in joinable (aka undetached) state.  NOTE: not defined
1794  *      if pthread.h already has defined PTHREAD_CREATE_JOINABLE
1795  *      (the new version of the constant).
1796  *      If defined, known values are PTHREAD_CREATE_UNDETACHED
1797  *      and __UNDETACHED.
1798  */
1799 /*#define OLD_PTHREAD_CREATE_JOINABLE  / **/
1800
1801 /* HAS_PTHREAD_YIELD:
1802  *      This symbol, if defined, indicates that the pthread_yield 
1803  *      routine is available to yield the execution of the current
1804  *      thread.  sched_yield is preferable to pthread_yield.
1805  */
1806 /* SCHED_YIELD:
1807  *      This symbol defines the way to yield the execution of
1808  *      the current thread.  Known ways are sched_yield,
1809  *      pthread_yield, and pthread_yield with NULL.
1810  */
1811 /* HAS_SCHED_YIELD:
1812  *      This symbol, if defined, indicates that the sched_yield
1813  *      routine is available to yield the execution of the current
1814  *      thread.  sched_yield is preferable to pthread_yield.
1815  */
1816 /*#define HAS_PTHREAD_YIELD     / **/
1817 #define SCHED_YIELD     sched_yield()   /**/
1818 #define HAS_SCHED_YIELD /**/
1819
1820 /* HAS_READV:
1821  *      This symbol, if defined, indicates that the readv routine is
1822  *      available to do gather reads.  You will also need <sys/uio.h>
1823  *      and there I_SYSUIO.
1824  */
1825 #define HAS_READV               /**/
1826
1827 /* HAS_RECVMSG:
1828  *      This symbol, if defined, indicates that the recvmsg routine is
1829  *      available to send structured socket messages.
1830  */
1831 #define HAS_RECVMSG             /**/
1832
1833 /* HAS_SAFE_BCOPY:
1834  *      This symbol, if defined, indicates that the bcopy routine is available
1835  *      to copy potentially overlapping memory blocks. Normally, you should
1836  *      probably use memmove() or memcpy(). If neither is defined, roll your
1837  *      own version.
1838  */
1839 /*#define HAS_SAFE_BCOPY        / **/
1840
1841 /* HAS_SAFE_MEMCPY:
1842  *      This symbol, if defined, indicates that the memcpy routine is available
1843  *      to copy potentially overlapping memory blocks.  If you need to
1844  *      copy overlapping memory blocks, you should check HAS_MEMMOVE and
1845  *      use memmove() instead, if available.
1846  */
1847 /*#define HAS_SAFE_MEMCPY       / **/
1848
1849 /* HAS_SANE_MEMCMP:
1850  *      This symbol, if defined, indicates that the memcmp routine is available
1851  *      and can be used to compare relative magnitudes of chars with their high
1852  *      bits set.  If it is not defined, roll your own version.
1853  */
1854 #define HAS_SANE_MEMCMP /**/
1855
1856 /* HAS_SBRK_PROTO:
1857  *      This symbol, if defined, indicates that the system provides
1858  *      a prototype for the sbrk() function.  Otherwise, it is up
1859  *      to the program to supply one.  Good guesses are
1860  *              extern void* sbrk _((int));
1861  *              extern void* sbrk _((size_t));
1862  */
1863 #define HAS_SBRK_PROTO  /**/
1864
1865 /* HAS_SEM:
1866  *      This symbol, if defined, indicates that the entire sem*(2) library is
1867  *      supported.
1868  */
1869 #define HAS_SEM         /**/
1870
1871 /* HAS_SENDMSG:
1872  *      This symbol, if defined, indicates that the sendmsg routine is
1873  *      available to send structured socket messages.
1874  */
1875 #define HAS_SENDMSG             /**/
1876
1877 /* HAS_SETGRENT:
1878  *      This symbol, if defined, indicates that the setgrent routine is
1879  *      available for initializing sequential access of the group database.
1880  */
1881 #define HAS_SETGRENT            /**/
1882
1883 /* HAS_SETGROUPS:
1884  *      This symbol, if defined, indicates that the setgroups() routine is
1885  *      available to set the list of process groups.  If unavailable, multiple
1886  *      groups are probably not supported.
1887  */
1888 #define HAS_SETGROUPS           /**/
1889
1890 /* HAS_SETHOSTENT:
1891  *      This symbol, if defined, indicates that the sethostent() routine is
1892  *      available.
1893  */
1894 #define HAS_SETHOSTENT          /**/
1895
1896 /* HAS_SETITIMER:
1897  *      This symbol, if defined, indicates that the setitimer routine is
1898  *      available to set interval timers.
1899  */
1900 #define HAS_SETITIMER           /**/
1901
1902 /* HAS_SETNETENT:
1903  *      This symbol, if defined, indicates that the setnetent() routine is
1904  *      available.
1905  */
1906 #define HAS_SETNETENT           /**/
1907
1908 /* HAS_SETPROTOENT:
1909  *      This symbol, if defined, indicates that the setprotoent() routine is
1910  *      available.
1911  */
1912 #define HAS_SETPROTOENT         /**/
1913
1914 /* HAS_SETPGRP:
1915  *      This symbol, if defined, indicates that the setpgrp routine is
1916  *      available to set the current process group.
1917  */
1918 /* USE_BSD_SETPGRP:
1919  *      This symbol, if defined, indicates that setpgrp needs two
1920  *      arguments whereas USG one needs none.  See also HAS_SETPGID
1921  *      for a POSIX interface.
1922  */
1923 #define HAS_SETPGRP             /**/
1924 #define USE_BSD_SETPGRP /**/
1925
1926 /* HAS_SETPROCTITLE:
1927  *      This symbol, if defined, indicates that the setproctitle routine is
1928  *      available to set process title.
1929  */
1930 /*#define HAS_SETPROCTITLE              / **/
1931
1932 /* HAS_SETPWENT:
1933  *      This symbol, if defined, indicates that the setpwent routine is
1934  *      available for initializing sequential access of the passwd database.
1935  */
1936 #define HAS_SETPWENT            /**/
1937
1938 /* HAS_SETSERVENT:
1939  *      This symbol, if defined, indicates that the setservent() routine is
1940  *      available.
1941  */
1942 #define HAS_SETSERVENT          /**/
1943
1944 /* HAS_SETVBUF:
1945  *      This symbol, if defined, indicates that the setvbuf routine is
1946  *      available to change buffering on an open stdio stream.
1947  *      to a line-buffered mode.
1948  */
1949 #define HAS_SETVBUF             /**/
1950
1951 /* USE_SFIO:
1952  *      This symbol, if defined, indicates that sfio should
1953  *      be used.
1954  */
1955 /*#define       USE_SFIO                / **/
1956
1957 /* HAS_SHM:
1958  *      This symbol, if defined, indicates that the entire shm*(2) library is
1959  *      supported.
1960  */
1961 #define HAS_SHM         /**/
1962
1963 /* HAS_SIGACTION:
1964  *      This symbol, if defined, indicates that Vr4's sigaction() routine
1965  *      is available.
1966  */
1967 #define HAS_SIGACTION   /**/
1968
1969 /* HAS_SIGSETJMP:
1970  *      This variable indicates to the C program that the sigsetjmp()
1971  *      routine is available to save the calling process's registers
1972  *      and stack environment for later use by siglongjmp(), and
1973  *      to optionally save the process's signal mask.  See
1974  *      Sigjmp_buf, Sigsetjmp, and Siglongjmp.
1975  */
1976 /* Sigjmp_buf:
1977  *      This is the buffer type to be used with Sigsetjmp and Siglongjmp.
1978  */
1979 /* Sigsetjmp:
1980  *      This macro is used in the same way as sigsetjmp(), but will invoke
1981  *      traditional setjmp() if sigsetjmp isn't available.
1982  *      See HAS_SIGSETJMP.
1983  */
1984 /* Siglongjmp:
1985  *      This macro is used in the same way as siglongjmp(), but will invoke
1986  *      traditional longjmp() if siglongjmp isn't available.
1987  *      See HAS_SIGSETJMP.
1988  */
1989 #define HAS_SIGSETJMP   /**/
1990 #ifdef HAS_SIGSETJMP
1991 #define Sigjmp_buf sigjmp_buf
1992 #define Sigsetjmp(buf,save_mask) sigsetjmp((buf),(save_mask))
1993 #define Siglongjmp(buf,retval) siglongjmp((buf),(retval))
1994 #else
1995 #define Sigjmp_buf jmp_buf
1996 #define Sigsetjmp(buf,save_mask) setjmp((buf))
1997 #define Siglongjmp(buf,retval) longjmp((buf),(retval))
1998 #endif
1999
2000 /* HAS_SOCKET:
2001  *      This symbol, if defined, indicates that the BSD socket interface is
2002  *      supported.
2003  */
2004 /* HAS_SOCKETPAIR:
2005  *      This symbol, if defined, indicates that the BSD socketpair() call is
2006  *      supported.
2007  */
2008 /* HAS_MSG_CTRUNC:
2009  *      This symbol, if defined, indicates that the MSG_CTRUNC is supported.
2010  *      Checking just with #ifdef might not be enough because this symbol
2011  *      has been known to be an enum.
2012  */
2013 /* HAS_MSG_DONTROUTE:
2014  *      This symbol, if defined, indicates that the MSG_DONTROUTE is supported.
2015  *      Checking just with #ifdef might not be enough because this symbol
2016  *      has been known to be an enum.
2017  */
2018 /* HAS_MSG_OOB:
2019  *      This symbol, if defined, indicates that the MSG_OOB is supported.
2020  *      Checking just with #ifdef might not be enough because this symbol
2021  *      has been known to be an enum.
2022  */
2023 /* HAS_MSG_PEEK:
2024  *      This symbol, if defined, indicates that the MSG_PEEK is supported.
2025  *      Checking just with #ifdef might not be enough because this symbol
2026  *      has been known to be an enum.
2027  */
2028 /* HAS_MSG_PROXY:
2029  *      This symbol, if defined, indicates that the MSG_PROXY is supported.
2030  *      Checking just with #ifdef might not be enough because this symbol
2031  *      has been known to be an enum.
2032  */
2033 /* HAS_SCM_RIGHTS:
2034  *      This symbol, if defined, indicates that the SCM_RIGHTS is supported.
2035  *      Checking just with #ifdef might not be enough because this symbol
2036  *      has been known to be an enum.
2037  */
2038 #define HAS_SOCKET              /**/
2039 #define HAS_SOCKETPAIR  /**/
2040 #define HAS_MSG_CTRUNC  /**/
2041 #define HAS_MSG_DONTROUTE       /**/
2042 #define HAS_MSG_OOB     /**/
2043 #define HAS_MSG_PEEK    /**/
2044 /*#define       HAS_MSG_PROXY   / **/
2045 #define HAS_SCM_RIGHTS  /**/
2046
2047 /* HAS_SOCKS5_INIT:
2048  *      This symbol, if defined, indicates that the socks5_init routine is
2049  *      available to initialize SOCKS 5.
2050  */
2051 /*#define HAS_SOCKS5_INIT               / **/
2052
2053 /* HAS_SQRTL:
2054  *      This symbol, if defined, indicates that the sqrtl routine is
2055  *      available to do long double square roots.
2056  */
2057 #define HAS_SQRTL               /**/
2058
2059 /* USE_STAT_BLOCKS:
2060  *      This symbol is defined if this system has a stat structure declaring
2061  *      st_blksize and st_blocks.
2062  */
2063 #ifndef USE_STAT_BLOCKS
2064 #define USE_STAT_BLOCKS         /**/
2065 #endif
2066
2067 /* HAS_STRUCT_STATFS_F_FLAGS:
2068  *      This symbol, if defined, indicates that the struct statfs
2069  *      does have the f_flags member containing the mount flags of
2070  *      the filesystem containing the file.
2071  *      This kind of struct statfs is coming from <sys/mount.h> (BSD 4.3),
2072  *      not from <sys/statfs.h> (SYSV).  Older BSDs (like Ultrix) do not
2073  *      have statfs() and struct statfs, they have ustat() and getmnt()
2074  *      with struct ustat and struct fs_data.
2075  */
2076 #define HAS_STRUCT_STATFS_F_FLAGS               /**/
2077
2078 /* HAS_STRUCT_STATFS:
2079  *      This symbol, if defined, indicates that the struct statfs
2080  *      to do statfs() is supported.
2081  */
2082 #define HAS_STRUCT_STATFS       /**/
2083
2084 /* HAS_FSTATVFS:
2085  *      This symbol, if defined, indicates that the fstatvfs routine is
2086  *      available to stat filesystems by file descriptors.
2087  */
2088 #define HAS_FSTATVFS            /**/
2089
2090 /* USE_STDIO_PTR:
2091  *      This symbol is defined if the _ptr and _cnt fields (or similar)
2092  *      of the stdio FILE structure can be used to access the stdio buffer
2093  *      for a file handle.  If this is defined, then the FILE_ptr(fp)
2094  *      and FILE_cnt(fp) macros will also be defined and should be used
2095  *      to access these fields.
2096  */
2097 /* FILE_ptr:
2098  *      This macro is used to access the _ptr field (or equivalent) of the
2099  *      FILE structure pointed to by its argument. This macro will always be
2100  *      defined if USE_STDIO_PTR is defined.
2101  */
2102 /* STDIO_PTR_LVALUE:
2103  *      This symbol is defined if the FILE_ptr macro can be used as an
2104  *      lvalue.
2105  */
2106 /* FILE_cnt:
2107  *      This macro is used to access the _cnt field (or equivalent) of the
2108  *      FILE structure pointed to by its argument. This macro will always be
2109  *      defined if USE_STDIO_PTR is defined.
2110  */
2111 /* STDIO_CNT_LVALUE:
2112  *      This symbol is defined if the FILE_cnt macro can be used as an
2113  *      lvalue.
2114  */
2115 /* STDIO_PTR_LVAL_SETS_CNT:
2116  *      This symbol is defined if using the FILE_ptr macro as an lvalue
2117  *      to increase the pointer by n has the side effect of decreasing the
2118  *      value of File_cnt(fp) by n.
2119  */
2120 /* STDIO_PTR_LVAL_NOCHANGE_CNT:
2121  *      This symbol is defined if using the FILE_ptr macro as an lvalue
2122  *      to increase the pointer by n leaves File_cnt(fp) unchanged.
2123  */
2124 #define USE_STDIO_PTR   /**/
2125 #ifdef USE_STDIO_PTR
2126 #define FILE_ptr(fp)    ((fp)->_ptr)
2127 #define STDIO_PTR_LVALUE                /**/
2128 #define FILE_cnt(fp)    ((fp)->_cnt)
2129 #define STDIO_CNT_LVALUE                /**/
2130 /*#define STDIO_PTR_LVAL_SETS_CNT       / **/
2131 #define STDIO_PTR_LVAL_NOCHANGE_CNT     /**/
2132 #endif
2133
2134 /* USE_STDIO_BASE:
2135  *      This symbol is defined if the _base field (or similar) of the
2136  *      stdio FILE structure can be used to access the stdio buffer for
2137  *      a file handle.  If this is defined, then the FILE_base(fp) macro
2138  *      will also be defined and should be used to access this field.
2139  *      Also, the FILE_bufsiz(fp) macro will be defined and should be used
2140  *      to determine the number of bytes in the buffer.  USE_STDIO_BASE
2141  *      will never be defined unless USE_STDIO_PTR is.
2142  */
2143 /* FILE_base:
2144  *      This macro is used to access the _base field (or equivalent) of the
2145  *      FILE structure pointed to by its argument. This macro will always be
2146  *      defined if USE_STDIO_BASE is defined.
2147  */
2148 /* FILE_bufsiz:
2149  *      This macro is used to determine the number of bytes in the I/O
2150  *      buffer pointed to by _base field (or equivalent) of the FILE
2151  *      structure pointed to its argument. This macro will always be defined
2152  *      if USE_STDIO_BASE is defined.
2153  */
2154 #define USE_STDIO_BASE  /**/
2155 #ifdef USE_STDIO_BASE
2156 #define FILE_base(fp)   ((fp)->_base)
2157 #define FILE_bufsiz(fp) ((fp)->_cnt + (fp)->_ptr - (fp)->_base)
2158 #endif
2159
2160 /* HAS_STRERROR:
2161  *      This symbol, if defined, indicates that the strerror routine is
2162  *      available to translate error numbers to strings. See the writeup
2163  *      of Strerror() in this file before you try to define your own.
2164  */
2165 /* HAS_SYS_ERRLIST:
2166  *      This symbol, if defined, indicates that the sys_errlist array is
2167  *      available to translate error numbers to strings. The extern int
2168  *      sys_nerr gives the size of that table.
2169  */
2170 /* Strerror:
2171  *      This preprocessor symbol is defined as a macro if strerror() is
2172  *      not available to translate error numbers to strings but sys_errlist[]
2173  *      array is there.
2174  */
2175 #define HAS_STRERROR            /**/
2176 #define HAS_SYS_ERRLIST /**/
2177 #define Strerror(e) strerror(e)
2178
2179 /* HAS_STRTOLD:
2180  *      This symbol, if defined, indicates that the strtold routine is
2181  *      available to convert strings to long doubles.
2182  */
2183 /*#define HAS_STRTOLD           / **/
2184
2185 /* HAS_STRTOLL:
2186  *      This symbol, if defined, indicates that the strtoll routine is
2187  *      available to convert strings to long longs.
2188  */
2189 /*#define HAS_STRTOLL           / **/
2190
2191 /* HAS_STRTOQ:
2192  *      This symbol, if defined, indicates that the strtoq routine is
2193  *      available to convert strings to long longs (quads).
2194  */
2195 /*#define HAS_STRTOQ            / **/
2196
2197 /* HAS_STRTOUL:
2198  *      This symbol, if defined, indicates that the strtoul routine is
2199  *      available to provide conversion of strings to unsigned long.
2200  */
2201 #define HAS_STRTOUL     /**/
2202
2203 /* HAS_STRTOULL:
2204  *      This symbol, if defined, indicates that the strtoull routine is
2205  *      available to convert strings to unsigned long longs.
2206  */
2207 /*#define HAS_STRTOULL          / **/
2208
2209 /* HAS_STRTOUQ:
2210  *      This symbol, if defined, indicates that the strtouq routine is
2211  *      available to convert strings to unsigned long longs (quads).
2212  */
2213 /*#define HAS_STRTOUQ           / **/
2214
2215 /* HAS_TELLDIR_PROTO:
2216  *      This symbol, if defined, indicates that the system provides
2217  *      a prototype for the telldir() function.  Otherwise, it is up
2218  *      to the program to supply one.  A good guess is
2219  *              extern long telldir _((DIR*));
2220  */
2221 #define HAS_TELLDIR_PROTO       /**/
2222
2223 /* Time_t:
2224  *      This symbol holds the type returned by time(). It can be long,
2225  *      or time_t on BSD sites (in which case <sys/types.h> should be
2226  *      included).
2227  */
2228 #define Time_t time_t           /* Time type */
2229
2230 /* HAS_TIMES:
2231  *      This symbol, if defined, indicates that the times() routine exists.
2232  *      Note that this became obsolete on some systems (SUNOS), which now
2233  * use getrusage(). It may be necessary to include <sys/times.h>.
2234  */
2235 #define HAS_TIMES               /**/
2236
2237 /* HAS_UALARM:
2238  *      This symbol, if defined, indicates that the ualarm routine is
2239  *      available to do alarms with microsecond granularity.
2240  */
2241 #define HAS_UALARM              /**/
2242
2243 /* HAS_UNION_SEMUN:
2244  *      This symbol, if defined, indicates that the union semun is
2245  *      defined by including <sys/sem.h>.  If not, the user code
2246  *      probably needs to define it as:
2247  *      union semun {
2248  *          int val;
2249  *          struct semid_ds *buf;
2250  *          unsigned short *array;
2251  *      }
2252  */
2253 /* USE_SEMCTL_SEMUN:
2254  *      This symbol, if defined, indicates that union semun is
2255  *      used for semctl IPC_STAT.
2256  */
2257 /* USE_SEMCTL_SEMID_DS:
2258  *      This symbol, if defined, indicates that struct semid_ds * is
2259  *      used for semctl IPC_STAT.
2260  */
2261 /*#define HAS_UNION_SEMUN       / **/
2262 #define USE_SEMCTL_SEMUN        /**/
2263 #define USE_SEMCTL_SEMID_DS     /**/
2264
2265 /* HAS_USTAT:
2266  *      This symbol, if defined, indicates that the ustat system call is
2267  *      available to query file system statistics by dev_t.
2268  */
2269 #define HAS_USTAT               /**/
2270
2271 /* HAS_VFORK:
2272  *      This symbol, if defined, indicates that vfork() exists.
2273  */
2274 /*#define HAS_VFORK     / **/
2275
2276 /* Signal_t:
2277  *      This symbol's value is either "void" or "int", corresponding to the
2278  *      appropriate return type of a signal handler.  Thus, you can declare
2279  *      a signal handler using "Signal_t (*handler)()", and define the
2280  *      handler using "Signal_t handler(sig)".
2281  */
2282 #define Signal_t void   /* Signal handler's return type */
2283
2284 /* HAS_VPRINTF:
2285  *      This symbol, if defined, indicates that the vprintf routine is available
2286  *      to printf with a pointer to an argument list.  If unavailable, you
2287  *      may need to write your own, probably in terms of _doprnt().
2288  */
2289 /* USE_CHAR_VSPRINTF:
2290  *      This symbol is defined if this system has vsprintf() returning type
2291  *      (char*).  The trend seems to be to declare it as "int vsprintf()".  It
2292  *      is up to the package author to declare vsprintf correctly based on the
2293  *      symbol.
2294  */
2295 #define HAS_VPRINTF     /**/
2296 /*#define USE_CHAR_VSPRINTF     / **/
2297
2298 /* HAS_WRITEV:
2299  *      This symbol, if defined, indicates that the writev routine is
2300  *      available to do scatter writes.
2301  */
2302 #define HAS_WRITEV              /**/
2303
2304 /* USE_DYNAMIC_LOADING:
2305  *      This symbol, if defined, indicates that dynamic loading of
2306  *      some sort is available.
2307  */
2308 #define USE_DYNAMIC_LOADING             /**/
2309
2310 /* DOUBLESIZE:
2311  *      This symbol contains the size of a double, so that the C preprocessor
2312  *      can make decisions based on it.
2313  */
2314 #define DOUBLESIZE 8            /**/
2315
2316 /* EBCDIC:
2317  *     This symbol, if defined, indicates that this system uses
2318  *      EBCDIC encoding.
2319  */
2320 /*#define       EBCDIC          / **/
2321
2322 /* FFLUSH_NULL:
2323  *      This symbol, if defined, tells that fflush(NULL) does flush
2324  *      all pending stdio output.
2325  */
2326 /* FFLUSH_ALL:
2327  *      This symbol, if defined, tells that to flush
2328  *      all pending stdio output one must loop through all
2329  *      the stdio file handles stored in an array and fflush them.
2330  *      Note that if fflushNULL is defined, fflushall will not
2331  *      even be probed for and will be left undefined.
2332  */
2333 #define FFLUSH_NULL             /**/
2334 /*#define       FFLUSH_ALL              / **/
2335
2336 /* Fpos_t:
2337  *      This symbol holds the type used to declare file positions in libc.
2338  *      It can be fpos_t, long, uint, etc... It may be necessary to include
2339  *      <sys/types.h> to get any typedef'ed information.
2340  */
2341 #define Fpos_t fpos_t           /* File position type */
2342
2343 /* Gid_t_f:
2344  *      This symbol defines the format string used for printing a Gid_t.
2345  */
2346 #define Gid_t_f         "u"             /**/
2347
2348 /* Gid_t_sign:
2349  *      This symbol holds the signedess of a Gid_t.
2350  *      1 for unsigned, -1 for signed.
2351  */
2352 #define Gid_t_sign      1               /* GID sign */
2353
2354 /* Gid_t_size:
2355  *      This symbol holds the size of a Gid_t in bytes.
2356  */
2357 #define Gid_t_size 4            /* GID size */
2358
2359 /* Gid_t:
2360  *      This symbol holds the return type of getgid() and the type of
2361  *      argument to setrgid() and related functions.  Typically,
2362  *      it is the type of group ids in the kernel. It can be int, ushort,
2363  *      gid_t, etc... It may be necessary to include <sys/types.h> to get
2364  *      any typedef'ed information.
2365  */
2366 #define Gid_t gid_t             /* Type for getgid(), etc... */
2367
2368 /* Groups_t:
2369  *      This symbol holds the type used for the second argument to
2370  *      getgroups() and setgroups().  Usually, this is the same as
2371  *      gidtype (gid_t) , but sometimes it isn't.
2372  *      It can be int, ushort, gid_t, etc... 
2373  *      It may be necessary to include <sys/types.h> to get any 
2374  *      typedef'ed information.  This is only required if you have
2375  *      getgroups() or setgroups()..
2376  */
2377 #if defined(HAS_GETGROUPS) || defined(HAS_SETGROUPS)
2378 #define Groups_t gid_t  /* Type for 2nd arg to [sg]etgroups() */
2379 #endif
2380
2381 /* DB_Prefix_t:
2382  *      This symbol contains the type of the prefix structure element
2383  *      in the <db.h> header file.  In older versions of DB, it was
2384  *      int, while in newer ones it is u_int32_t.
2385  */
2386 /* DB_Hash_t:
2387  *      This symbol contains the type of the prefix structure element
2388  *      in the <db.h> header file.  In older versions of DB, it was
2389  *      int, while in newer ones it is size_t.
2390  */
2391 /* DB_VERSION_MAJOR_CFG:
2392  *      This symbol, if defined, defines the major version number of
2393  *      Berkeley DB found in the <db.h> header when Perl was configured.
2394  */
2395 /* DB_VERSION_MINOR_CFG:
2396  *      This symbol, if defined, defines the minor version number of
2397  *      Berkeley DB found in the <db.h> header when Perl was configured.
2398  *      For DB version 1 this is always 0.
2399  */
2400 /* DB_VERSION_PATCH_CFG:
2401  *      This symbol, if defined, defines the patch version number of
2402  *      Berkeley DB found in the <db.h> header when Perl was configured.
2403  *      For DB version 1 this is always 0.
2404  */
2405 #define DB_Hash_t       u_int32_t               /**/
2406 #define DB_Prefix_t     size_t          /**/
2407 #define DB_VERSION_MAJOR_CFG    1       /**/
2408 #define DB_VERSION_MINOR_CFG    0       /**/
2409 #define DB_VERSION_PATCH_CFG    0       /**/
2410
2411 /* I_GRP:
2412  *      This symbol, if defined, indicates to the C program that it should
2413  *      include <grp.h>.
2414  */
2415 /* GRPASSWD:
2416  *      This symbol, if defined, indicates to the C program that struct group
2417  *      in <grp.h> contains gr_passwd.
2418  */
2419 #define I_GRP           /**/
2420 #define GRPASSWD        /**/
2421
2422 /* I_ICONV:
2423  *      This symbol, if defined, indicates that <iconv.h> exists and
2424  *      should be included.
2425  */
2426 #define I_ICONV         /**/
2427
2428 /* I_IEEEFP:
2429  *      This symbol, if defined, indicates that <ieeefp.h> exists and
2430  *      should be included.
2431  */
2432 /*#define       I_IEEEFP                / **/
2433
2434 /* I_INTTYPES:
2435  *     This symbol, if defined, indicates to the C program that it should
2436  *     include <inttypes.h>.
2437  */
2438 /*#define   I_INTTYPES                / **/
2439
2440 /* I_LIBUTIL:
2441  *      This symbol, if defined, indicates that <libutil.h> exists and
2442  *      should be included.
2443  */
2444 /*#define       I_LIBUTIL               / **/
2445
2446 /* I_MACH_CTHREADS:
2447  *     This symbol, if defined, indicates to the C program that it should
2448  *     include <mach/cthreads.h>.
2449  */
2450 /*#define   I_MACH_CTHREADS     / **/
2451
2452 /* I_MNTENT:
2453  *      This symbol, if defined, indicates that <mntent.h> exists and
2454  *      should be included.
2455  */
2456 /*#define       I_MNTENT                / **/
2457
2458 /* I_NETDB:
2459  *      This symbol, if defined, indicates that <netdb.h> exists and
2460  *      should be included.
2461  */
2462 #define I_NETDB         /**/
2463
2464 /* I_NETINET_TCP:
2465  *     This symbol, if defined, indicates to the C program that it should
2466  *     include <netinet/tcp.h>.
2467  */
2468 #define   I_NETINET_TCP                /**/
2469
2470 /* I_POLL:
2471  *      This symbol, if defined, indicates that <poll.h> exists and
2472  *      should be included.
2473  */
2474 #define I_POLL          /**/
2475
2476 /* I_PROT:
2477  *      This symbol, if defined, indicates that <prot.h> exists and
2478  *      should be included.
2479  */
2480 #define I_PROT          /**/
2481
2482 /* I_PTHREAD:
2483  *     This symbol, if defined, indicates to the C program that it should
2484  *     include <pthread.h>.
2485  */
2486 #define   I_PTHREAD     /**/
2487
2488 /* I_PWD:
2489  *      This symbol, if defined, indicates to the C program that it should
2490  *      include <pwd.h>.
2491  */
2492 /* PWQUOTA:
2493  *      This symbol, if defined, indicates to the C program that struct passwd
2494  *      contains pw_quota.
2495  */
2496 /* PWAGE:
2497  *      This symbol, if defined, indicates to the C program that struct passwd
2498  *      contains pw_age.
2499  */
2500 /* PWCHANGE:
2501  *      This symbol, if defined, indicates to the C program that struct passwd
2502  *      contains pw_change.
2503  */
2504 /* PWCLASS:
2505  *      This symbol, if defined, indicates to the C program that struct passwd
2506  *      contains pw_class.
2507  */
2508 /* PWEXPIRE:
2509  *      This symbol, if defined, indicates to the C program that struct passwd
2510  *      contains pw_expire.
2511  */
2512 /* PWCOMMENT:
2513  *      This symbol, if defined, indicates to the C program that struct passwd
2514  *      contains pw_comment.
2515  */
2516 /* PWGECOS:
2517  *      This symbol, if defined, indicates to the C program that struct passwd
2518  *      contains pw_gecos.
2519  */
2520 /* PWPASSWD:
2521  *      This symbol, if defined, indicates to the C program that struct passwd
2522  *      contains pw_passwd.
2523  */
2524 #define I_PWD           /**/
2525 #define PWQUOTA /**/
2526 /*#define PWAGE / **/
2527 /*#define PWCHANGE      / **/
2528 /*#define PWCLASS       / **/
2529 /*#define PWEXPIRE      / **/
2530 #define PWCOMMENT       /**/
2531 #define PWGECOS /**/
2532 #define PWPASSWD        /**/
2533
2534 /* I_SHADOW:
2535  *      This symbol, if defined, indicates that <shadow.h> exists and
2536  *      should be included.
2537  */
2538 /*#define       I_SHADOW                / **/
2539
2540 /* I_SOCKS:
2541  *      This symbol, if defined, indicates that <socks.h> exists and
2542  *      should be included.
2543  */
2544 /*#define       I_SOCKS         / **/
2545
2546 /* I_SUNMATH:
2547  *      This symbol, if defined, indicates that <sunmath.h> exists and
2548  *      should be included.
2549  */
2550 /*#define       I_SUNMATH               / **/
2551
2552 /* I_SYSLOG:
2553  *      This symbol, if defined, indicates that <syslog.h> exists and
2554  *      should be included.
2555  */
2556 #define I_SYSLOG                /**/
2557
2558 /* I_SYSMODE:
2559  *      This symbol, if defined, indicates that <sys/mode.h> exists and
2560  *      should be included.
2561  */
2562 #define I_SYSMODE               /**/
2563
2564 /* I_SYS_MOUNT:
2565  *      This symbol, if defined, indicates that <sys/mount.h> exists and
2566  *      should be included.
2567  */
2568 #define I_SYS_MOUNT             /**/
2569
2570 /* I_SYS_STATFS:
2571  *      This symbol, if defined, indicates that <sys/statfs.h> exists.
2572  */
2573 /*#define       I_SYS_STATFS            / **/
2574
2575 /* I_SYS_STATVFS:
2576  *      This symbol, if defined, indicates that <sys/statvfs.h> exists and
2577  *      should be included.
2578  */
2579 #define I_SYS_STATVFS           /**/
2580
2581 /* I_SYSUIO:
2582  *      This symbol, if defined, indicates that <sys/uio.h> exists and
2583  *      should be included.
2584  */
2585 #define I_SYSUIO                /**/
2586
2587 /* I_SYSUTSNAME:
2588  *      This symbol, if defined, indicates that <sys/utsname.h> exists and
2589  *      should be included.
2590  */
2591 #define I_SYSUTSNAME            /**/
2592
2593 /* I_SYS_VFS:
2594  *      This symbol, if defined, indicates that <sys/vfs.h> exists and
2595  *      should be included.
2596  */
2597 /*#define       I_SYS_VFS               / **/
2598
2599 /* I_TIME:
2600  *      This symbol, if defined, indicates to the C program that it should
2601  *      include <time.h>.
2602  */
2603 /* I_SYS_TIME:
2604  *      This symbol, if defined, indicates to the C program that it should
2605  *      include <sys/time.h>.
2606  */
2607 /* I_SYS_TIME_KERNEL:
2608  *      This symbol, if defined, indicates to the C program that it should
2609  *      include <sys/time.h> with KERNEL defined.
2610  */
2611 /*#define I_TIME                / **/
2612 #define I_SYS_TIME              /**/
2613 /*#define I_SYS_TIME_KERNEL             / **/
2614
2615 /* I_USTAT:
2616  *      This symbol, if defined, indicates that <ustat.h> exists and
2617  *      should be included.
2618  */
2619 #define I_USTAT         /**/
2620
2621 /* PERL_INC_VERSION_LIST:
2622  *      This variable specifies the list of subdirectories in over
2623  *      which perl.c:incpush() and lib/lib.pm will automatically
2624  *      search when adding directories to @INC, in a format suitable
2625  *      for a C initialization string.  See the inc_version_list entry
2626  *      in Porting/Glossary for more details.
2627  */
2628 #define PERL_INC_VERSION_LIST 0         /**/
2629
2630 /* INSTALL_USR_BIN_PERL:
2631  *      This symbol, if defined, indicates that Perl is to be installed
2632  *      also as /usr/bin/perl.
2633  */
2634 /*#define INSTALL_USR_BIN_PERL  / **/
2635
2636 /* PERL_PRIfldbl:
2637  *      This symbol, if defined, contains the string used by stdio to
2638  *      format long doubles (format 'f') for output.
2639  */
2640 /* PERL_PRIgldbl:
2641  *      This symbol, if defined, contains the string used by stdio to
2642  *      format long doubles (format 'g') for output.
2643  */
2644 /* PERL_PRIeldbl:
2645  *      This symbol, if defined, contains the string used by stdio to
2646  *      format long doubles (format 'e') for output.
2647  */
2648 /* PERL_SCNfldbl:
2649  *      This symbol, if defined, contains the string used by stdio to
2650  *      format long doubles (format 'f') for input.
2651  */
2652 #define PERL_PRIfldbl   "f"     /**/
2653 #define PERL_PRIgldbl   "g"     /**/
2654 #define PERL_PRIeldbl   "e"     /**/
2655 #define PERL_SCNfldbl   "f"     /**/
2656
2657 /* Off_t:
2658  *      This symbol holds the type used to declare offsets in the kernel.
2659  *      It can be int, long, off_t, etc... It may be necessary to include
2660  *      <sys/types.h> to get any typedef'ed information.
2661  */
2662 /* LSEEKSIZE:
2663  *      This symbol holds the number of bytes used by the Off_t.
2664  */
2665 /* Off_t_size:
2666  *      This symbol holds the number of bytes used by the Off_t.
2667  */
2668 #define Off_t off_t             /* <offset> type */
2669 #define LSEEKSIZE 8             /* <offset> size */
2670 #define Off_t_size 8    /* <offset> size */
2671
2672 /* Free_t:
2673  *      This variable contains the return type of free().  It is usually
2674  * void, but occasionally int.
2675  */
2676 /* Malloc_t:
2677  *      This symbol is the type of pointer returned by malloc and realloc.
2678  */
2679 #define Malloc_t void *                 /**/
2680 #define Free_t void                     /**/
2681
2682 /* MYMALLOC:
2683  *      This symbol, if defined, indicates that we're using our own malloc.
2684  */
2685 /*#define MYMALLOC                      / **/
2686
2687 /* Mode_t:
2688  *      This symbol holds the type used to declare file modes 
2689  *      for systems calls.  It is usually mode_t, but may be
2690  *      int or unsigned short.  It may be necessary to include <sys/types.h>
2691  *      to get any typedef'ed information.
2692  */
2693 #define Mode_t mode_t    /* file mode parameter for system calls */
2694
2695 /* VAL_O_NONBLOCK:
2696  *      This symbol is to be used during open() or fcntl(F_SETFL) to turn on
2697  *      non-blocking I/O for the file descriptor. Note that there is no way
2698  *      back, i.e. you cannot turn it blocking again this way. If you wish to
2699  *      alternatively switch between blocking and non-blocking, use the
2700  *      ioctl(FIOSNBIO) call instead, but that is not supported by all devices.
2701  */
2702 /* VAL_EAGAIN:
2703  *      This symbol holds the errno error code set by read() when no data was
2704  *      present on the non-blocking file descriptor.
2705  */
2706 /* RD_NODATA:
2707  *      This symbol holds the return code from read() when no data is present
2708  *      on the non-blocking file descriptor. Be careful! If EOF_NONBLOCK is
2709  *      not defined, then you can't distinguish between no data and EOF by
2710  *      issuing a read(). You'll have to find another way to tell for sure!
2711  */
2712 /* EOF_NONBLOCK:
2713  *      This symbol, if defined, indicates to the C program that a read() on
2714  *      a non-blocking file descriptor will return 0 on EOF, and not the value
2715  *      held in RD_NODATA (-1 usually, in that case!).
2716  */
2717 #define VAL_O_NONBLOCK O_NONBLOCK
2718 #define VAL_EAGAIN EAGAIN
2719 #define RD_NODATA -1
2720 #define EOF_NONBLOCK
2721
2722 /* NEED_VA_COPY:
2723  *      This symbol, if defined, indicates that the system stores
2724  *      the variable argument list datatype, va_list, in a format
2725  *      that cannot be copied by simple assignment, so that some
2726  *      other means must be used when copying is required.
2727  *      As such systems vary in their provision (or non-provision)
2728  *      of copying mechanisms, handy.h defines a platform-
2729  *      independent macro, Perl_va_copy(src, dst), to do the job.
2730  */
2731 /*#define       NEED_VA_COPY            / **/
2732
2733 /* Netdb_host_t:
2734  *      This symbol holds the type used for the 1st argument
2735  *      to gethostbyaddr().
2736  */
2737 /* Netdb_hlen_t:
2738  *      This symbol holds the type used for the 2nd argument
2739  *      to gethostbyaddr().
2740  */
2741 /* Netdb_name_t:
2742  *      This symbol holds the type used for the argument to
2743  *      gethostbyname().
2744  */
2745 /* Netdb_net_t:
2746  *      This symbol holds the type used for the 1st argument to
2747  *      getnetbyaddr().
2748  */
2749 #define Netdb_host_t            const char * /**/
2750 #define Netdb_hlen_t            int /**/
2751 #define Netdb_name_t            const char * /**/
2752 #define Netdb_net_t             int /**/
2753
2754 /* PERL_OTHERLIBDIRS:
2755  *      This variable contains a colon-separated set of paths for the perl
2756  *      binary to search for additional library files or modules.
2757  *      These directories will be tacked to the end of @INC.
2758  *      Perl will automatically search below each path for version-
2759  *      and architecture-specific directories.  See PERL_INC_VERSION_LIST
2760  *      for more details.
2761  */
2762 /*#define PERL_OTHERLIBDIRS " "         / **/
2763
2764 /* IVTYPE:
2765  *      This symbol defines the C type used for Perl's IV.
2766  */
2767 /* UVTYPE:
2768  *      This symbol defines the C type used for Perl's UV.
2769  */
2770 /* I8TYPE:
2771  *      This symbol defines the C type used for Perl's I8.
2772  */
2773 /* U8TYPE:
2774  *      This symbol defines the C type used for Perl's U8.
2775  */
2776 /* I16TYPE:
2777  *      This symbol defines the C type used for Perl's I16.
2778  */
2779 /* U16TYPE:
2780  *      This symbol defines the C type used for Perl's U16.
2781  */
2782 /* I32TYPE:
2783  *      This symbol defines the C type used for Perl's I32.
2784  */
2785 /* U32TYPE:
2786  *      This symbol defines the C type used for Perl's U32.
2787  */
2788 /* I64TYPE:
2789  *      This symbol defines the C type used for Perl's I64.
2790  */
2791 /* U64TYPE:
2792  *      This symbol defines the C type used for Perl's U64.
2793  */
2794 /* NVTYPE:
2795  *      This symbol defines the C type used for Perl's NV.
2796  */
2797 /* IVSIZE:
2798  *      This symbol contains the sizeof(IV).
2799  */
2800 /* UVSIZE:
2801  *      This symbol contains the sizeof(UV).
2802  */
2803 /* I8SIZE:
2804  *      This symbol contains the sizeof(I8).
2805  */
2806 /* U8SIZE:
2807  *      This symbol contains the sizeof(U8).
2808  */
2809 /* I16SIZE:
2810  *      This symbol contains the sizeof(I16).
2811  */
2812 /* U16SIZE:
2813  *      This symbol contains the sizeof(U16).
2814  */
2815 /* I32SIZE:
2816  *      This symbol contains the sizeof(I32).
2817  */
2818 /* U32SIZE:
2819  *      This symbol contains the sizeof(U32).
2820  */
2821 /* I64SIZE:
2822  *      This symbol contains the sizeof(I64).
2823  */
2824 /* U64SIZE:
2825  *      This symbol contains the sizeof(U64).
2826  */
2827 /* NVSIZE:
2828  *      This symbol contains the sizeof(NV).
2829  */
2830 /* NV_PRESERVES_UV:
2831  *      This symbol, if defined, indicates that a variable of type NVTYPE
2832  *      can preserve all the bits of a variable of type UVTYPE.
2833  */
2834 /* NV_PRESERVES_UV_BITS:
2835  *      This symbol contains the number of bits a variable of type NVTYPE
2836  *      can preserve of a variable of type UVTYPE.
2837  */
2838 #define IVTYPE          long            /**/
2839 #define UVTYPE          unsigned long           /**/
2840 #define I8TYPE          char            /**/
2841 #define U8TYPE          unsigned char           /**/
2842 #define I16TYPE         short   /**/
2843 #define U16TYPE         unsigned short  /**/
2844 #define I32TYPE         int     /**/
2845 #define U32TYPE         unsigned int    /**/
2846 #ifdef HAS_QUAD
2847 #define I64TYPE         long    /**/
2848 #define U64TYPE         unsigned long   /**/
2849 #endif
2850 #define NVTYPE          double          /**/
2851 #define IVSIZE          8               /**/
2852 #define UVSIZE          8               /**/
2853 #define I8SIZE          1               /**/
2854 #define U8SIZE          1               /**/
2855 #define I16SIZE         2       /**/
2856 #define U16SIZE         2       /**/
2857 #define I32SIZE         4       /**/
2858 #define U32SIZE         4       /**/
2859 #ifdef HAS_QUAD
2860 #define I64SIZE         8       /**/
2861 #define U64SIZE         8       /**/
2862 #endif
2863 #define NVSIZE          8               /**/
2864 #undef  NV_PRESERVES_UV
2865 #define NV_PRESERVES_UV_BITS    53
2866
2867 /* IVdf:
2868  *      This symbol defines the format string used for printing a Perl IV
2869  *      as a signed decimal integer.
2870  */
2871 /* UVuf:
2872  *      This symbol defines the format string used for printing a Perl UV
2873  *      as an unsigned decimal integer.
2874  */
2875 /* UVof:
2876  *      This symbol defines the format string used for printing a Perl UV
2877  *      as an unsigned octal integer.
2878  */
2879 /* UVxf:
2880  *      This symbol defines the format string used for printing a Perl UV
2881  *      as an unsigned hexadecimal integer in lowercase abcdef.
2882  */
2883 /* UVXf:
2884  *      This symbol defines the format string used for printing a Perl UV
2885  *      as an unsigned hexadecimal integer in uppercase ABCDEF.
2886  */
2887 /* NVef:
2888  *      This symbol defines the format string used for printing a Perl NV
2889  *      using %e-ish floating point format.
2890  */
2891 /* NVff:
2892  *      This symbol defines the format string used for printing a Perl NV
2893  *      using %f-ish floating point format.
2894  */
2895 /* NVgf:
2896  *      This symbol defines the format string used for printing a Perl NV
2897  *      using %g-ish floating point format.
2898  */
2899 #define IVdf            "ld"            /**/
2900 #define UVuf            "lu"            /**/
2901 #define UVof            "lo"            /**/
2902 #define UVxf            "lx"            /**/
2903 #define UVXf            "lX"            /**/
2904 #define NVef            "e"             /**/
2905 #define NVff            "f"             /**/
2906 #define NVgf            "g"             /**/
2907
2908 /* Pid_t:
2909  *      This symbol holds the type used to declare process ids in the kernel.
2910  *      It can be int, uint, pid_t, etc... It may be necessary to include
2911  *      <sys/types.h> to get any typedef'ed information.
2912  */
2913 #define Pid_t pid_t             /* PID type */
2914
2915 /* PRIVLIB:
2916  *      This symbol contains the name of the private library for this package.
2917  *      The library is private in the sense that it needn't be in anyone's
2918  *      execution path, but it should be accessible by the world.  The program
2919  *      should be prepared to do ~ expansion.
2920  */
2921 /* PRIVLIB_EXP:
2922  *      This symbol contains the ~name expanded version of PRIVLIB, to be used
2923  *      in programs that are not prepared to deal with ~ expansion at run-time.
2924  */
2925 #define PRIVLIB "/opt/perl/lib/5.7.1"           /**/
2926 #define PRIVLIB_EXP "/opt/perl/lib/5.7.1"               /**/
2927
2928 /* PTRSIZE:
2929  *      This symbol contains the size of a pointer, so that the C preprocessor
2930  *      can make decisions based on it.  It will be sizeof(void *) if
2931  *      the compiler supports (void *); otherwise it will be
2932  *      sizeof(char *).
2933  */
2934 #define PTRSIZE 8               /**/
2935
2936 /* Drand01:
2937  *      This macro is to be used to generate uniformly distributed
2938  *      random numbers over the range [0., 1.[.  You may have to supply
2939  *      an 'extern double drand48();' in your program since SunOS 4.1.3
2940  *      doesn't provide you with anything relevant in it's headers.
2941  *      See HAS_DRAND48_PROTO.
2942  */
2943 /* Rand_seed_t:
2944  *      This symbol defines the type of the argument of the
2945  *      random seed function.
2946  */
2947 /* seedDrand01:
2948  *      This symbol defines the macro to be used in seeding the
2949  *      random number generator (see Drand01).
2950  */
2951 /* RANDBITS:
2952  *      This symbol indicates how many bits are produced by the
2953  *      function used to generate normalized random numbers.
2954  *      Values include 15, 16, 31, and 48.
2955  */
2956 #define Drand01()               drand48()               /**/
2957 #define Rand_seed_t             long            /**/
2958 #define seedDrand01(x)  srand48((Rand_seed_t)x) /**/
2959 #define RANDBITS                48              /**/
2960
2961 /* SELECT_MIN_BITS:
2962  *      This symbol holds the minimum number of bits operated by select.
2963  *      That is, if you do select(n, ...), how many bits at least will be
2964  *      cleared in the masks if some activity is detected.  Usually this
2965  *      is either n or 32*ceil(n/32), especially many little-endians do
2966  *      the latter.  This is only useful if you have select(), naturally.
2967  */
2968 #define SELECT_MIN_BITS         32      /**/
2969
2970 /* Select_fd_set_t:
2971  *      This symbol holds the type used for the 2nd, 3rd, and 4th
2972  *      arguments to select.  Usually, this is 'fd_set *', if HAS_FD_SET
2973  *      is defined, and 'int *' otherwise.  This is only useful if you 
2974  *      have select(), of course.
2975  */
2976 #define Select_fd_set_t         fd_set *        /**/
2977
2978 /* SIG_NAME:
2979  *      This symbol contains a list of signal names in order of
2980  *      signal number. This is intended
2981  *      to be used as a static array initialization, like this:
2982  *              char *sig_name[] = { SIG_NAME };
2983  *      The signals in the list are separated with commas, and each signal
2984  *      is surrounded by double quotes. There is no leading SIG in the signal
2985  *      name, i.e. SIGQUIT is known as "QUIT".
2986  *      Gaps in the signal numbers (up to NSIG) are filled in with NUMnn,
2987  *      etc., where nn is the actual signal number (e.g. NUM37).
2988  *      The signal number for sig_name[i] is stored in sig_num[i].
2989  *      The last element is 0 to terminate the list with a NULL.  This
2990  *      corresponds to the 0 at the end of the sig_num list.
2991  */
2992 /* SIG_NUM:
2993  *      This symbol contains a list of signal numbers, in the same order as the
2994  *      SIG_NAME list. It is suitable for static array initialization, as in:
2995  *              int sig_num[] = { SIG_NUM };
2996  *      The signals in the list are separated with commas, and the indices
2997  *      within that list and the SIG_NAME list match, so it's easy to compute
2998  *      the signal name from a number or vice versa at the price of a small
2999  *      dynamic linear lookup. 
3000  *      Duplicates are allowed, but are moved to the end of the list.
3001  *      The signal number corresponding to sig_name[i] is sig_number[i].
3002  *      if (i < NSIG) then sig_number[i] == i.  
3003  *      The last element is 0, corresponding to the 0 at the end of
3004  *      the sig_name list.
3005  */
3006 /* SIG_SIZE:
3007  *      This variable contains the number of elements of the sig_name
3008  *      and sig_num arrays, excluding the final NULL entry.
3009  */
3010 #define SIG_NAME "ZERO", "HUP", "INT", "QUIT", "ILL", "TRAP", "ABRT", "EMT", "FPE", "KILL", "BUS", "SEGV", "SYS", "PIPE", "ALRM", "TERM", "IOINT", "STOP", "TSTP", "CONT", "CHLD", "TTIN", "TTOU", "AIO", "XCPU", "XFSZ", "VTALRM", "PROF", "WINCH", "INFO", "USR1", "USR2", "RESV", "RTMIN", "NUM34", "NUM35", "NUM36", "NUM37", "NUM38", "NUM39", "NUM40", "NUM41", "NUM42", "NUM43", "NUM44", "NUM45", "NUM46", "NUM47", "MAX", "IOT", "LOST", "URG", "CLD", "IO", "POLL", "PTY", "PWR", "RTMAX", 0          /**/
3011 #define SIG_NUM  0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 6, 6, 16, 20, 23, 23, 23, 29, 48, 0          /**/
3012 #define SIG_SIZE 58                     /**/
3013
3014 /* SITEARCH:
3015  *      This symbol contains the name of the private library for this package.
3016  *      The library is private in the sense that it needn't be in anyone's
3017  *      execution path, but it should be accessible by the world.  The program
3018  *      should be prepared to do ~ expansion.
3019  *      The standard distribution will put nothing in this directory.
3020  *      After perl has been installed, users may install their own local
3021  *      architecture-dependent modules in this directory with
3022  *              MakeMaker Makefile.PL
3023  *      or equivalent.  See INSTALL for details.
3024  */
3025 /* SITEARCH_EXP:
3026  *      This symbol contains the ~name expanded version of SITEARCH, to be used
3027  *      in programs that are not prepared to deal with ~ expansion at run-time.
3028  */
3029 #define SITEARCH "/opt/perl/lib/site_perl/5.7.1/alpha-dec_osf-thread"           /**/
3030 #define SITEARCH_EXP "/opt/perl/lib/site_perl/5.7.1/alpha-dec_osf-thread"               /**/
3031
3032 /* SITELIB:
3033  *      This symbol contains the name of the private library for this package.
3034  *      The library is private in the sense that it needn't be in anyone's
3035  *      execution path, but it should be accessible by the world.  The program
3036  *      should be prepared to do ~ expansion.
3037  *      The standard distribution will put nothing in this directory.
3038  *      After perl has been installed, users may install their own local
3039  *      architecture-independent modules in this directory with
3040  *              MakeMaker Makefile.PL
3041  *      or equivalent.  See INSTALL for details.
3042  */
3043 /* SITELIB_EXP:
3044  *      This symbol contains the ~name expanded version of SITELIB, to be used
3045  *      in programs that are not prepared to deal with ~ expansion at run-time.
3046  */
3047 /* SITELIB_STEM:
3048  *      This define is SITELIB_EXP with any trailing version-specific component
3049  *      removed.  The elements in inc_version_list (inc_version_list.U) can
3050  *      be tacked onto this variable to generate a list of directories to search.
3051  */
3052 #define SITELIB "/opt/perl/lib/site_perl/5.7.1"         /**/
3053 #define SITELIB_EXP "/opt/perl/lib/site_perl/5.7.1"             /**/
3054 #define SITELIB_STEM "/opt/perl/lib/site_perl"          /**/
3055
3056 /* Size_t_size:
3057  *      This symbol holds the size of a Size_t in bytes.
3058  */
3059 #define Size_t_size 8           /* */
3060
3061 /* Size_t:
3062  *      This symbol holds the type used to declare length parameters
3063  *      for string functions.  It is usually size_t, but may be
3064  *      unsigned long, int, etc.  It may be necessary to include
3065  *      <sys/types.h> to get any typedef'ed information.
3066  */
3067 #define Size_t size_t    /* length paramater for string functions */
3068
3069 /* Sock_size_t:
3070  *      This symbol holds the type used for the size argument of
3071  *      various socket calls (just the base type, not the pointer-to).
3072  */
3073 #define Sock_size_t             int /**/
3074
3075 /* SSize_t:
3076  *      This symbol holds the type used by functions that return
3077  *      a count of bytes or an error condition.  It must be a signed type.
3078  *      It is usually ssize_t, but may be long or int, etc.
3079  *      It may be necessary to include <sys/types.h> or <unistd.h>
3080  *      to get any typedef'ed information.
3081  *      We will pick a type such that sizeof(SSize_t) == sizeof(Size_t).
3082  */
3083 #define SSize_t ssize_t  /* signed count of bytes */
3084
3085 /* STARTPERL:
3086  *      This variable contains the string to put in front of a perl
3087  *      script to make sure (one hopes) that it runs with perl and not
3088  *      some shell.
3089  */
3090 #define STARTPERL "#!/opt/perl/bin/perl5.7.1"           /**/
3091
3092 /* STDCHAR:
3093  *      This symbol is defined to be the type of char used in stdio.h.
3094  *      It has the values "unsigned char" or "char".
3095  */
3096 #define STDCHAR unsigned char   /**/
3097
3098 /* HAS_STDIO_STREAM_ARRAY:
3099  *      This symbol, if defined, tells that there is an array
3100  *      holding the stdio streams.
3101  */
3102 /* STDIO_STREAM_ARRAY:
3103  *      This symbol tells the name of the array holding the stdio streams.
3104  *      Usual values include _iob, __iob, and __sF.
3105  */
3106 #define HAS_STDIO_STREAM_ARRAY  /**/
3107 #define STDIO_STREAM_ARRAY      _iob
3108
3109 /* Uid_t_f:
3110  *      This symbol defines the format string used for printing a Uid_t.
3111  */
3112 #define Uid_t_f         "u"             /**/
3113
3114 /* Uid_t_sign:
3115  *      This symbol holds the signedess of a Uid_t.
3116  *      1 for unsigned, -1 for signed.
3117  */
3118 #define Uid_t_sign      1               /* UID sign */
3119
3120 /* Uid_t_size:
3121  *      This symbol holds the size of a Uid_t in bytes.
3122  */
3123 #define Uid_t_size 4            /* UID size */
3124
3125 /* Uid_t:
3126  *      This symbol holds the type used to declare user ids in the kernel.
3127  *      It can be int, ushort, uid_t, etc... It may be necessary to include
3128  *      <sys/types.h> to get any typedef'ed information.
3129  */
3130 #define Uid_t uid_t             /* UID type */
3131
3132 /* USE_64_BIT_INT:
3133  *      This symbol, if defined, indicates that 64-bit integers should
3134  *      be used when available.  If not defined, the native integers
3135  *      will be employed (be they 32 or 64 bits).  The minimal possible
3136  *      64-bitness is used, just enough to get 64-bit integers into Perl.
3137  *      This may mean using for example "long longs", while your memory
3138  *      may still be limited to 2 gigabytes.
3139  */
3140 /* USE_64_BIT_ALL:
3141  *      This symbol, if defined, indicates that 64-bit integers should
3142  *      be used when available.  If not defined, the native integers
3143  *      will be used (be they 32 or 64 bits).  The maximal possible
3144  *      64-bitness is employed: LP64 or ILP64, meaning that you will
3145  *      be able to use more than 2 gigabytes of memory.  This mode is
3146  *      even more binary incompatible than USE_64_BIT_INT. You may not
3147  *      be able to run the resulting executable in a 32-bit CPU at all or
3148  *      you may need at least to reboot your OS to 64-bit mode.
3149  */
3150 #ifndef USE_64_BIT_INT
3151 #define USE_64_BIT_INT          /**/
3152 #endif
3153
3154 #ifndef USE_64_BIT_ALL
3155 #define USE_64_BIT_ALL          /**/
3156 #endif
3157
3158 /* USE_LARGE_FILES:
3159  *      This symbol, if defined, indicates that large file support
3160  *      should be used when available.
3161  */
3162 #ifndef USE_LARGE_FILES
3163 #define USE_LARGE_FILES         /**/
3164 #endif
3165
3166 /* USE_LONG_DOUBLE:
3167  *      This symbol, if defined, indicates that long doubles should
3168  *      be used when available.
3169  */
3170 #ifndef USE_LONG_DOUBLE
3171 /*#define       USE_LONG_DOUBLE         / **/
3172 #endif
3173
3174 /* USE_MORE_BITS:
3175  *      This symbol, if defined, indicates that 64-bit interfaces and
3176  *      long doubles should be used when available.
3177  */
3178 #ifndef USE_MORE_BITS
3179 /*#define       USE_MORE_BITS           / **/
3180 #endif
3181
3182 /* MULTIPLICITY:
3183  *      This symbol, if defined, indicates that Perl should
3184  *      be built to use multiplicity.
3185  */
3186 #ifndef MULTIPLICITY
3187 /*#define       MULTIPLICITY            / **/
3188 #endif
3189
3190 /* USE_PERLIO:
3191  *      This symbol, if defined, indicates that the PerlIO abstraction should
3192  *      be used throughout.  If not defined, stdio should be
3193  *      used in a fully backward compatible manner.
3194  */
3195 #ifndef USE_PERLIO
3196 #define USE_PERLIO              /**/
3197 #endif
3198
3199 /* USE_SOCKS:
3200  *      This symbol, if defined, indicates that Perl should
3201  *      be built to use socks.
3202  */
3203 #ifndef USE_SOCKS
3204 /*#define       USE_SOCKS               / **/
3205 #endif
3206
3207 /* USE_ITHREADS:
3208  *      This symbol, if defined, indicates that Perl should be built to
3209  *      use the interpreter-based threading implementation.
3210  */
3211 /* USE_5005THREADS:
3212  *      This symbol, if defined, indicates that Perl should be built to
3213  *      use the 5.005-based threading implementation.
3214  */
3215 /* OLD_PTHREADS_API:
3216  *      This symbol, if defined, indicates that Perl should
3217  *      be built to use the old draft POSIX threads API.
3218  */
3219 /* USE_REENTRANT_API:
3220  *      This symbol, if defined, indicates that Perl should
3221  *      try to use the various _r versions of library functions.
3222  *      This is extremely experimental.
3223  */
3224 #define USE_5005THREADS         /**/
3225 /*#define       USE_ITHREADS            / **/
3226 #if defined(USE_5005THREADS) && !defined(USE_ITHREADS)
3227 #define         USE_THREADS             /* until src is revised*/
3228 #endif
3229 /*#define       OLD_PTHREADS_API                / **/
3230 /*#define       USE_REENTRANT_API       / **/
3231
3232 /* PERL_VENDORARCH:
3233  *      If defined, this symbol contains the name of a private library.
3234  *      The library is private in the sense that it needn't be in anyone's
3235  *      execution path, but it should be accessible by the world.
3236  *      It may have a ~ on the front. 
3237  *      The standard distribution will put nothing in this directory.
3238  *      Vendors who distribute perl may wish to place their own
3239  *      architecture-dependent modules and extensions in this directory with
3240  *              MakeMaker Makefile.PL INSTALLDIRS=vendor 
3241  *      or equivalent.  See INSTALL for details.
3242  */
3243 /* PERL_VENDORARCH_EXP:
3244  *      This symbol contains the ~name expanded version of PERL_VENDORARCH, to be used
3245  *      in programs that are not prepared to deal with ~ expansion at run-time.
3246  */
3247 /*#define PERL_VENDORARCH ""            / **/
3248 /*#define PERL_VENDORARCH_EXP ""                / **/
3249
3250 /* PERL_VENDORLIB_EXP:
3251  *      This symbol contains the ~name expanded version of VENDORLIB, to be used
3252  *      in programs that are not prepared to deal with ~ expansion at run-time.
3253  */
3254 /* PERL_VENDORLIB_STEM:
3255  *      This define is PERL_VENDORLIB_EXP with any trailing version-specific component
3256  *      removed.  The elements in inc_version_list (inc_version_list.U) can
3257  *      be tacked onto this variable to generate a list of directories to search.
3258  */
3259 /*#define PERL_VENDORLIB_EXP ""         / **/
3260 /*#define PERL_VENDORLIB_STEM ""                / **/
3261
3262 /* VOIDFLAGS:
3263  *      This symbol indicates how much support of the void type is given by this
3264  *      compiler.  What various bits mean:
3265  *
3266  *          1 = supports declaration of void
3267  *          2 = supports arrays of pointers to functions returning void
3268  *          4 = supports comparisons between pointers to void functions and
3269  *                  addresses of void functions
3270  *          8 = suports declaration of generic void pointers
3271  *
3272  *      The package designer should define VOIDUSED to indicate the requirements
3273  *      of the package.  This can be done either by #defining VOIDUSED before
3274  *      including config.h, or by defining defvoidused in Myinit.U.  If the
3275  *      latter approach is taken, only those flags will be tested.  If the
3276  *      level of void support necessary is not present, defines void to int.
3277  */
3278 #ifndef VOIDUSED
3279 #define VOIDUSED 15
3280 #endif
3281 #define VOIDFLAGS 15
3282 #if (VOIDFLAGS & VOIDUSED) != VOIDUSED
3283 #define void int                /* is void to be avoided? */
3284 #define M_VOID                  /* Xenix strikes again */
3285 #endif
3286
3287 /* PERL_XS_APIVERSION:
3288  *      This variable contains the version of the oldest perl binary
3289  *      compatible with the present perl.  perl.c:incpush() and
3290  *      lib/lib.pm will automatically search in /opt/perl/lib/site_perl/5.7.1/alpha-dec_osf-thread for older
3291  *      directories across major versions back to xs_apiversion.
3292  *      This is only useful if you have a perl library directory tree
3293  *      structured like the default one.
3294  *      See INSTALL for how this works.
3295  *      The versioned site_perl directory was introduced in 5.005,
3296  *      so that is the lowest possible value.
3297  *      Since this can depend on compile time options (such as
3298  *      bincompat) it is set by Configure.  Other non-default sources
3299  *      of potential incompatibility, such as multiplicity, threads,
3300  *      debugging, 64bits, sfio, etc., are not checked for currently,
3301  *      though in principle we could go snooping around in old
3302  *      Config.pm files.
3303  */
3304 /* PERL_PM_APIVERSION:
3305  *      This variable contains the version of the oldest perl
3306  *      compatible with the present perl.  (That is, pure perl modules
3307  *      written for pm_apiversion will still work for the current
3308  *      version).  perl.c:incpush() and lib/lib.pm will automatically
3309  *      search in /opt/perl/lib/site_perl/5.7.1 for older directories across major versions
3310  *      back to pm_apiversion.  This is only useful if you have a perl
3311  *      library directory tree structured like the default one.  The
3312  *      versioned site_perl library was introduced in 5.005, so that's
3313  *      the default setting for this variable.  It's hard to imagine
3314  *      it changing before Perl6.  It is included here for symmetry
3315  *      with xs_apiveprsion -- the searching algorithms will
3316  *      (presumably) be similar.
3317  *      See the INSTALL file for how this works.
3318  */
3319 #define PERL_XS_APIVERSION "5.7.1"
3320 #define PERL_PM_APIVERSION "5.005"
3321
3322 /* SETUID_SCRIPTS_ARE_SECURE_NOW:
3323  *      This symbol, if defined, indicates that the bug that prevents
3324  *      setuid scripts from being secure is not present in this kernel.
3325  */
3326 /* DOSUID:
3327  *      This symbol, if defined, indicates that the C program should
3328  *      check the script that it is executing for setuid/setgid bits, and
3329  *      attempt to emulate setuid/setgid on systems that have disabled
3330  *      setuid #! scripts because the kernel can't do it securely.
3331  *      It is up to the package designer to make sure that this emulation
3332  *      is done securely.  Among other things, it should do an fstat on
3333  *      the script it just opened to make sure it really is a setuid/setgid
3334  *      script, it should make sure the arguments passed correspond exactly
3335  *      to the argument on the #! line, and it should not trust any
3336  *      subprocesses to which it must pass the filename rather than the
3337  *      file descriptor of the script to be executed.
3338  */
3339 /*#define SETUID_SCRIPTS_ARE_SECURE_NOW / **/
3340 /*#define DOSUID                / **/
3341
3342 /* I_STDARG:
3343  *      This symbol, if defined, indicates that <stdarg.h> exists and should
3344  *      be included.
3345  */
3346 /* I_VARARGS:
3347  *      This symbol, if defined, indicates to the C program that it should
3348  *      include <varargs.h>.
3349  */
3350 #define I_STDARG                /**/
3351 /*#define I_VARARGS     / **/
3352
3353 /* USE_CROSS_COMPILE:
3354  *      This symbol, if defined, indicates that Perl is being cross-compiled.
3355  */
3356 /* PERL_TARGETARCH:
3357  *      This symbol, if defined, indicates the target architecture
3358  *      Perl has been cross-compiled to.  Undefined if not a cross-compile.
3359  */
3360 #ifndef USE_CROSS_COMPILE
3361 /*#define       USE_CROSS_COMPILE       / **/
3362 #define PERL_TARGETARCH ""      /**/
3363 #endif
3364
3365 /* HAS_DBMINIT_PROTO:
3366  *      This symbol, if defined, indicates that the system provides
3367  *      a prototype for the dbminit() function.  Otherwise, it is up
3368  *      to the program to supply one.  A good guess is
3369  *              extern int dbminit(char *);
3370  */
3371 /*#define       HAS_DBMINIT_PROTO       / **/
3372
3373 /* HAS_FLOCK_PROTO:
3374  *      This symbol, if defined, indicates that the system provides
3375  *      a prototype for the flock() function.  Otherwise, it is up
3376  *      to the program to supply one.  A good guess is
3377  *              extern int flock(int, int);
3378  */
3379 /*#define       HAS_FLOCK_PROTO / **/
3380
3381 /* HAS_NL_LANGINFO:
3382  *      This symbol, if defined, indicates that the nl_langinfo routine is
3383  *      available to return local data.  You will also need <langinfo.h>
3384  *      and therefore I_LANGINFO.
3385  */
3386 #define HAS_NL_LANGINFO         /**/
3387
3388 /* HAS_SIGPROCMASK:
3389  *      This symbol, if defined, indicates that the sigprocmask
3390  *      system call is available to examine or change the signal mask
3391  *      of the calling process.
3392  */
3393 #define HAS_SIGPROCMASK         /**/
3394
3395 /* HAS_SOCKATMARK:
3396  *      This symbol, if defined, indicates that the sockatmark routine is
3397  *      available to test whether a socket is at the out-of-band mark.
3398  */
3399 /*#define HAS_SOCKATMARK                / **/
3400
3401 /* HAS_SOCKATMARK_PROTO:
3402  *      This symbol, if defined, indicates that the system provides
3403  *      a prototype for the sockatmark() function.  Otherwise, it is up
3404  *      to the program to supply one.  A good guess is
3405  *              extern int sockatmark _((int));
3406  */
3407 /*#define       HAS_SOCKATMARK_PROTO    / **/
3408
3409 /* HAS_SETRESGID_PROTO:
3410  *      This symbol, if defined, indicates that the system provides
3411  *      a prototype for the setresgid() function.  Otherwise, it is up
3412  *      to the program to supply one.  Good guesses are
3413  *              extern int setresgid(uid_t ruid, uid_t euid, uid_t suid);
3414  */
3415 /*#define       HAS_SETRESGID_PROTO     / **/
3416
3417 /* HAS_SETRESUID_PROTO:
3418  *      This symbol, if defined, indicates that the system provides
3419  *      a prototype for the setresuid() function.  Otherwise, it is up
3420  *      to the program to supply one.  Good guesses are
3421  *              extern int setresuid(uid_t ruid, uid_t euid, uid_t suid);
3422  */
3423 /*#define       HAS_SETRESUID_PROTO     / **/
3424
3425 /* HAS_STRFTIME:
3426  *      This symbol, if defined, indicates that the strftime routine is
3427  *      available to do time formatting.
3428  */
3429 #define HAS_STRFTIME            /**/
3430
3431 /* HAS_SYSCALL_PROTO:
3432  *      This symbol, if defined, indicates that the system provides
3433  *      a prototype for the syscall() function.  Otherwise, it is up
3434  *      to the program to supply one.  Good guesses are
3435  *              extern int syscall(int,  ...);
3436  *              extern int syscall(long, ...);
3437  */
3438 /*#define       HAS_SYSCALL_PROTO       / **/
3439
3440 /* U32_ALIGNMENT_REQUIRED:
3441  *      This symbol, if defined, indicates that you must access
3442  *      character data through U32-aligned pointers.
3443  */
3444 #define U32_ALIGNMENT_REQUIRED  /**/
3445
3446 /* HAS_USLEEP_PROTO:
3447  *      This symbol, if defined, indicates that the system provides
3448  *      a prototype for the usleep() function.  Otherwise, it is up
3449  *      to the program to supply one.  A good guess is
3450  *              extern int usleep(useconds_t);
3451  */
3452 /*#define       HAS_USLEEP_PROTO        / **/
3453
3454 /* I_LANGINFO:
3455  *      This symbol, if defined, indicates that <langinfo.h> exists and
3456  *      should be included.
3457  */
3458 #define I_LANGINFO              /**/
3459
3460 #endif