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