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