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