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