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