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