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