1 /* This file was produced by running the config_h.SH script, which
2  * gets its values from uconfig.sh, which is generally produced by
3  * running Configure.
4  *
5  * Feel free to modify any of this as the need arises.  Note, however,
6  * that running config_h.SH again will wipe out any changes you've made.
7  * For a more permanent change edit uconfig.sh and rerun config_h.SH.
8  */
9 
10 /* Package name      : perl5
11  * Source directory  : .
12  * Configuration time: Thu Jan  1 00:00:00 GMT 1970
13  * Configured by     : root@localhost
14  * Target system     : unknown
15  */
16 
17 #ifndef _config_h_
18 #define _config_h_
19 
20 /* LOC_SED:
21  *	This symbol holds the complete pathname to the sed program.
22  */
23 #define LOC_SED 	""	/**/
24 
25 /* HAS_ALARM:
26  *	This symbol, if defined, indicates that the alarm routine is
27  *	available.
28  */
29 /*#define HAS_ALARM		/ **/
30 
31 /* HAS_CBRT:
32  *	This symbol, if defined, indicates that the cbrt() (cube root)
33  *	function is available.
34  */
35 /*#define HAS_CBRT	/ **/
36 
37 /* HAS_CHOWN:
38  *	This symbol, if defined, indicates that the chown routine is
39  *	available.
40  */
41 /*#define HAS_CHOWN		/ **/
42 
43 /* HAS_CHROOT:
44  *	This symbol, if defined, indicates that the chroot routine is
45  *	available.
46  */
47 /*#define HAS_CHROOT		/ **/
48 
49 /* HAS_CHSIZE:
50  *	This symbol, if defined, indicates that the chsize routine is available
51  *	to truncate files.  You might need a -lx to get this routine.
52  */
53 /*#define	HAS_CHSIZE		/ **/
54 
55 /* HAS_CRYPT:
56  *	This symbol, if defined, indicates that the crypt routine is available
57  *	to encrypt passwords and the like.
58  */
59 /*#define HAS_CRYPT		/ **/
60 
61 /* HAS_CTERMID:
62  *	This symbol, if defined, indicates that the ctermid routine is
63  *	available to generate filename for terminal.
64  */
65 /*#define HAS_CTERMID		/ **/
66 
67 /* HAS_CUSERID:
68  *	This symbol, if defined, indicates that the cuserid routine is
69  *	available to get character login names.
70  */
71 /*#define HAS_CUSERID		/ **/
72 
73 /* HAS_DIFFTIME:
74  *	This symbol, if defined, indicates that the difftime routine is
75  *	available.
76  */
77 /*#define HAS_DIFFTIME		/ **/
78 
79 /* HAS_DLERROR:
80  *	This symbol, if defined, indicates that the dlerror routine is
81  *	available to return a string describing the last error that
82  *	occurred from a call to dlopen(), dlclose() or dlsym().
83  */
84 /*#define HAS_DLERROR	/ **/
85 
86 /* HAS_DUP2:
87  *	This symbol, if defined, indicates that the dup2 routine is
88  *	available to duplicate file descriptors.
89  */
90 /*#define HAS_DUP2	/ **/
91 
92 /* HAS_FCHMOD:
93  *	This symbol, if defined, indicates that the fchmod routine is available
94  *	to change mode of opened files.  If unavailable, use chmod().
95  */
96 /*#define HAS_FCHMOD		/ **/
97 
98 /* HAS_FCHOWN:
99  *	This symbol, if defined, indicates that the fchown routine is available
100  *	to change ownership of opened files.  If unavailable, use chown().
101  */
102 /*#define HAS_FCHOWN		/ **/
103 
104 /* HAS_FCNTL:
105  *	This symbol, if defined, indicates to the C program that
106  *	the fcntl() function exists.
107  */
108 /*#define HAS_FCNTL		/ **/
109 
110 /* HAS_FGETPOS:
111  *	This symbol, if defined, indicates that the fgetpos routine is
112  *	available to get the file position indicator, similar to ftell().
113  */
114 /*#define HAS_FGETPOS	/ **/
115 
116 /* HAS_FLOCK:
117  *	This symbol, if defined, indicates that the flock routine is
118  *	available to do file locking.
119  */
120 /*#define HAS_FLOCK		/ **/
121 
122 /* HAS_FORK:
123  *	This symbol, if defined, indicates that the fork routine is
124  *	available.
125  */
126 #define HAS_FORK		/**/
127 
128 /* HAS_FSETPOS:
129  *	This symbol, if defined, indicates that the fsetpos routine is
130  *	available to set the file position indicator, similar to fseek().
131  */
132 /*#define HAS_FSETPOS	/ **/
133 
134 /* HAS_GETTIMEOFDAY:
135  *	This symbol, if defined, indicates that the gettimeofday() system
136  *	call is available for a sub-second accuracy clock. Usually, the file
137  *	<sys/resource.h> needs to be included (see I_SYS_RESOURCE).
138  *	The type "Timeval" should be used to refer to "struct timeval".
139  */
140 /*#define HAS_GETTIMEOFDAY	/ **/
141 #ifdef HAS_GETTIMEOFDAY
142 #define Timeval struct timeval	/* Structure used by gettimeofday() */
143 #endif
144 
145 /* HAS_GETGROUPS:
146  *	This symbol, if defined, indicates that the getgroups() routine is
147  *	available to get the list of process groups.  If unavailable, multiple
148  *	groups are probably not supported.
149  */
150 /*#define HAS_GETGROUPS		/ **/
151 
152 /* HAS_GETLOGIN:
153  *	This symbol, if defined, indicates that the getlogin routine is
154  *	available to get the login name.
155  */
156 /*#define HAS_GETLOGIN		/ **/
157 
158 /* HAS_GETPGID:
159  *	This symbol, if defined, indicates to the C program that
160  *	the getpgid(pid) function is available to get the
161  *	process group id.
162  */
163 /*#define HAS_GETPGID		/ **/
164 
165 /* HAS_GETPGRP2:
166  *	This symbol, if defined, indicates that the getpgrp2() (as in DG/UX)
167  *	routine is available to get the current process group.
168  */
169 /*#define HAS_GETPGRP2		/ **/
170 
171 /* HAS_GETPPID:
172  *	This symbol, if defined, indicates that the getppid routine is
173  *	available to get the parent process ID.
174  */
175 /*#define HAS_GETPPID		/ **/
176 
177 /* HAS_GETPRIORITY:
178  *	This symbol, if defined, indicates that the getpriority routine is
179  *	available to get a process's priority.
180  */
181 /*#define HAS_GETPRIORITY		/ **/
182 
183 /* HAS_INET_ATON:
184  *	This symbol, if defined, indicates to the C program that the
185  *	inet_aton() function is available to parse IP address "dotted-quad"
186  *	strings.
187  */
188 /*#define HAS_INET_ATON		/ **/
189 
190 /* HAS_KILLPG:
191  *	This symbol, if defined, indicates that the killpg routine is available
192  *	to kill process groups.  If unavailable, you probably should use kill
193  *	with a negative process number.
194  */
195 /*#define HAS_KILLPG	/ **/
196 
197 /* HAS_LINK:
198  *	This symbol, if defined, indicates that the link routine is
199  *	available to create hard links.
200  */
201 /*#define HAS_LINK	/ **/
202 
203 /* HAS_LOCALECONV:
204  *	This symbol, if defined, indicates that the localeconv routine is
205  *	available for numeric and monetary formatting conventions.
206  */
207 /*#define HAS_LOCALECONV	/ **/
208 
209 /* HAS_LOCKF:
210  *	This symbol, if defined, indicates that the lockf routine is
211  *	available to do file locking.
212  */
213 /*#define HAS_LOCKF		/ **/
214 
215 /* HAS_LSTAT:
216  *	This symbol, if defined, indicates that the lstat routine is
217  *	available to do file stats on symbolic links.
218  */
219 /*#define HAS_LSTAT		/ **/
220 
221 /* HAS_MBLEN:
222  *	This symbol, if defined, indicates that the mblen routine is available
223  *	to find the number of bytes in a multibye character.
224  */
225 /*#define HAS_MBLEN		/ **/
226 
227 /* HAS_MBSTOWCS:
228  *	This symbol, if defined, indicates that the mbstowcs routine is
229  *	available to convert a multibyte string into a wide character string.
230  */
231 /*#define	HAS_MBSTOWCS		/ **/
232 
233 /* HAS_MBTOWC:
234  *	This symbol, if defined, indicates that the mbtowc routine is available
235  *	to convert a multibyte to a wide character.
236  */
237 /*#define HAS_MBTOWC		/ **/
238 
239 /* HAS_MKDIR:
240  *	This symbol, if defined, indicates that the mkdir routine is available
241  *	to create directories.  Otherwise you should fork off a new process to
242  *	exec /bin/mkdir.
243  */
244 /*#define HAS_MKDIR		/ **/
245 
246 /* HAS_MKFIFO:
247  *	This symbol, if defined, indicates that the mkfifo routine is
248  *	available to create FIFOs. Otherwise, mknod should be able to
249  *	do it for you. However, if mkfifo is there, mknod might require
250  *	super-user privileges which mkfifo will not.
251  */
252 /*#define HAS_MKFIFO		/ **/
253 
254 /* HAS_MKTIME:
255  *	This symbol, if defined, indicates that the mktime routine is
256  *	available.
257  */
258 /*#define HAS_MKTIME		/ **/
259 
260 /* HAS_MSG:
261  *	This symbol, if defined, indicates that the entire msg*(2) library is
262  *	supported (IPC mechanism based on message queues).
263  */
264 /*#define HAS_MSG		/ **/
265 
266 /* HAS_MSYNC:
267  *	This symbol, if defined, indicates that the msync system call is
268  *	available to synchronize a mapped file.
269  */
270 /*#define HAS_MSYNC		/ **/
271 
272 /* HAS_MUNMAP:
273  *	This symbol, if defined, indicates that the munmap system call is
274  *	available to unmap a region, usually mapped by mmap().
275  */
276 /*#define HAS_MUNMAP		/ **/
277 
278 /* HAS_NICE:
279  *	This symbol, if defined, indicates that the nice routine is
280  *	available.
281  */
282 /*#define HAS_NICE		/ **/
283 
284 /* HAS_PATHCONF:
285  *	This symbol, if defined, indicates that pathconf() is available
286  *	to determine file-system related limits and options associated
287  *	with a given filename.
288  */
289 /* HAS_FPATHCONF:
290  *	This symbol, if defined, indicates that pathconf() is available
291  *	to determine file-system related limits and options associated
292  *	with a given open file descriptor.
293  */
294 /*#define HAS_PATHCONF		/ **/
295 /*#define HAS_FPATHCONF		/ **/
296 
297 /* HAS_PAUSE:
298  *	This symbol, if defined, indicates that the pause routine is
299  *	available to suspend a process until a signal is received.
300  */
301 /*#define HAS_PAUSE		/ **/
302 
303 /* HAS_PIPE:
304  *	This symbol, if defined, indicates that the pipe routine is
305  *	available to create an inter-process channel.
306  */
307 /*#define HAS_PIPE		/ **/
308 
309 /* HAS_POLL:
310  *	This symbol, if defined, indicates that the poll routine is
311  *	available to poll active file descriptors.  Please check I_POLL and
312  *	I_SYS_POLL to know which header should be included as well.
313  */
314 /*#define HAS_POLL		/ **/
315 
316 /* HAS_READDIR:
317  *	This symbol, if defined, indicates that the readdir routine is
318  *	available to read directory entries. You may have to include
319  *	<dirent.h>. See I_DIRENT.
320  */
321 #define HAS_READDIR		/**/
322 
323 /* HAS_SEEKDIR:
324  *	This symbol, if defined, indicates that the seekdir routine is
325  *	available. You may have to include <dirent.h>. See I_DIRENT.
326  */
327 /*#define HAS_SEEKDIR		/ **/
328 
329 /* HAS_TELLDIR:
330  *	This symbol, if defined, indicates that the telldir routine is
331  *	available. You may have to include <dirent.h>. See I_DIRENT.
332  */
333 /*#define HAS_TELLDIR		/ **/
334 
335 /* HAS_REWINDDIR:
336  *	This symbol, if defined, indicates that the rewinddir routine is
337  *	available. You may have to include <dirent.h>. See I_DIRENT.
338  */
339 /*#define HAS_REWINDDIR		/ **/
340 
341 /* HAS_READLINK:
342  *	This symbol, if defined, indicates that the readlink routine is
343  *	available to read the value of a symbolic link.
344  */
345 /*#define HAS_READLINK		/ **/
346 
347 /* HAS_REGCOMP:
348  *	This symbol, if defined, indicates that the regcomp() routine is
349  *	available to do some regular patern matching (usually on POSIX.2
350  *	conforming systems).
351  */
352 #define HAS_REGCOMP		/* POSIX.2 */
353 
354 /* HAS_RENAME:
355  *	This symbol, if defined, indicates that the rename routine is available
356  *	to rename files.  Otherwise you should do the unlink(), link(), unlink()
357  *	trick.
358  */
359 #define HAS_RENAME	/**/
360 
361 /* HAS_RMDIR:
362  *	This symbol, if defined, indicates that the rmdir routine is
363  *	available to remove directories. Otherwise you should fork off a
364  *	new process to exec /bin/rmdir.
365  */
366 /*#define HAS_RMDIR		/ **/
367 
368 /* HAS_SELECT:
369  *	This symbol, if defined, indicates that the select routine is
370  *	available to select active file descriptors. If the timeout field
371  *	is used, <sys/time.h> may need to be included.
372  */
373 /*#define HAS_SELECT	/ **/
374 
375 /* HAS_SEM:
376  *	This symbol, if defined, indicates that the entire sem*(2) library is
377  *	supported.
378  */
379 /*#define HAS_SEM		/ **/
380 
381 /* HAS_SETEGID:
382  *	This symbol, if defined, indicates that the setegid routine is available
383  *	to change the effective gid of the current program.
384  */
385 /*#define HAS_SETEGID		/ **/
386 
387 /* HAS_SETEUID:
388  *	This symbol, if defined, indicates that the seteuid routine is available
389  *	to change the effective uid of the current program.
390  */
391 /*#define HAS_SETEUID		/ **/
392 
393 /* HAS_SETGROUPS:
394  *	This symbol, if defined, indicates that the setgroups() routine is
395  *	available to set the list of process groups.  If unavailable, multiple
396  *	groups are probably not supported.
397  */
398 /*#define HAS_SETGROUPS		/ **/
399 
400 /* HAS_SETLINEBUF:
401  *	This symbol, if defined, indicates that the setlinebuf routine is
402  *	available to change stderr or stdout from block-buffered or unbuffered
403  *	to a line-buffered mode.
404  */
405 /*#define HAS_SETLINEBUF		/ **/
406 
407 /* HAS_SETPGID:
408  *	This symbol, if defined, indicates that the setpgid(pid, gpid)
409  *	routine is available to set process group ID.
410  */
411 /*#define HAS_SETPGID	/ **/
412 
413 /* HAS_SETPGRP2:
414  *	This symbol, if defined, indicates that the setpgrp2() (as in DG/UX)
415  *	routine is available to set the current process group.
416  */
417 /*#define HAS_SETPGRP2		/ **/
418 
419 /* HAS_SETPRIORITY:
420  *	This symbol, if defined, indicates that the setpriority routine is
421  *	available to set a process's priority.
422  */
423 /*#define HAS_SETPRIORITY		/ **/
424 
425 /* HAS_SETREGID:
426  *	This symbol, if defined, indicates that the setregid routine is
427  *	available to change the real and effective gid of the current
428  *	process.
429  */
430 /* HAS_SETRESGID:
431  *	This symbol, if defined, indicates that the setresgid routine is
432  *	available to change the real, effective and saved gid of the current
433  *	process.
434  */
435 /*#define HAS_SETREGID		/ **/
436 /*#define HAS_SETRESGID		/ **/
437 
438 /* HAS_SETREUID:
439  *	This symbol, if defined, indicates that the setreuid routine is
440  *	available to change the real and effective uid of the current
441  *	process.
442  */
443 /* HAS_SETRESUID:
444  *	This symbol, if defined, indicates that the setresuid routine is
445  *	available to change the real, effective and saved uid of the current
446  *	process.
447  */
448 /*#define HAS_SETREUID		/ **/
449 /*#define HAS_SETRESUID		/ **/
450 
451 /* HAS_SETRGID:
452  *	This symbol, if defined, indicates that the setrgid routine is available
453  *	to change the real gid of the current program.
454  */
455 /*#define HAS_SETRGID		/ **/
456 
457 /* HAS_SETRUID:
458  *	This symbol, if defined, indicates that the setruid routine is available
459  *	to change the real uid of the current program.
460  */
461 /*#define HAS_SETRUID		/ **/
462 
463 /* HAS_SETSID:
464  *	This symbol, if defined, indicates that the setsid routine is
465  *	available to set the process group ID.
466  */
467 /*#define HAS_SETSID	/ **/
468 
469 /* HAS_STAT:
470  *	This symbol, if defined, indicates that the stat routine is
471  *	available to get file status.
472  */
473 #define HAS_STAT	/**/
474 
475 /* HAS_STRCOLL:
476  *	This symbol, if defined, indicates that the strcoll routine is
477  *	available to compare strings using collating information.
478  */
479 /*#define HAS_STRCOLL	/ **/
480 
481 /* HAS_STRTOD:
482  *	This symbol, if defined, indicates that the strtod routine is
483  *	available to provide better numeric string conversion than atof().
484  */
485 /*#define HAS_STRTOD	/ **/
486 
487 /* HAS_STRTOL:
488  *	This symbol, if defined, indicates that the strtol routine is available
489  *	to provide better numeric string conversion than atoi() and friends.
490  */
491 #define HAS_STRTOL	/**/
492 
493 /* HAS_STRXFRM:
494  *	This symbol, if defined, indicates that the strxfrm() routine is
495  *	available to transform strings.
496  */
497 /*#define HAS_STRXFRM	/ **/
498 
499 /* HAS_SYMLINK:
500  *	This symbol, if defined, indicates that the symlink routine is available
501  *	to create symbolic links.
502  */
503 /*#define HAS_SYMLINK	/ **/
504 
505 /* HAS_SYSCALL:
506  *	This symbol, if defined, indicates that the syscall routine is
507  *	available to call arbitrary system calls. If undefined, that's tough.
508  */
509 /*#define HAS_SYSCALL	/ **/
510 
511 /* HAS_SYSCONF:
512  *	This symbol, if defined, indicates that sysconf() is available
513  *	to determine system related limits and options.
514  */
515 /*#define HAS_SYSCONF	/ **/
516 
517 /* HAS_SYSTEM:
518  *	This symbol, if defined, indicates that the system routine is
519  *	available to issue a shell command.
520  */
521 /*#define HAS_SYSTEM	/ **/
522 
523 /* HAS_TCGETPGRP:
524  *	This symbol, if defined, indicates that the tcgetpgrp routine is
525  *	available to get foreground process group ID.
526  */
527 /*#define HAS_TCGETPGRP		/ **/
528 
529 /* HAS_TCSETPGRP:
530  *	This symbol, if defined, indicates that the tcsetpgrp routine is
531  *	available to set foreground process group ID.
532  */
533 /*#define HAS_TCSETPGRP		/ **/
534 
535 /* HAS_TRUNCATE:
536  *	This symbol, if defined, indicates that the truncate routine is
537  *	available to truncate files.
538  */
539 /*#define HAS_TRUNCATE	/ **/
540 
541 /* HAS_TZNAME:
542  *	This symbol, if defined, indicates that the tzname[] array is
543  *	available to access timezone names.
544  */
545 /*#define HAS_TZNAME		/ **/
546 
547 /* HAS_UMASK:
548  *	This symbol, if defined, indicates that the umask routine is
549  *	available to set and get the value of the file creation mask.
550  */
551 /*#define HAS_UMASK		/ **/
552 
553 /* HAS_USLEEP:
554  *	This symbol, if defined, indicates that the usleep routine is
555  *	available to let the process sleep on a sub-second accuracy.
556  */
557 /*#define HAS_USLEEP		/ **/
558 
559 /* HAS_WAIT4:
560  *	This symbol, if defined, indicates that wait4() exists.
561  */
562 /*#define HAS_WAIT4	/ **/
563 
564 /* HAS_WAITPID:
565  *	This symbol, if defined, indicates that the waitpid routine is
566  *	available to wait for child process.
567  */
568 /*#define HAS_WAITPID	/ **/
569 
570 /* HAS_WCSTOMBS:
571  *	This symbol, if defined, indicates that the wcstombs routine is
572  *	available to convert wide character strings to multibyte strings.
573  */
574 /*#define HAS_WCSTOMBS	/ **/
575 
576 /* HAS_WCTOMB:
577  *	This symbol, if defined, indicates that the wctomb routine is available
578  *	to convert a wide character to a multibyte.
579  */
580 /*#define HAS_WCTOMB		/ **/
581 
582 /* Groups_t:
583  *	This symbol holds the type used for the second argument to
584  *	getgroups() and setgroups().  Usually, this is the same as
585  *	gidtype (gid_t) , but sometimes it isn't.
586  *	It can be int, ushort, gid_t, etc...
587  *	It may be necessary to include <sys/types.h> to get any
588  *	typedef'ed information.  This is only required if you have
589  *	getgroups() or setgroups()..
590  */
591 #if defined(HAS_GETGROUPS) || defined(HAS_SETGROUPS)
592 #define Groups_t int	/* Type for 2nd arg to [sg]etgroups() */
593 #endif
594 
595 /* I_ARPA_INET:
596  *	This symbol, if defined, indicates to the C program that it should
597  *	include <arpa/inet.h> to get inet_addr and friends declarations.
598  */
599 /*#define	I_ARPA_INET		/ **/
600 
601 /* I_DBM:
602  *	This symbol, if defined, indicates that <dbm.h> exists and should
603  *	be included.
604  */
605 /* I_RPCSVC_DBM:
606  *	This symbol, if defined, indicates that <rpcsvc/dbm.h> exists and
607  *	should be included.
608  */
609 /*#define I_DBM	/ **/
610 /*#define I_RPCSVC_DBM	/ **/
611 
612 /* I_DLFCN:
613  *	This symbol, if defined, indicates that <dlfcn.h> exists and should
614  *	be included.
615  */
616 /*#define I_DLFCN		/ **/
617 
618 /* I_FCNTL:
619  *	This manifest constant tells the C program to include <fcntl.h>.
620  */
621 /*#define I_FCNTL	/ **/
622 
623 /* I_GDBM:
624  *	This symbol, if defined, indicates that <gdbm.h> exists and should
625  *	be included.
626  */
627 /*#define I_GDBM	/ **/
628 
629 /* I_LOCALE:
630  *	This symbol, if defined, indicates to the C program that it should
631  *	include <locale.h>.
632  */
633 /*#define	I_LOCALE		/ **/
634 
635 /* I_NETINET_IN:
636  *	This symbol, if defined, indicates to the C program that it should
637  *	include <netinet/in.h>. Otherwise, you may try <sys/in.h>.
638  */
639 /*#define I_NETINET_IN	/ **/
640 
641 /* I_SYS_DIR:
642  *	This symbol, if defined, indicates to the C program that it should
643  *	include <sys/dir.h>.
644  */
645 /*#define I_SYS_DIR		/ **/
646 
647 /* I_SYS_FILE:
648  *	This symbol, if defined, indicates to the C program that it should
649  *	include <sys/file.h> to get definition of R_OK and friends.
650  */
651 /*#define I_SYS_FILE		/ **/
652 
653 /* I_SYS_IOCTL:
654  *	This symbol, if defined, indicates that <sys/ioctl.h> exists and should
655  *	be included. Otherwise, include <sgtty.h> or <termio.h>.
656  */
657 /* I_SYS_SOCKIO:
658  *	This symbol, if defined, indicates the <sys/sockio.h> should be included
659  *	to get socket ioctl options, like SIOCATMARK.
660  */
661 /*#define	I_SYS_IOCTL		/ **/
662 /*#define I_SYS_SOCKIO	/ **/
663 
664 /* I_SYS_NDIR:
665  *	This symbol, if defined, indicates to the C program that it should
666  *	include <sys/ndir.h>.
667  */
668 /*#define I_SYS_NDIR	/ **/
669 
670 /* I_SYS_PARAM:
671  *	This symbol, if defined, indicates to the C program that it should
672  *	include <sys/param.h>.
673  */
674 /*#define I_SYS_PARAM		/ **/
675 
676 /* I_SYS_POLL:
677  *	This symbol, if defined, indicates that the program may include
678  *	<sys/poll.h>.  When I_POLL is also defined, it's probably safest
679  *	to only include <poll.h>.
680  */
681 /*#define I_SYS_POLL	/ **/
682 
683 /* I_SYS_RESOURCE:
684  *	This symbol, if defined, indicates to the C program that it should
685  *	include <sys/resource.h>.
686  */
687 /*#define I_SYS_RESOURCE		/ **/
688 
689 /* I_SYS_SELECT:
690  *	This symbol, if defined, indicates to the C program that it should
691  *	include <sys/select.h> in order to get definition of struct timeval.
692  */
693 /*#define I_SYS_SELECT	/ **/
694 
695 /* I_SYS_STAT:
696  *	This symbol, if defined, indicates to the C program that it should
697  *	include <sys/stat.h>.
698  */
699 #define	I_SYS_STAT		/**/
700 
701 /* I_SYS_TIMES:
702  *	This symbol, if defined, indicates to the C program that it should
703  *	include <sys/times.h>.
704  */
705 /*#define	I_SYS_TIMES		/ **/
706 
707 /* I_SYS_TYPES:
708  *	This symbol, if defined, indicates to the C program that it should
709  *	include <sys/types.h>.
710  */
711 /*#define	I_SYS_TYPES		/ **/
712 
713 /* I_SYS_UN:
714  *	This symbol, if defined, indicates to the C program that it should
715  *	include <sys/un.h> to get UNIX domain socket definitions.
716  */
717 /*#define I_SYS_UN		/ **/
718 
719 /* I_SYS_WAIT:
720  *	This symbol, if defined, indicates to the C program that it should
721  *	include <sys/wait.h>.
722  */
723 /*#define I_SYS_WAIT	/ **/
724 
725 /* I_UNISTD:
726  *	This symbol, if defined, indicates to the C program that it should
727  *	include <unistd.h>.
728  */
729 /*#define I_UNISTD		/ **/
730 
731 /* I_UTIME:
732  *	This symbol, if defined, indicates to the C program that it should
733  *	include <utime.h>.
734  */
735 /*#define I_UTIME		/ **/
736 
737 /* I_VFORK:
738  *	This symbol, if defined, indicates to the C program that it should
739  *	include vfork.h.
740  */
741 /*#define I_VFORK	/ **/
742 
743 /* STDCHAR:
744  *	This symbol is defined to be the type of char used in stdio.h.
745  *	It has the values "unsigned char" or "char".
746  */
747 #define STDCHAR char	/**/
748 
749 /* INTSIZE:
750  *	This symbol contains the value of sizeof(int) so that the C
751  *	preprocessor can make decisions based on it.
752  */
753 /* LONGSIZE:
754  *	This symbol contains the value of sizeof(long) so that the C
755  *	preprocessor can make decisions based on it.
756  */
757 /* SHORTSIZE:
758  *	This symbol contains the value of sizeof(short) so that the C
759  *	preprocessor can make decisions based on it.
760  */
761 #define INTSIZE 4		/**/
762 #define LONGSIZE 4		/**/
763 #define SHORTSIZE 2		/**/
764 
765 /* MULTIARCH:
766  *	This symbol, if defined, signifies that the build
767  *	process will produce some binary files that are going to be
768  *	used in a cross-platform environment.  This is the case for
769  *	example with the NeXT "fat" binaries that contain executables
770  *	for several CPUs.
771  */
772 /*#define MULTIARCH		/ **/
773 
774 /* HAS_QUAD:
775  *	This symbol, if defined, tells that there's a 64-bit integer type,
776  *	Quad_t, and its unsigned counterpart, Uquad_t. QUADKIND will be one
777  *	of QUAD_IS_INT, QUAD_IS_LONG, QUAD_IS_LONG_LONG, QUAD_IS_INT64_T,
778  *	or QUAD_IS___INT64.
779  */
780 /*#define HAS_QUAD	/ **/
781 #ifdef HAS_QUAD
782 #   define Quad_t int64_t	/**/
783 #   define Uquad_t uint64_t	/**/
784 #   define QUADKIND 4	/**/
785 #   define QUAD_IS_INT	1
786 #   define QUAD_IS_LONG	2
787 #   define QUAD_IS_LONG_LONG	3
788 #   define QUAD_IS_INT64_T	4
789 #   define QUAD_IS___INT64	5
790 #endif
791 
792 /* HAS_ACCESSX:
793  *	This symbol, if defined, indicates that the accessx routine is
794  *	available to do extended access checks.
795  */
796 /*#define HAS_ACCESSX		/ **/
797 
798 /* HAS_EACCESS:
799  *	This symbol, if defined, indicates that the eaccess routine is
800  *	available to do extended access checks.
801  */
802 /*#define HAS_EACCESS		/ **/
803 
804 /* I_SYS_ACCESS:
805  *	This symbol, if defined, indicates to the C program that it should
806  *	include <sys/access.h>.
807  */
808 /*#define   I_SYS_ACCESS                / **/
809 
810 /* I_SYS_SECURITY:
811  *	This symbol, if defined, indicates to the C program that it should
812  *	include <sys/security.h>.
813  */
814 /*#define   I_SYS_SECURITY	/ **/
815 
816 /* MEM_ALIGNBYTES:
817  *	This symbol contains the number of bytes required to align a
818  *	double, or a long double when applicable. Usual values are 2,
819  *	4 and 8. The default is eight, for safety.  For cross-compiling
820  *	or multiarch support, Configure will set a minimum of 8.
821  */
822 #define MEM_ALIGNBYTES 4
823 
824 /* BYTEORDER:
825  *	This symbol holds the hexadecimal constant defined in byteorder,
826  *	in a UV, i.e. 0x1234 or 0x4321 or 0x12345678, etc...
827  *	If the compiler supports cross-compiling or multiple-architecture
828  *	binaries, use compiler-defined macros to
829  *	determine the byte order.
830  */
831 #if defined(MULTIARCH)
832 #  ifdef __LITTLE_ENDIAN__
833 #    if LONGSIZE == 4
834 #      define BYTEORDER 0x1234
835 #    else
836 #      if LONGSIZE == 8
837 #        define BYTEORDER 0x12345678
838 #      endif
839 #    endif
840 #  else
841 #    ifdef __BIG_ENDIAN__
842 #      if LONGSIZE == 4
843 #        define BYTEORDER 0x4321
844 #      else
845 #        if LONGSIZE == 8
846 #          define BYTEORDER 0x87654321
847 #        endif
848 #      endif
849 #    endif
850 #  endif
851 #else
852 #define BYTEORDER 0x1234	/* large digits for MSB */
853 #endif
854 
855 /* CHARBITS:
856  *	This symbol contains the size of a char, so that the C preprocessor
857  *	can make decisions based on it.
858  */
859 #define CHARBITS 8		/**/
860 
861 /* CASTI32:
862  *	This symbol is defined if the C compiler can cast negative
863  *	or large floating point numbers to 32-bit ints.
864  */
865 /*#define	CASTI32		/ **/
866 
867 /* CASTNEGFLOAT:
868  *	This symbol is defined if the C compiler can cast negative
869  *	numbers to unsigned longs, ints and shorts.
870  */
871 /* CASTFLAGS:
872  *	This symbol contains flags that say what difficulties the compiler
873  *	has casting odd floating values to unsigned long:
874  *		0 = ok
875  *		1 = couldn't cast < 0
876  *		2 = couldn't cast >= 0x80000000
877  *		4 = couldn't cast in argument expression list
878  */
879 /*#define	CASTNEGFLOAT		/ **/
880 #define CASTFLAGS 0		/**/
881 
882 /* VOID_CLOSEDIR:
883  *	This symbol, if defined, indicates that the closedir() routine
884  *	does not return a value.
885  */
886 /*#define VOID_CLOSEDIR		/ **/
887 
888 /* HAS_FD_SET:
889  *	This symbol, when defined, indicates presence of the fd_set typedef
890  *	in <sys/types.h>
891  */
892 /*#define HAS_FD_SET	/ **/
893 
894 /* Gconvert:
895  *	This preprocessor macro is defined to convert a floating point
896  *	number to a string without a trailing decimal point.  This
897  *	emulates the behavior of sprintf("%g"), but is sometimes much more
898  *	efficient.  If gconvert() is not available, but gcvt() drops the
899  *	trailing decimal point, then gcvt() is used.  If all else fails,
900  *	a macro using sprintf("%g") is used. Arguments for the Gconvert
901  *	macro are: value, number of digits, whether trailing zeros should
902  *	be retained, and the output buffer.
903  *	The usual values are:
904  *		d_Gconvert='gconvert((x),(n),(t),(b))'
905  *		d_Gconvert='gcvt((x),(n),(b))'
906  *		d_Gconvert='sprintf((b),"%.*g",(n),(x))'
907  *	The last two assume trailing zeros should not be kept.
908  */
909 #define Gconvert(x,n,t,b) sprintf((b),"%.*g",(n),(x))
910 
911 /* HAS_GETPAGESIZE:
912  *	This symbol, if defined, indicates that the getpagesize system call
913  *	is available to get system page size, which is the granularity of
914  *	many memory management calls.
915  */
916 /*#define HAS_GETPAGESIZE		/ **/
917 
918 /* HAS_GNULIBC:
919  *	This symbol, if defined, indicates to the C program that
920  *	the GNU C library is being used.  A better check is to use
921  *	the __GLIBC__ and __GLIBC_MINOR__ symbols supplied with glibc.
922  */
923 /*#define HAS_GNULIBC	/ **/
924 #if defined(HAS_GNULIBC) && !defined(_GNU_SOURCE)
925 #   define _GNU_SOURCE
926 #endif
927 
928 /* HAS_ISASCII:
929  *	This manifest constant lets the C program know that isascii
930  *	is available.
931  */
932 /*#define HAS_ISASCII		/ **/
933 
934 /* HAS_LCHOWN:
935  *	This symbol, if defined, indicates that the lchown routine is
936  *	available to operate on a symbolic link (instead of following the
937  *	link).
938  */
939 /*#define HAS_LCHOWN		/ **/
940 
941 /* HAS_OPEN3:
942  *	This manifest constant lets the C program know that the three
943  *	argument form of open(2) is available.
944  */
945 /*#define HAS_OPEN3		/ **/
946 
947 /* HAS_SIGACTION:
948  *	This symbol, if defined, indicates that Vr4's sigaction() routine
949  *	is available.
950  */
951 /*#define HAS_SIGACTION	/ **/
952 
953 /* HAS_SIGINFO_SI_ERRNO:
954  *	This symbol, if defined, indicates that siginfo_t has the
955  *	si_errno member
956  */
957 /* HAS_SIGINFO_SI_PID:
958  *	This symbol, if defined, indicates that siginfo_t has the
959  *	si_pid member
960  */
961 /* HAS_SIGINFO_SI_UID:
962  *	This symbol, if defined, indicates that siginfo_t has the
963  *	si_uid member
964  */
965 /* HAS_SIGINFO_SI_ADDR:
966  *	This symbol, if defined, indicates that siginfo_t has the
967  *	si_addr member
968  */
969 /* HAS_SIGINFO_SI_STATUS:
970  *	This symbol, if defined, indicates that siginfo_t has the
971  *	si_status member
972  */
973 /* HAS_SIGINFO_SI_BAND:
974  *	This symbol, if defined, indicates that siginfo_t has the
975  *	si_band member
976  */
977 /* HAS_SIGINFO_SI_VALUE:
978  *	This symbol, if defined, indicates that siginfo_t has the
979  *	si_value member
980  */
981 /*#define	HAS_SIGINFO_SI_ERRNO	/ **/
982 /*#define	HAS_SIGINFO_SI_PID	/ **/
983 /*#define	HAS_SIGINFO_SI_UID	/ **/
984 /*#define	HAS_SIGINFO_SI_ADDR	/ **/
985 /*#define	HAS_SIGINFO_SI_STATUS	/ **/
986 /*#define	HAS_SIGINFO_SI_BAND	/ **/
987 /*#define	HAS_SIGINFO_SI_VALUE	/ **/
988 
989 /* HAS_SIGSETJMP:
990  *	This variable indicates to the C program that the sigsetjmp()
991  *	routine is available to save the calling process's registers
992  *	and stack environment for later use by siglongjmp(), and
993  *	to optionally save the process's signal mask.  See
994  *	Sigjmp_buf, Sigsetjmp, and Siglongjmp.
995  */
996 /* Sigjmp_buf:
997  *	This is the buffer type to be used with Sigsetjmp and Siglongjmp.
998  */
999 /* Sigsetjmp:
1000  *	This macro is used in the same way as sigsetjmp(), but will invoke
1001  *	traditional setjmp() if sigsetjmp isn't available.
1002  *	See HAS_SIGSETJMP.
1003  */
1004 /* Siglongjmp:
1005  *	This macro is used in the same way as siglongjmp(), but will invoke
1006  *	traditional longjmp() if siglongjmp isn't available.
1007  *	See HAS_SIGSETJMP.
1008  */
1009 /*#define HAS_SIGSETJMP	/ **/
1010 #ifdef HAS_SIGSETJMP
1011 #define Sigjmp_buf sigjmp_buf
1012 #define Sigsetjmp(buf,save_mask) sigsetjmp((buf),(save_mask))
1013 #define Siglongjmp(buf,retval) siglongjmp((buf),(retval))
1014 #else
1015 #define Sigjmp_buf jmp_buf
1016 #define Sigsetjmp(buf,save_mask) setjmp((buf))
1017 #define Siglongjmp(buf,retval) longjmp((buf),(retval))
1018 #endif
1019 
1020 /* HAS_STATIC_INLINE:
1021  *	This symbol, if defined, indicates that the C compiler supports
1022  *	C99-style static inline.  That is, the function can't be called
1023  *	from another translation unit.
1024  */
1025 /* PERL_STATIC_INLINE:
1026  *	This symbol gives the best-guess incantation to use for static
1027  *	inline functions.  If HAS_STATIC_INLINE is defined, this will
1028  *	give C99-style inline.  If HAS_STATIC_INLINE is not defined,
1029  *	this will give a plain 'static'.  It will always be defined
1030  *	to something that gives static linkage.
1031  *	Possibilities include
1032  *		static inline       (c99)
1033  *		static __inline__   (gcc -ansi)
1034  *		static __inline     (MSVC)
1035  *		static _inline      (older MSVC)
1036  *		static              (c89 compilers)
1037  */
1038 /*#define HAS_STATIC_INLINE				/ **/
1039 #define PERL_STATIC_INLINE static	/**/
1040 
1041 /* USE_STDIO_PTR:
1042  *	This symbol is defined if the _ptr and _cnt fields (or similar)
1043  *	of the stdio FILE structure can be used to access the stdio buffer
1044  *	for a file handle.  If this is defined, then the FILE_ptr(fp)
1045  *	and FILE_cnt(fp) macros will also be defined and should be used
1046  *	to access these fields.
1047  */
1048 /* FILE_ptr:
1049  *	This macro is used to access the _ptr field (or equivalent) of the
1050  *	FILE structure pointed to by its argument. This macro will always be
1051  *	defined if USE_STDIO_PTR is defined.
1052  */
1053 /* STDIO_PTR_LVALUE:
1054  *	This symbol is defined if the FILE_ptr macro can be used as an
1055  *	lvalue.
1056  */
1057 /* FILE_cnt:
1058  *	This macro is used to access the _cnt field (or equivalent) of the
1059  *	FILE structure pointed to by its argument. This macro will always be
1060  *	defined if USE_STDIO_PTR is defined.
1061  */
1062 /* STDIO_CNT_LVALUE:
1063  *	This symbol is defined if the FILE_cnt macro can be used as an
1064  *	lvalue.
1065  */
1066 /* STDIO_PTR_LVAL_SETS_CNT:
1067  *	This symbol is defined if using the FILE_ptr macro as an lvalue
1068  *	to increase the pointer by n has the side effect of decreasing the
1069  *	value of File_cnt(fp) by n.
1070  */
1071 /* STDIO_PTR_LVAL_NOCHANGE_CNT:
1072  *	This symbol is defined if using the FILE_ptr macro as an lvalue
1073  *	to increase the pointer by n leaves File_cnt(fp) unchanged.
1074  */
1075 /*#define USE_STDIO_PTR	/ **/
1076 #ifdef USE_STDIO_PTR
1077 #define FILE_ptr(fp)	((fp)->_IO_read_ptr)
1078 /*#define STDIO_PTR_LVALUE		/ **/
1079 #define FILE_cnt(fp)	((fp)->_IO_read_end - (fp)->_IO_read_ptr)
1080 /*#define STDIO_CNT_LVALUE		/ **/
1081 /*#define STDIO_PTR_LVAL_SETS_CNT	/ **/
1082 /*#define STDIO_PTR_LVAL_NOCHANGE_CNT	/ **/
1083 #endif
1084 
1085 /* USE_STDIO_BASE:
1086  *	This symbol is defined if the _base field (or similar) of the
1087  *	stdio FILE structure can be used to access the stdio buffer for
1088  *	a file handle.  If this is defined, then the FILE_base(fp) macro
1089  *	will also be defined and should be used to access this field.
1090  *	Also, the FILE_bufsiz(fp) macro will be defined and should be used
1091  *	to determine the number of bytes in the buffer.  USE_STDIO_BASE
1092  *	will never be defined unless USE_STDIO_PTR is.
1093  */
1094 /* FILE_base:
1095  *	This macro is used to access the _base field (or equivalent) of the
1096  *	FILE structure pointed to by its argument. This macro will always be
1097  *	defined if USE_STDIO_BASE is defined.
1098  */
1099 /* FILE_bufsiz:
1100  *	This macro is used to determine the number of bytes in the I/O
1101  *	buffer pointed to by _base field (or equivalent) of the FILE
1102  *	structure pointed to its argument. This macro will always be defined
1103  *	if USE_STDIO_BASE is defined.
1104  */
1105 /*#define USE_STDIO_BASE	/ **/
1106 #ifdef USE_STDIO_BASE
1107 #define FILE_base(fp)	((fp)->_IO_read_base)
1108 #define FILE_bufsiz(fp)	((fp)->_IO_read_end - (fp)->_IO_read_base)
1109 #endif
1110 
1111 /* DOUBLESIZE:
1112  *	This symbol contains the size of a double, so that the C preprocessor
1113  *	can make decisions based on it.
1114  */
1115 #define DOUBLESIZE 8		/**/
1116 
1117 /* I_TIME:
1118  *	This symbol is always defined, and indicates to the C program that
1119  *	it should include <time.h>.
1120  */
1121 /* I_SYS_TIME:
1122  *	This symbol, if defined, indicates to the C program that it should
1123  *	include <sys/time.h>.
1124  */
1125 /* I_SYS_TIME_KERNEL:
1126  *	This symbol, if defined, indicates to the C program that it should
1127  *	include <sys/time.h> with KERNEL defined.
1128  */
1129 /* HAS_TM_TM_ZONE:
1130  *	This symbol, if defined, indicates to the C program that
1131  *	the struct tm has a tm_zone field.
1132  */
1133 /* HAS_TM_TM_GMTOFF:
1134  *	This symbol, if defined, indicates to the C program that
1135  *	the struct tm has a tm_gmtoff field.
1136  */
1137 #define I_TIME		/**/
1138 /*#define I_SYS_TIME		/ **/
1139 /*#define I_SYS_TIME_KERNEL		/ **/
1140 /*#define HAS_TM_TM_ZONE		/ **/
1141 /*#define HAS_TM_TM_GMTOFF		/ **/
1142 
1143 /* VAL_O_NONBLOCK:
1144  *	This symbol is to be used during open() or fcntl(F_SETFL) to turn on
1145  *	non-blocking I/O for the file descriptor. Note that there is no way
1146  *	back, i.e. you cannot turn it blocking again this way. If you wish to
1147  *	alternatively switch between blocking and non-blocking, use the
1148  *	ioctl(FIOSNBIO) call instead, but that is not supported by all devices.
1149  */
1150 /* VAL_EAGAIN:
1151  *	This symbol holds the errno error code set by read() when no data was
1152  *	present on the non-blocking file descriptor.
1153  */
1154 /* RD_NODATA:
1155  *	This symbol holds the return code from read() when no data is present
1156  *	on the non-blocking file descriptor. Be careful! If EOF_NONBLOCK is
1157  *	not defined, then you can't distinguish between no data and EOF by
1158  *	issuing a read(). You'll have to find another way to tell for sure!
1159  */
1160 /* EOF_NONBLOCK:
1161  *	This symbol, if defined, indicates to the C program that a read() on
1162  *	a non-blocking file descriptor will return 0 on EOF, and not the value
1163  *	held in RD_NODATA (-1 usually, in that case!).
1164  */
1165 #define VAL_O_NONBLOCK O_NONBLOCK
1166 #define VAL_EAGAIN EAGAIN
1167 #define RD_NODATA -1
1168 #undef EOF_NONBLOCK
1169 
1170 /* PTRSIZE:
1171  *	This symbol contains the size of a pointer, so that the C preprocessor
1172  *	can make decisions based on it.  It will be sizeof(void *) if
1173  *	the compiler supports (void *); otherwise it will be
1174  *	sizeof(char *).
1175  */
1176 #define PTRSIZE 4		/**/
1177 
1178 /* Drand01:
1179  *	This macro is to be used to generate uniformly distributed
1180  *	random numbers over the range [0., 1.[.  You may have to supply
1181  *	an 'extern double drand48();' in your program since SunOS 4.1.3
1182  *	doesn't provide you with anything relevant in its headers.
1183  *	See HAS_DRAND48_PROTO.
1184  */
1185 /* Rand_seed_t:
1186  *	This symbol defines the type of the argument of the
1187  *	random seed function.
1188  */
1189 /* seedDrand01:
1190  *	This symbol defines the macro to be used in seeding the
1191  *	random number generator (see Drand01).
1192  */
1193 /* RANDBITS:
1194  *	This symbol indicates how many bits are produced by the
1195  *	function used to generate normalized random numbers.
1196  *	Values include 15, 16, 31, and 48.
1197  */
1198 #define Drand01()		Perl_drand48()		/**/
1199 #define Rand_seed_t		U32		/**/
1200 #define seedDrand01(x)	Perl_drand48_init((Rand_seed_t)x)	/**/
1201 #define RANDBITS		48		/**/
1202 
1203 /* SSize_t:
1204  *	This symbol holds the type used by functions that return
1205  *	a count of bytes or an error condition.  It must be a signed type.
1206  *	It is usually ssize_t, but may be long or int, etc.
1207  *	It may be necessary to include <sys/types.h> or <unistd.h>
1208  *	to get any typedef'ed information.
1209  *	We will pick a type such that sizeof(SSize_t) == sizeof(Size_t).
1210  */
1211 #define SSize_t int	/* signed count of bytes */
1212 
1213 /* EBCDIC:
1214  *	This symbol, if defined, indicates that this system uses
1215  *	EBCDIC encoding.
1216  */
1217 /*#define	EBCDIC		/ **/
1218 
1219 /* ARCHLIB:
1220  *	This variable, if defined, holds the name of the directory in
1221  *	which the user wants to put architecture-dependent public
1222  *	library files for perl5.  It is most often a local directory
1223  *	such as /usr/local/lib.  Programs using this variable must be
1224  *	prepared to deal with filename expansion.  If ARCHLIB is the
1225  *	same as PRIVLIB, it is not defined, since presumably the
1226  *	program already searches PRIVLIB.
1227  */
1228 /* ARCHLIB_EXP:
1229  *	This symbol contains the ~name expanded version of ARCHLIB, to be used
1230  *	in programs that are not prepared to deal with ~ expansion at run-time.
1231  */
1232 /*#define ARCHLIB "/usr/local/lib/perl5/5.30/unknown"		/ **/
1233 /*#define ARCHLIB_EXP "/usr/local/lib/perl5/5.30/unknown"		/ **/
1234 
1235 /* BIN:
1236  *	This symbol holds the path of the bin directory where the package will
1237  *	be installed. Program must be prepared to deal with ~name substitution.
1238  */
1239 /* BIN_EXP:
1240  *	This symbol is the filename expanded version of the BIN symbol, for
1241  *	programs that do not want to deal with that at run-time.
1242  */
1243 /* PERL_RELOCATABLE_INC:
1244  *	This symbol, if defined, indicates that we'd like to relocate entries
1245  *	in @INC at run time based on the location of the perl binary.
1246  */
1247 #define BIN "/usr/local/bin"	/**/
1248 #define BIN_EXP "/usr/local/bin"	/**/
1249 #define PERL_RELOCATABLE_INC "undef"		/**/
1250 
1251 /* PERL_INC_VERSION_LIST:
1252  *	This variable specifies the list of subdirectories in over
1253  *	which perl.c:incpush() and lib/lib.pm will automatically
1254  *	search when adding directories to @INC, in a format suitable
1255  *	for a C initialization string.  See the inc_version_list entry
1256  *	in Porting/Glossary for more details.
1257  */
1258 /*#define PERL_INC_VERSION_LIST NULL		/ **/
1259 
1260 /* INSTALL_USR_BIN_PERL:
1261  *	This symbol, if defined, indicates that Perl is to be installed
1262  *	also as /usr/bin/perl.
1263  */
1264 /*#define INSTALL_USR_BIN_PERL	/ **/
1265 
1266 /* PERL_OTHERLIBDIRS:
1267  *	This variable contains a colon-separated set of paths for the perl
1268  *	binary to search for additional library files or modules.
1269  *	These directories will be tacked to the end of @INC.
1270  *	Perl will automatically search below each path for version-
1271  *	and architecture-specific directories.  See PERL_INC_VERSION_LIST
1272  *	for more details.
1273  */
1274 /*#define PERL_OTHERLIBDIRS " "		/ **/
1275 
1276 /* PRIVLIB:
1277  *	This symbol contains the name of the private library for this package.
1278  *	The library is private in the sense that it needn't be in anyone's
1279  *	execution path, but it should be accessible by the world.  The program
1280  *	should be prepared to do ~ expansion.
1281  */
1282 /* PRIVLIB_EXP:
1283  *	This symbol contains the ~name expanded version of PRIVLIB, to be used
1284  *	in programs that are not prepared to deal with ~ expansion at run-time.
1285  */
1286 #define PRIVLIB "/usr/local/lib/perl5/5.30"		/**/
1287 #define PRIVLIB_EXP "/usr/local/lib/perl5/5.30"		/**/
1288 
1289 /* SITEARCH:
1290  *	This symbol contains the name of the private library for this package.
1291  *	The library is private in the sense that it needn't be in anyone's
1292  *	execution path, but it should be accessible by the world.  The program
1293  *	should be prepared to do ~ expansion.
1294  *	The standard distribution will put nothing in this directory.
1295  *	After perl has been installed, users may install their own local
1296  *	architecture-dependent modules in this directory with
1297  *		MakeMaker Makefile.PL
1298  *	or equivalent.  See INSTALL for details.
1299  */
1300 /* SITEARCH_EXP:
1301  *	This symbol contains the ~name expanded version of SITEARCH, to be used
1302  *	in programs that are not prepared to deal with ~ expansion at run-time.
1303  */
1304 /*#define SITEARCH "/usr/local/lib/perl5/5.30/unknown"		/ **/
1305 /*#define SITEARCH_EXP "/usr/local/lib/perl5/5.30/unknown"		/ **/
1306 
1307 /* SITELIB:
1308  *	This symbol contains the name of the private library for this package.
1309  *	The library is private in the sense that it needn't be in anyone's
1310  *	execution path, but it should be accessible by the world.  The program
1311  *	should be prepared to do ~ expansion.
1312  *	The standard distribution will put nothing in this directory.
1313  *	After perl has been installed, users may install their own local
1314  *	architecture-independent modules in this directory with
1315  *		MakeMaker Makefile.PL
1316  *	or equivalent.  See INSTALL for details.
1317  */
1318 /* SITELIB_EXP:
1319  *	This symbol contains the ~name expanded version of SITELIB, to be used
1320  *	in programs that are not prepared to deal with ~ expansion at run-time.
1321  */
1322 /* SITELIB_STEM:
1323  *	This define is SITELIB_EXP with any trailing version-specific component
1324  *	removed.  The elements in inc_version_list (inc_version_list.U) can
1325  *	be tacked onto this variable to generate a list of directories to search.
1326  */
1327 #define SITELIB "/usr/local/lib/perl5/5.30"		/**/
1328 #define SITELIB_EXP "/usr/local/lib/perl5/5.30"		/**/
1329 #define SITELIB_STEM "/usr/local/lib/perl5"		/**/
1330 
1331 /* PERL_VENDORARCH:
1332  *	If defined, this symbol contains the name of a private library.
1333  *	The library is private in the sense that it needn't be in anyone's
1334  *	execution path, but it should be accessible by the world.
1335  *	It may have a ~ on the front.
1336  *	The standard distribution will put nothing in this directory.
1337  *	Vendors who distribute perl may wish to place their own
1338  *	architecture-dependent modules and extensions in this directory with
1339  *		MakeMaker Makefile.PL INSTALLDIRS=vendor
1340  *	or equivalent.  See INSTALL for details.
1341  */
1342 /* PERL_VENDORARCH_EXP:
1343  *	This symbol contains the ~name expanded version of PERL_VENDORARCH, to be used
1344  *	in programs that are not prepared to deal with ~ expansion at run-time.
1345  */
1346 /*#define PERL_VENDORARCH ""		/ **/
1347 /*#define PERL_VENDORARCH_EXP ""		/ **/
1348 
1349 /* PERL_VENDORLIB_EXP:
1350  *	This symbol contains the ~name expanded version of VENDORLIB, to be used
1351  *	in programs that are not prepared to deal with ~ expansion at run-time.
1352  */
1353 /* PERL_VENDORLIB_STEM:
1354  *	This define is PERL_VENDORLIB_EXP with any trailing version-specific component
1355  *	removed.  The elements in inc_version_list (inc_version_list.U) can
1356  *	be tacked onto this variable to generate a list of directories to search.
1357  */
1358 /*#define PERL_VENDORLIB_EXP ""		/ **/
1359 /*#define PERL_VENDORLIB_STEM ""		/ **/
1360 
1361 /* OSNAME:
1362  *	This symbol contains the name of the operating system, as determined
1363  *	by Configure.  You shouldn't rely on it too much; the specific
1364  *	feature tests from Configure are generally more reliable.
1365  */
1366 /* OSVERS:
1367  *	This symbol contains the version of the operating system, as determined
1368  *	by Configure.  You shouldn't rely on it too much; the specific
1369  *	feature tests from Configure are generally more reliable.
1370  */
1371 #define OSNAME "unknown"		/**/
1372 #define OSVERS "unknown"		/**/
1373 
1374 /* CAT2:
1375  *	This macro concatenates 2 tokens together.
1376  */
1377 /* STRINGIFY:
1378  *	This macro surrounds its token with double quotes.
1379  */
1380 #if 42 == 1
1381 #define CAT2(a,b)	a/**/b
1382 #define STRINGIFY(a)	"a"
1383 #endif
1384 #if 42 == 42
1385 #define PeRl_CaTiFy(a, b)	a ## b
1386 #define PeRl_StGiFy(a)	#a
1387 #define CAT2(a,b)	PeRl_CaTiFy(a,b)
1388 #define StGiFy(a)	PeRl_StGiFy(a)
1389 #define STRINGIFY(a)	PeRl_StGiFy(a)
1390 #endif
1391 #if 42 != 1 && 42 != 42
1392 #include "Bletch: How does this C preprocessor concatenate tokens?"
1393 #endif
1394 
1395 /* CPPSTDIN:
1396  *	This symbol contains the first part of the string which will invoke
1397  *	the C preprocessor on the standard input and produce to standard
1398  *	output.  Typical value of "cc -E" or "/lib/cpp", but it can also
1399  *	call a wrapper. See CPPRUN.
1400  */
1401 /* CPPMINUS:
1402  *	This symbol contains the second part of the string which will invoke
1403  *	the C preprocessor on the standard input and produce to standard
1404  *	output.  This symbol will have the value "-" if CPPSTDIN needs a minus
1405  *	to specify standard input, otherwise the value is "".
1406  */
1407 /* CPPRUN:
1408  *	This symbol contains the string which will invoke a C preprocessor on
1409  *	the standard input and produce to standard output. It needs to end
1410  *	with CPPLAST, after all other preprocessor flags have been specified.
1411  *	The main difference with CPPSTDIN is that this program will never be a
1412  *	pointer to a shell wrapper, i.e. it will be empty if no preprocessor is
1413  *	available directly to the user. Note that it may well be different from
1414  *	the preprocessor used to compile the C program.
1415  */
1416 /* CPPLAST:
1417  *	This symbol is intended to be used along with CPPRUN in the same manner
1418  *	symbol CPPMINUS is used with CPPSTDIN. It contains either "-" or "".
1419  */
1420 #define CPPSTDIN "cc -E"
1421 #define CPPMINUS "-"
1422 #define CPPRUN "cc -E"
1423 #define CPPLAST "-"
1424 
1425 /* HAS_ACCESS:
1426  *	This manifest constant lets the C program know that the access()
1427  *	system call is available to check for accessibility using real UID/GID.
1428  *	(always present on UNIX.)
1429  */
1430 /*#define HAS_ACCESS		/ **/
1431 
1432 /* HASATTRIBUTE_FORMAT:
1433  *	Can we handle GCC attribute for checking printf-style formats
1434  */
1435 /* PRINTF_FORMAT_NULL_OK:
1436  *	Allows __printf__ format to be null when checking printf-style
1437  */
1438 /* HASATTRIBUTE_MALLOC:
1439  *	Can we handle GCC attribute for malloc-style functions.
1440  */
1441 /* HASATTRIBUTE_NONNULL:
1442  *	Can we handle GCC attribute for nonnull function parms.
1443  */
1444 /* HASATTRIBUTE_NORETURN:
1445  *	Can we handle GCC attribute for functions that do not return
1446  */
1447 /* HASATTRIBUTE_PURE:
1448  *	Can we handle GCC attribute for pure functions
1449  */
1450 /* HASATTRIBUTE_UNUSED:
1451  *	Can we handle GCC attribute for unused variables and arguments
1452  */
1453 /* HASATTRIBUTE_DEPRECATED:
1454  *	Can we handle GCC attribute for marking deprecated APIs
1455  */
1456 /* HASATTRIBUTE_WARN_UNUSED_RESULT:
1457  *	Can we handle GCC attribute for warning on unused results
1458  */
1459 /*#define HASATTRIBUTE_DEPRECATED	/ **/
1460 /*#define HASATTRIBUTE_FORMAT	/ **/
1461 /*#define PRINTF_FORMAT_NULL_OK	/ **/
1462 /*#define HASATTRIBUTE_NORETURN	/ **/
1463 /*#define HASATTRIBUTE_MALLOC	/ **/
1464 /*#define HASATTRIBUTE_NONNULL	/ **/
1465 /*#define HASATTRIBUTE_PURE	/ **/
1466 /*#define HASATTRIBUTE_UNUSED	/ **/
1467 /*#define HASATTRIBUTE_WARN_UNUSED_RESULT	/ **/
1468 
1469 /* HAS_BACKTRACE:
1470  *	This symbol, if defined, indicates that the backtrace() routine is
1471  *	available to get a stack trace.  The <execinfo.h> header must be
1472  *	included to use this routine.
1473  */
1474 /*#define HAS_BACKTRACE	/ **/
1475 
1476 /* HAS_CSH:
1477  *	This symbol, if defined, indicates that the C-shell exists.
1478  */
1479 /* CSH:
1480  *	This symbol, if defined, contains the full pathname of csh.
1481  */
1482 /*#define HAS_CSH		/ **/
1483 #ifdef HAS_CSH
1484 #define CSH ""	/**/
1485 #endif
1486 
1487 /* HAS_DLADDR:
1488  *	This symbol, if defined, indicates that the dladdr() routine is
1489  *	available to query dynamic linker information for an address.
1490  *	The <dlfcn.h> header must be included to use this routine.
1491  */
1492 /*#define HAS_DLADDR	/ **/
1493 
1494 /* SETUID_SCRIPTS_ARE_SECURE_NOW:
1495  *	This symbol, if defined, indicates that the bug that prevents
1496  *	setuid scripts from being secure is not present in this kernel.
1497  */
1498 /* DOSUID:
1499  *	This symbol, if defined, indicates that the C program should
1500  *	check the script that it is executing for setuid/setgid bits, and
1501  *	attempt to emulate setuid/setgid on systems that have disabled
1502  *	setuid #! scripts because the kernel can't do it securely.
1503  *	It is up to the package designer to make sure that this emulation
1504  *	is done securely.  Among other things, it should do an fstat on
1505  *	the script it just opened to make sure it really is a setuid/setgid
1506  *	script, it should make sure the arguments passed correspond exactly
1507  *	to the argument on the #! line, and it should not trust any
1508  *	subprocesses to which it must pass the filename rather than the
1509  *	file descriptor of the script to be executed.
1510  */
1511 /*#define SETUID_SCRIPTS_ARE_SECURE_NOW	/ **/
1512 /*#define DOSUID		/ **/
1513 
1514 /* HAS_ENDGRENT:
1515  *	This symbol, if defined, indicates that the getgrent routine is
1516  *	available for finalizing sequential access of the group database.
1517  */
1518 /*#define HAS_ENDGRENT		/ **/
1519 
1520 /* HAS_ENDHOSTENT:
1521  *	This symbol, if defined, indicates that the endhostent() routine is
1522  *	available to close whatever was being used for host queries.
1523  */
1524 /*#define HAS_ENDHOSTENT		/ **/
1525 
1526 /* HAS_ENDNETENT:
1527  *	This symbol, if defined, indicates that the endnetent() routine is
1528  *	available to close whatever was being used for network queries.
1529  */
1530 /*#define HAS_ENDNETENT		/ **/
1531 
1532 /* HAS_ENDPROTOENT:
1533  *	This symbol, if defined, indicates that the endprotoent() routine is
1534  *	available to close whatever was being used for protocol queries.
1535  */
1536 /*#define HAS_ENDPROTOENT		/ **/
1537 
1538 /* HAS_ENDPWENT:
1539  *	This symbol, if defined, indicates that the getgrent routine is
1540  *	available for finalizing sequential access of the passwd database.
1541  */
1542 /*#define HAS_ENDPWENT		/ **/
1543 
1544 /* HAS_ENDSERVENT:
1545  *	This symbol, if defined, indicates that the endservent() routine is
1546  *	available to close whatever was being used for service queries.
1547  */
1548 /*#define HAS_ENDSERVENT		/ **/
1549 
1550 /* FLEXFILENAMES:
1551  *	This symbol, if defined, indicates that the system supports filenames
1552  *	longer than 14 characters.
1553  */
1554 /*#define	FLEXFILENAMES		/ **/
1555 
1556 /* HAS_GETGRENT:
1557  *	This symbol, if defined, indicates that the getgrent routine is
1558  *	available for sequential access of the group database.
1559  */
1560 /*#define HAS_GETGRENT		/ **/
1561 
1562 /* HAS_GETHOSTBYADDR:
1563  *	This symbol, if defined, indicates that the gethostbyaddr() routine is
1564  *	available to look up hosts by their IP addresses.
1565  */
1566 /*#define HAS_GETHOSTBYADDR		/ **/
1567 
1568 /* HAS_GETHOSTBYNAME:
1569  *	This symbol, if defined, indicates that the gethostbyname() routine is
1570  *	available to look up host names in some data base or other.
1571  */
1572 /*#define HAS_GETHOSTBYNAME		/ **/
1573 
1574 /* HAS_GETHOSTENT:
1575  *	This symbol, if defined, indicates that the gethostent() routine is
1576  *	available to look up host names in some data base or another.
1577  */
1578 /*#define HAS_GETHOSTENT		/ **/
1579 
1580 /* HAS_GETHOSTNAME:
1581  *	This symbol, if defined, indicates that the C program may use the
1582  *	gethostname() routine to derive the host name.  See also HAS_UNAME
1583  *	and PHOSTNAME.
1584  */
1585 /* HAS_UNAME:
1586  *	This symbol, if defined, indicates that the C program may use the
1587  *	uname() routine to derive the host name.  See also HAS_GETHOSTNAME
1588  *	and PHOSTNAME.
1589  */
1590 /* PHOSTNAME:
1591  *	This symbol, if defined, indicates the command to feed to the
1592  *	popen() routine to derive the host name.  See also HAS_GETHOSTNAME
1593  *	and HAS_UNAME.	Note that the command uses a fully qualified path,
1594  *	so that it is safe even if used by a process with super-user
1595  *	privileges.
1596  */
1597 /* HAS_PHOSTNAME:
1598  *	This symbol, if defined, indicates that the C program may use the
1599  *	contents of PHOSTNAME as a command to feed to the popen() routine
1600  *	to derive the host name.
1601  */
1602 /*#define HAS_GETHOSTNAME	/ **/
1603 /*#define HAS_UNAME		/ **/
1604 /*#define HAS_PHOSTNAME	/ **/
1605 #ifdef HAS_PHOSTNAME
1606 #define PHOSTNAME "/bin/hostname"	/* How to get the host name */
1607 #endif
1608 
1609 /* HAS_GETNETBYADDR:
1610  *	This symbol, if defined, indicates that the getnetbyaddr() routine is
1611  *	available to look up networks by their IP addresses.
1612  */
1613 /*#define HAS_GETNETBYADDR		/ **/
1614 
1615 /* HAS_GETNETBYNAME:
1616  *	This symbol, if defined, indicates that the getnetbyname() routine is
1617  *	available to look up networks by their names.
1618  */
1619 /*#define HAS_GETNETBYNAME		/ **/
1620 
1621 /* HAS_GETNETENT:
1622  *	This symbol, if defined, indicates that the getnetent() routine is
1623  *	available to look up network names in some data base or another.
1624  */
1625 /*#define HAS_GETNETENT		/ **/
1626 
1627 /* HAS_GETPROTOENT:
1628  *	This symbol, if defined, indicates that the getprotoent() routine is
1629  *	available to look up protocols in some data base or another.
1630  */
1631 /*#define HAS_GETPROTOENT		/ **/
1632 
1633 /* HAS_GETPGRP:
1634  *	This symbol, if defined, indicates that the getpgrp routine is
1635  *	available to get the current process group.
1636  */
1637 /* USE_BSD_GETPGRP:
1638  *	This symbol, if defined, indicates that getpgrp needs one
1639  *	arguments whereas USG one needs none.
1640  */
1641 /*#define HAS_GETPGRP		/ **/
1642 /*#define USE_BSD_GETPGRP	/ **/
1643 
1644 /* HAS_GETPROTOBYNAME:
1645  *	This symbol, if defined, indicates that the getprotobyname()
1646  *	routine is available to look up protocols by their name.
1647  */
1648 /* HAS_GETPROTOBYNUMBER:
1649  *	This symbol, if defined, indicates that the getprotobynumber()
1650  *	routine is available to look up protocols by their number.
1651  */
1652 /*#define HAS_GETPROTOBYNAME		/ **/
1653 /*#define HAS_GETPROTOBYNUMBER		/ **/
1654 
1655 /* HAS_GETPWENT:
1656  *	This symbol, if defined, indicates that the getpwent routine is
1657  *	available for sequential access of the passwd database.
1658  *	If this is not available, the older getpw() function may be available.
1659  */
1660 /*#define HAS_GETPWENT		/ **/
1661 
1662 /* HAS_GETSERVENT:
1663  *	This symbol, if defined, indicates that the getservent() routine is
1664  *	available to look up network services in some data base or another.
1665  */
1666 /*#define HAS_GETSERVENT		/ **/
1667 
1668 /* HAS_GETSERVBYNAME:
1669  *	This symbol, if defined, indicates that the getservbyname()
1670  *	routine is available to look up services by their name.
1671  */
1672 /* HAS_GETSERVBYPORT:
1673  *	This symbol, if defined, indicates that the getservbyport()
1674  *	routine is available to look up services by their port.
1675  */
1676 /*#define HAS_GETSERVBYNAME		/ **/
1677 /*#define HAS_GETSERVBYPORT		/ **/
1678 
1679 /* HAS_HTONL:
1680  *	This symbol, if defined, indicates that the htonl() routine (and
1681  *	friends htons() ntohl() ntohs()) are available to do network
1682  *	order byte swapping.
1683  */
1684 /* HAS_HTONS:
1685  *	This symbol, if defined, indicates that the htons() routine (and
1686  *	friends htonl() ntohl() ntohs()) are available to do network
1687  *	order byte swapping.
1688  */
1689 /* HAS_NTOHL:
1690  *	This symbol, if defined, indicates that the ntohl() routine (and
1691  *	friends htonl() htons() ntohs()) are available to do network
1692  *	order byte swapping.
1693  */
1694 /* HAS_NTOHS:
1695  *	This symbol, if defined, indicates that the ntohs() routine (and
1696  *	friends htonl() htons() ntohl()) are available to do network
1697  *	order byte swapping.
1698  */
1699 /*#define HAS_HTONL		/ **/
1700 /*#define HAS_HTONS		/ **/
1701 /*#define HAS_NTOHL		/ **/
1702 /*#define HAS_NTOHS		/ **/
1703 
1704 /* HAS_LONG_DOUBLE:
1705  *	This symbol will be defined if the C compiler supports long
1706  *	doubles.
1707  */
1708 /* LONG_DOUBLESIZE:
1709  *	This symbol contains the size of a long double, so that the
1710  *	C preprocessor can make decisions based on it.  It is only
1711  *	defined if the system supports long doubles.  Note that this
1712  *	is sizeof(long double), which may include unused bytes.
1713  */
1714 /* HAS_LDEXPL:
1715  *	This symbol, if defined, indicates that the ldexpl routine is
1716  *	available to shift a long double floating-point number
1717  *	by an integral power of 2.
1718  */
1719 /* LONG_DOUBLEKIND:
1720  *	LONG_DOUBLEKIND will be one of
1721  *	LONG_DOUBLE_IS_DOUBLE
1722  *	LONG_DOUBLE_IS_IEEE_754_128_BIT_LITTLE_ENDIAN
1723  *	LONG_DOUBLE_IS_IEEE_754_128_BIT_BIG_ENDIAN
1724  *	LONG_DOUBLE_IS_X86_80_BIT_LITTLE_ENDIAN
1725  *	LONG_DOUBLE_IS_X86_80_BIT_BIG_ENDIAN
1726  *	LONG_DOUBLE_IS_DOUBLEDOUBLE_128_BIT_LE_LE
1727  *	LONG_DOUBLE_IS_DOUBLEDOUBLE_128_BIT_BE_BE
1728  *	LONG_DOUBLE_IS_DOUBLEDOUBLE_128_BIT_LE_BE
1729  *	LONG_DOUBLE_IS_DOUBLEDOUBLE_128_BIT_BE_LE
1730  *	LONG_DOUBLE_IS_VAX_H_FLOAT
1731  *	LONG_DOUBLE_IS_UNKNOWN_FORMAT
1732  *	It is only defined if the system supports long doubles.
1733  */
1734 /* LONG_DOUBLE_STYLE_IEEE:
1735  *	This symbol, if defined, indicates that the long double
1736  *	is any of the IEEE 754 style long doubles:
1737  *	LONG_DOUBLE_STYLE_IEEE_STD, LONG_DOUBLE_STYLE_IEEE_EXTENDED,
1738  *	LONG_DOUBLE_STYLE_IEEE_DOUBLEDOUBLE.
1739  */
1740 /* LONG_DOUBLE_STYLE_IEEE_DOUBLEDOUBLE:
1741  *	This symbol, if defined, indicates that the long double is
1742  *	the 128-bit double-double.
1743  */
1744 /* LONG_DOUBLE_STYLE_IEEE_EXTENDED:
1745  *	This symbol, if defined, indicates that the long double is
1746  *	the 80-bit IEEE 754. Note that despite the 'extended' this
1747  *	is less than the 'std', since this is an extension of
1748  *	the double precision.
1749  */
1750 /* LONG_DOUBLE_STYLE_IEEE_STD:
1751  *	This symbol, if defined, indicates that the long double is
1752  *	the 128-bit IEEE 754.
1753  */
1754 /* LONG_DOUBLE_STYLE_VAX:
1755  *	This symbol, if defined, indicates that the long double is
1756  *	the 128-bit VAX format H.
1757  */
1758 /*#define  HAS_LDEXPL		/ **/
1759 /*#define HAS_LONG_DOUBLE		/ **/
1760 #ifdef HAS_LONG_DOUBLE
1761 #define LONG_DOUBLESIZE 8		/**/
1762 #define LONG_DOUBLEKIND 0		/**/
1763 #define LONG_DOUBLE_IS_DOUBLE				0
1764 #define LONG_DOUBLE_IS_IEEE_754_128_BIT_LITTLE_ENDIAN	1
1765 #define LONG_DOUBLE_IS_IEEE_754_128_BIT_BIG_ENDIAN	2
1766 #define LONG_DOUBLE_IS_X86_80_BIT_LITTLE_ENDIAN		3
1767 #define LONG_DOUBLE_IS_X86_80_BIT_BIG_ENDIAN		4
1768 #define LONG_DOUBLE_IS_DOUBLEDOUBLE_128_BIT_LE_LE	5
1769 #define LONG_DOUBLE_IS_DOUBLEDOUBLE_128_BIT_BE_BE	6
1770 #define LONG_DOUBLE_IS_DOUBLEDOUBLE_128_BIT_LE_BE	7
1771 #define LONG_DOUBLE_IS_DOUBLEDOUBLE_128_BIT_BE_LE	8
1772 #define LONG_DOUBLE_IS_VAX_H_FLOAT			9
1773 #define LONG_DOUBLE_IS_UNKNOWN_FORMAT			-1
1774 #define LONG_DOUBLE_IS_DOUBLEDOUBLE_128_BIT_LITTLE_ENDIAN	LONG_DOUBLE_IS_DOUBLEDOUBLE_128_BIT_LE_LE /* back-compat */
1775 #define LONG_DOUBLE_IS_DOUBLEDOUBLE_128_BIT_BIG_ENDIAN	LONG_DOUBLE_IS_DOUBLEDOUBLE_128_BIT_BE_BE /* back-compat */
1776 #undef LONG_DOUBLE_STYLE_IEEE
1777 #undef LONG_DOUBLE_STYLE_IEEE_DOUBLEDOUBLE
1778 #undef LONG_DOUBLE_STYLE_IEEE_EXTENDED
1779 #undef LONG_DOUBLE_STYLE_IEEE_STD
1780 #undef LONG_DOUBLE_STYLE_VAX
1781 #endif
1782 
1783 /* HAS_LONG_LONG:
1784  *	This symbol will be defined if the C compiler supports long long.
1785  */
1786 /* LONGLONGSIZE:
1787  *	This symbol contains the size of a long long, so that the
1788  *	C preprocessor can make decisions based on it.  It is only
1789  *	defined if the system supports long long.
1790  */
1791 /*#define HAS_LONG_LONG		/ **/
1792 #ifdef HAS_LONG_LONG
1793 #define LONGLONGSIZE 8		/**/
1794 #endif
1795 
1796 /* HAS_MKSTEMP:
1797  *	This symbol, if defined, indicates that the mkstemp routine is
1798  *	available to exclusively create and open a uniquely named
1799  *	temporary file.
1800  */
1801 /*#define HAS_MKSTEMP		/ **/
1802 
1803 /* HAS_MMAP:
1804  *	This symbol, if defined, indicates that the mmap system call is
1805  *	available to map a file into memory.
1806  */
1807 /* Mmap_t:
1808  *	This symbol holds the return type of the mmap() system call
1809  *	(and simultaneously the type of the first argument).
1810  *	Usually set to 'void *' or 'caddr_t'.
1811  */
1812 /*#define HAS_MMAP		/ **/
1813 #define Mmap_t void *	/**/
1814 
1815 /* HAS_SETGRENT:
1816  *	This symbol, if defined, indicates that the setgrent routine is
1817  *	available for initializing sequential access of the group database.
1818  */
1819 /*#define HAS_SETGRENT		/ **/
1820 
1821 /* HAS_SETHOSTENT:
1822  *	This symbol, if defined, indicates that the sethostent() routine is
1823  *	available.
1824  */
1825 /*#define HAS_SETHOSTENT		/ **/
1826 
1827 /* HAS_SETNETENT:
1828  *	This symbol, if defined, indicates that the setnetent() routine is
1829  *	available.
1830  */
1831 /*#define HAS_SETNETENT		/ **/
1832 
1833 /* HAS_SETPROTOENT:
1834  *	This symbol, if defined, indicates that the setprotoent() routine is
1835  *	available.
1836  */
1837 /*#define HAS_SETPROTOENT		/ **/
1838 
1839 /* HAS_SETPGRP:
1840  *	This symbol, if defined, indicates that the setpgrp routine is
1841  *	available to set the current process group.
1842  */
1843 /* USE_BSD_SETPGRP:
1844  *	This symbol, if defined, indicates that setpgrp needs two
1845  *	arguments whereas USG one needs none.  See also HAS_SETPGID
1846  *	for a POSIX interface.
1847  */
1848 /*#define HAS_SETPGRP		/ **/
1849 /*#define USE_BSD_SETPGRP	/ **/
1850 
1851 /* HAS_SETPWENT:
1852  *	This symbol, if defined, indicates that the setpwent routine is
1853  *	available for initializing sequential access of the passwd database.
1854  */
1855 /*#define HAS_SETPWENT		/ **/
1856 
1857 /* HAS_SETSERVENT:
1858  *	This symbol, if defined, indicates that the setservent() routine is
1859  *	available.
1860  */
1861 /*#define HAS_SETSERVENT		/ **/
1862 
1863 /* HAS_SETVBUF:
1864  *	This symbol, if defined, indicates that the setvbuf routine is
1865  *	available to change buffering on an open stdio stream.
1866  *	to a line-buffered mode.
1867  */
1868 /*#define HAS_SETVBUF		/ **/
1869 
1870 /* HAS_SHM:
1871  *	This symbol, if defined, indicates that the entire shm*(2) library is
1872  *	supported.
1873  */
1874 /*#define HAS_SHM		/ **/
1875 
1876 /* Shmat_t:
1877  *	This symbol holds the return type of the shmat() system call.
1878  *	Usually set to 'void *' or 'char *'.
1879  */
1880 /* HAS_SHMAT_PROTOTYPE:
1881  *	This symbol, if defined, indicates that the sys/shm.h includes
1882  *	a prototype for shmat().  Otherwise, it is up to the program to
1883  *	guess one.  Shmat_t shmat(int, Shmat_t, int) is a good guess,
1884  *	but not always right so it should be emitted by the program only
1885  *	when HAS_SHMAT_PROTOTYPE is not defined to avoid conflicting defs.
1886  */
1887 #define Shmat_t void *	/**/
1888 /*#define HAS_SHMAT_PROTOTYPE	/ **/
1889 
1890 /* HAS_SOCKET:
1891  *	This symbol, if defined, indicates that the BSD socket interface is
1892  *	supported.
1893  */
1894 /* HAS_SOCKETPAIR:
1895  *	This symbol, if defined, indicates that the BSD socketpair() call is
1896  *	supported.
1897  */
1898 /* HAS_SOCKADDR_SA_LEN:
1899  *	This symbol, if defined, indicates that the struct sockaddr
1900  *	structure has a member called sa_len, indicating the length of
1901  *	the structure.
1902  */
1903 /* HAS_SOCKADDR_IN6:
1904  *	This symbol, if defined, indicates the availability of
1905  *	struct sockaddr_in6;
1906  */
1907 /* HAS_SIN6_SCOPE_ID:
1908  *	This symbol, if defined, indicates that the struct sockaddr_in6
1909  *	structure has a member called sin6_scope_id.
1910  */
1911 /* HAS_IP_MREQ:
1912  *	This symbol, if defined, indicates the availability of
1913  *	struct ip_mreq;
1914  */
1915 /* HAS_IP_MREQ_SOURCE:
1916  *	This symbol, if defined, indicates the availability of
1917  *	struct ip_mreq_source;
1918  */
1919 /* HAS_IPV6_MREQ:
1920  *	This symbol, if defined, indicates the availability of
1921  *	struct ipv6_mreq;
1922  */
1923 /* HAS_IPV6_MREQ_SOURCE:
1924  *	This symbol, if defined, indicates the availability of
1925  *	struct ipv6_mreq_source;
1926  */
1927 /*#define	HAS_SOCKET		/ **/
1928 /*#define	HAS_SOCKETPAIR	/ **/
1929 /*#define	HAS_SOCKADDR_SA_LEN	/ **/
1930 /*#define	HAS_SOCKADDR_IN6	/ **/
1931 /*#define	HAS_SIN6_SCOPE_ID	/ **/
1932 /*#define	HAS_IP_MREQ	/ **/
1933 /*#define	HAS_IP_MREQ_SOURCE	/ **/
1934 /*#define	HAS_IPV6_MREQ	/ **/
1935 /*#define	HAS_IPV6_MREQ_SOURCE	/ **/
1936 
1937 /* USE_STAT_BLOCKS:
1938  *	This symbol is defined if this system has a stat structure declaring
1939  *	st_blksize and st_blocks.
1940  */
1941 #ifndef USE_STAT_BLOCKS
1942 /*#define USE_STAT_BLOCKS	/ **/
1943 #endif
1944 
1945 /* HAS_SYS_ERRLIST:
1946  *	This symbol, if defined, indicates that the sys_errlist array is
1947  *	available to translate error numbers to strings. The extern int
1948  *	sys_nerr gives the size of that table.
1949  */
1950 /*#define HAS_SYS_ERRLIST	/ **/
1951 
1952 /* HAS_STRTOUL:
1953  *	This symbol, if defined, indicates that the strtoul routine is
1954  *	available to provide conversion of strings to unsigned long.
1955  */
1956 #define HAS_STRTOUL	/**/
1957 
1958 /* HAS_UNION_SEMUN:
1959  *	This symbol, if defined, indicates that the union semun is
1960  *	defined by including <sys/sem.h>.  If not, the user code
1961  *	probably needs to define it as:
1962  *	union semun {
1963  *	    int val;
1964  *	    struct semid_ds *buf;
1965  *	    unsigned short *array;
1966  *	}
1967  */
1968 /* USE_SEMCTL_SEMUN:
1969  *	This symbol, if defined, indicates that union semun is
1970  *	used for semctl IPC_STAT.
1971  */
1972 /* USE_SEMCTL_SEMID_DS:
1973  *	This symbol, if defined, indicates that struct semid_ds * is
1974  *	used for semctl IPC_STAT.
1975  */
1976 /*#define HAS_UNION_SEMUN	/ **/
1977 /*#define USE_SEMCTL_SEMUN	/ **/
1978 /*#define USE_SEMCTL_SEMID_DS	/ **/
1979 
1980 /* HAS_VFORK:
1981  *	This symbol, if defined, indicates that vfork() exists.
1982  */
1983 /*#define HAS_VFORK	/ **/
1984 
1985 /* HAS_PSEUDOFORK:
1986  *	This symbol, if defined, indicates that an emulation of the
1987  *	fork routine is available.
1988  */
1989 /*#define HAS_PSEUDOFORK	/ **/
1990 
1991 /* Signal_t:
1992  *	This symbol's value is either "void" or "int", corresponding to the
1993  *	appropriate return type of a signal handler.  Thus, you can declare
1994  *	a signal handler using "Signal_t (*handler)()", and define the
1995  *	handler using "Signal_t handler(sig)".
1996  */
1997 #define Signal_t int	/* Signal handler's return type */
1998 
1999 /* I_DIRENT:
2000  *	This symbol, if defined, indicates to the C program that it should
2001  *	include <dirent.h>. Using this symbol also triggers the definition
2002  *	of the Direntry_t define which ends up being 'struct dirent' or
2003  *	'struct direct' depending on the availability of <dirent.h>.
2004  */
2005 /* DIRNAMLEN:
2006  *	This symbol, if defined, indicates to the C program that the length
2007  *	of directory entry names is provided by a d_namlen field.  Otherwise
2008  *	you need to do strlen() on the d_name field.
2009  */
2010 /* Direntry_t:
2011  *	This symbol is set to 'struct direct' or 'struct dirent' depending on
2012  *	whether dirent is available or not. You should use this pseudo type to
2013  *	portably declare your directory entries.
2014  */
2015 #define I_DIRENT		/**/
2016 /*#define DIRNAMLEN	/ **/
2017 #define Direntry_t struct dirent
2018 
2019 /* I_EXECINFO:
2020  *	This symbol, if defined, indicates to the C program that it should
2021  *	include <execinfo.h> for backtrace() support.
2022  */
2023 /*#define I_EXECINFO		/ **/
2024 
2025 /* I_GRP:
2026  *	This symbol, if defined, indicates to the C program that it should
2027  *	include <grp.h>.
2028  */
2029 /* GRPASSWD:
2030  *	This symbol, if defined, indicates to the C program that struct group
2031  *	in <grp.h> contains gr_passwd.
2032  */
2033 /*#define I_GRP		/ **/
2034 /*#define GRPASSWD	/ **/
2035 
2036 /* I_NDBM:
2037  *	This symbol, if defined, indicates that <ndbm.h> exists and should
2038  *	be included.
2039  */
2040 /* I_GDBMNDBM:
2041  *	This symbol, if defined, indicates that <gdbm/ndbm.h> exists and should
2042  *	be included.  This was the location of the ndbm.h compatibility file
2043  *	in RedHat 7.1.
2044  */
2045 /* I_GDBM_NDBM:
2046  *	This symbol, if defined, indicates that <gdbm-ndbm.h> exists and should
2047  *	be included.  This is the location of the ndbm.h compatibility file
2048  *	in Debian 4.0.
2049  */
2050 /* NDBM_H_USES_PROTOTYPES:
2051  *	This symbol, if defined, indicates that <ndbm.h> uses real ANSI C
2052  *	prototypes instead of K&R style function declarations without any
2053  *	parameter information. While ANSI C prototypes are supported in C++,
2054  *	K&R style function declarations will yield errors.
2055  */
2056 /* GDBMNDBM_H_USES_PROTOTYPES:
2057  *	This symbol, if defined, indicates that <gdbm/ndbm.h> uses real ANSI C
2058  *	prototypes instead of K&R style function declarations without any
2059  *	parameter information. While ANSI C prototypes are supported in C++,
2060  *	K&R style function declarations will yield errors.
2061  */
2062 /* GDBM_NDBM_H_USES_PROTOTYPES:
2063  *	This symbol, if defined, indicates that <gdbm-ndbm.h> uses real ANSI C
2064  *	prototypes instead of K&R style function declarations without any
2065  *	parameter information. While ANSI C prototypes are supported in C++,
2066  *	K&R style function declarations will yield errors.
2067  */
2068 /*#define I_NDBM	/ **/
2069 /*#define I_GDBMNDBM	/ **/
2070 /*#define I_GDBM_NDBM	/ **/
2071 /*#define NDBM_H_USES_PROTOTYPES	/ **/
2072 /*#define GDBMNDBM_H_USES_PROTOTYPES	/ **/
2073 /*#define GDBM_NDBM_H_USES_PROTOTYPES	/ **/
2074 
2075 /* I_NETDB:
2076  *	This symbol, if defined, indicates that <netdb.h> exists and
2077  *	should be included.
2078  */
2079 /*#define I_NETDB		/ **/
2080 
2081 /* I_NET_ERRNO:
2082  *	This symbol, if defined, indicates that <net/errno.h> exists and
2083  *	should be included.
2084  */
2085 /*#define I_NET_ERRNO		/ **/
2086 
2087 /* I_PWD:
2088  *	This symbol, if defined, indicates to the C program that it should
2089  *	include <pwd.h>.
2090  */
2091 /* PWQUOTA:
2092  *	This symbol, if defined, indicates to the C program that struct passwd
2093  *	contains pw_quota.
2094  */
2095 /* PWAGE:
2096  *	This symbol, if defined, indicates to the C program that struct passwd
2097  *	contains pw_age.
2098  */
2099 /* PWCHANGE:
2100  *	This symbol, if defined, indicates to the C program that struct passwd
2101  *	contains pw_change.
2102  */
2103 /* PWCLASS:
2104  *	This symbol, if defined, indicates to the C program that struct passwd
2105  *	contains pw_class.
2106  */
2107 /* PWEXPIRE:
2108  *	This symbol, if defined, indicates to the C program that struct passwd
2109  *	contains pw_expire.
2110  */
2111 /* PWCOMMENT:
2112  *	This symbol, if defined, indicates to the C program that struct passwd
2113  *	contains pw_comment.
2114  */
2115 /* PWGECOS:
2116  *	This symbol, if defined, indicates to the C program that struct passwd
2117  *	contains pw_gecos.
2118  */
2119 /* PWPASSWD:
2120  *	This symbol, if defined, indicates to the C program that struct passwd
2121  *	contains pw_passwd.
2122  */
2123 /*#define I_PWD		/ **/
2124 /*#define PWQUOTA	/ **/
2125 /*#define PWAGE	/ **/
2126 /*#define PWCHANGE	/ **/
2127 /*#define PWCLASS	/ **/
2128 /*#define PWEXPIRE	/ **/
2129 /*#define PWCOMMENT	/ **/
2130 /*#define PWGECOS	/ **/
2131 /*#define PWPASSWD	/ **/
2132 
2133 /* I_SYSUIO:
2134  *	This symbol, if defined, indicates that <sys/uio.h> exists and
2135  *	should be included.
2136  */
2137 /*#define	I_SYSUIO		/ **/
2138 
2139 /* I_TERMIO:
2140  *	This symbol, if defined, indicates that the program should include
2141  *	<termio.h> rather than <sgtty.h>.  There are also differences in
2142  *	the ioctl() calls that depend on the value of this symbol.
2143  */
2144 /* I_TERMIOS:
2145  *	This symbol, if defined, indicates that the program should include
2146  *	the POSIX termios.h rather than sgtty.h or termio.h.
2147  *	There are also differences in the ioctl() calls that depend on the
2148  *	value of this symbol.
2149  */
2150 /* I_SGTTY:
2151  *	This symbol, if defined, indicates that the program should include
2152  *	<sgtty.h> rather than <termio.h>.  There are also differences in
2153  *	the ioctl() calls that depend on the value of this symbol.
2154  */
2155 /*#define I_TERMIO		/ **/
2156 /*#define I_TERMIOS		/ **/
2157 /*#define I_SGTTY		/ **/
2158 
2159 /* Free_t:
2160  *	This variable contains the return type of free().  It is usually
2161  *	void, but occasionally int.
2162  */
2163 /* Malloc_t:
2164  *	This symbol is the type of pointer returned by malloc and realloc.
2165  */
2166 #define Malloc_t void *			/**/
2167 #define Free_t void			/**/
2168 
2169 /* PERL_MALLOC_WRAP:
2170  *	This symbol, if defined, indicates that we'd like malloc wrap checks.
2171  */
2172 /*#define PERL_MALLOC_WRAP		/ **/
2173 
2174 /* MYMALLOC:
2175  *	This symbol, if defined, indicates that we're using our own malloc.
2176  */
2177 /*#define MYMALLOC			/ **/
2178 
2179 /* SH_PATH:
2180  *	This symbol contains the full pathname to the shell used on this
2181  *	on this system to execute Bourne shell scripts.  Usually, this will be
2182  *	/bin/sh, though it's possible that some systems will have /bin/ksh,
2183  *	/bin/pdksh, /bin/ash, /bin/bash, or even something such as
2184  *	D:/bin/sh.exe.
2185  */
2186 #define SH_PATH "/bin/sh"  /**/
2187 
2188 /* SIG_NAME:
2189  *	This symbol contains a list of signal names in order of
2190  *	signal number. This is intended
2191  *	to be used as a static array initialization, like this:
2192  *		char *sig_name[] = { SIG_NAME };
2193  *	The signals in the list are separated with commas, and each signal
2194  *	is surrounded by double quotes. There is no leading SIG in the signal
2195  *	name, i.e. SIGQUIT is known as "QUIT".
2196  *	Gaps in the signal numbers (up to NSIG) are filled in with NUMnn,
2197  *	etc., where nn is the actual signal number (e.g. NUM37).
2198  *	The signal number for sig_name[i] is stored in sig_num[i].
2199  *	The last element is 0 to terminate the list with a NULL.  This
2200  *	corresponds to the 0 at the end of the sig_name_init list.
2201  *	Note that this variable is initialized from the sig_name_init,
2202  *	not from sig_name (which is unused).
2203  */
2204 /* SIG_NUM:
2205  *	This symbol contains a list of signal numbers, in the same order as the
2206  *	SIG_NAME list. It is suitable for static array initialization, as in:
2207  *		int sig_num[] = { SIG_NUM };
2208  *	The signals in the list are separated with commas, and the indices
2209  *	within that list and the SIG_NAME list match, so it's easy to compute
2210  *	the signal name from a number or vice versa at the price of a small
2211  *	dynamic linear lookup.
2212  *	Duplicates are allowed, but are moved to the end of the list.
2213  *	The signal number corresponding to sig_name[i] is sig_number[i].
2214  *	if (i < NSIG) then sig_number[i] == i.
2215  *	The last element is 0, corresponding to the 0 at the end of
2216  *	the sig_name_init list.
2217  *	Note that this variable is initialized from the sig_num_init,
2218  *	not from sig_num (which is unused).
2219  */
2220 /* SIG_SIZE:
2221  *	This variable contains the number of elements of the SIG_NAME
2222  *	and SIG_NUM arrays, excluding the final NULL entry.
2223  */
2224 #define SIG_NAME 0		/**/
2225 #define SIG_NUM  0		/**/
2226 #define SIG_SIZE 1			/**/
2227 
2228 /* USE_CROSS_COMPILE:
2229  *	This symbol, if defined, indicates that Perl is being cross-compiled.
2230  */
2231 /* PERL_TARGETARCH:
2232  *	This symbol, if defined, indicates the target architecture
2233  *	Perl has been cross-compiled to.  Undefined if not a cross-compile.
2234  */
2235 #ifndef USE_CROSS_COMPILE
2236 /*#define	USE_CROSS_COMPILE	/ **/
2237 #define	PERL_TARGETARCH	""	/**/
2238 #endif
2239 
2240 /* PERL_USE_DEVEL:
2241  *	This symbol, if defined, indicates that Perl was configured with
2242  *	-Dusedevel, to enable development features.  This should not be
2243  *	done for production builds.
2244  */
2245 /*#define	PERL_USE_DEVEL		/ **/
2246 
2247 /* HAS_ATOLF:
2248  *	This symbol, if defined, indicates that the atolf routine is
2249  *	available to convert strings into long doubles.
2250  */
2251 /*#define HAS_ATOLF		/ **/
2252 
2253 /* HAS_ATOLL:
2254  *	This symbol, if defined, indicates that the atoll routine is
2255  *	available to convert strings into long longs.
2256  */
2257 /*#define HAS_ATOLL		/ **/
2258 
2259 /* HAS__FWALK:
2260  *	This symbol, if defined, indicates that the _fwalk system call is
2261  *	available to apply a function to all the file handles.
2262  */
2263 /*#define HAS__FWALK		/ **/
2264 
2265 /* HAS_ACCEPT4:
2266  *	This symbol, if defined, indicates that the accept4 routine is
2267  *	available to accept socket connections.
2268  */
2269 /*#define HAS_ACCEPT4	/ **/
2270 
2271 /* HAS_ACOSH:
2272  *	This symbol, if defined, indicates that the acosh routine is
2273  *	available to do the inverse hyperbolic cosine function.
2274  */
2275 /*#define HAS_ACOSH		/ **/
2276 
2277 /* HAS_AINTL:
2278  *	This symbol, if defined, indicates that the aintl routine is
2279  *	available.  If copysignl is also present we can emulate modfl.
2280  */
2281 /*#define HAS_AINTL		/ **/
2282 
2283 /* HAS_ASINH:
2284  *	This symbol, if defined, indicates that the asinh routine is
2285  *	available to do the inverse hyperbolic sine function.
2286  */
2287 /*#define HAS_ASINH		/ **/
2288 
2289 /* HAS_ATANH:
2290  *	This symbol, if defined, indicates that the atanh routine is
2291  *	available to do the inverse hyperbolic tangent function.
2292  */
2293 /*#define HAS_ATANH		/ **/
2294 
2295 /* HAS_BUILTIN_CHOOSE_EXPR:
2296  *	Can we handle GCC builtin for compile-time ternary-like expressions
2297  */
2298 /* HAS_BUILTIN_EXPECT:
2299  *	Can we handle GCC builtin for telling that certain values are more
2300  *	likely
2301  */
2302 /*#define HAS_BUILTIN_EXPECT	/ **/
2303 /*#define HAS_BUILTIN_CHOOSE_EXPR	/ **/
2304 
2305 /* HAS_BUILTIN_ADD_OVERFLOW:
2306  *	This symbol, if defined, indicates that the compiler supports
2307  *	__builtin_add_overflow for adding integers with overflow checks.
2308  */
2309 /* HAS_BUILTIN_SUB_OVERFLOW:
2310  *	This symbol, if defined, indicates that the compiler supports
2311  *	__builtin_sub_overflow for subtracting integers with overflow checks.
2312  */
2313 /* HAS_BUILTIN_MUL_OVERFLOW:
2314  *	This symbol, if defined, indicates that the compiler supports
2315  *	__builtin_mul_overflow for multiplying integers with overflow checks.
2316  */
2317 /*#define HAS_BUILTIN_ADD_OVERFLOW	/ **/
2318 /*#define HAS_BUILTIN_SUB_OVERFLOW	/ **/
2319 /*#define HAS_BUILTIN_MUL_OVERFLOW	/ **/
2320 
2321 /* HAS_C99_VARIADIC_MACROS:
2322  *	If defined, the compiler supports C99 variadic macros.
2323  */
2324 /*#define	HAS_C99_VARIADIC_MACROS	/ **/
2325 
2326 /* HAS_CLASS:
2327  *	This symbol, if defined, indicates that the class routine is
2328  *	available to classify doubles.  Available for example in AIX.
2329  *	The returned values are defined in <float.h> and are:
2330  *
2331  *	FP_PLUS_NORM	Positive normalized, nonzero
2332  *	FP_MINUS_NORM	Negative normalized, nonzero
2333  *	FP_PLUS_DENORM	Positive denormalized, nonzero
2334  *	FP_MINUS_DENORM	Negative denormalized, nonzero
2335  *	FP_PLUS_ZERO	+0.0
2336  *	FP_MINUS_ZERO	-0.0
2337  *	FP_PLUS_INF	+INF
2338  *	FP_MINUS_INF	-INF
2339  *	FP_NANS		Signaling Not a Number (NaNS)
2340  *	FP_NANQ		Quiet Not a Number (NaNQ)
2341  */
2342 /*#define HAS_CLASS		/ **/
2343 
2344 /* HAS_CLEARENV:
2345  *	This symbol, if defined, indicates that the clearenv () routine is
2346  *	available for use.
2347  */
2348 /*#define HAS_CLEARENV		/ **/
2349 
2350 /* HAS_STRUCT_CMSGHDR:
2351  *	This symbol, if defined, indicates that the struct cmsghdr
2352  *	is supported.
2353  */
2354 /*#define HAS_STRUCT_CMSGHDR	/ **/
2355 
2356 /* HAS_COPYSIGN:
2357  *	This symbol, if defined, indicates that the copysign routine is
2358  *	available to do the copysign function.
2359  */
2360 /*#define HAS_COPYSIGN		/ **/
2361 
2362 /* HAS_COPYSIGNL:
2363  *	This symbol, if defined, indicates that the copysignl routine is
2364  *	available.  If aintl is also present we can emulate modfl.
2365  */
2366 /*#define HAS_COPYSIGNL		/ **/
2367 
2368 /* USE_CPLUSPLUS:
2369  *	This symbol, if defined, indicates that a C++ compiler was
2370  *	used to compiled Perl and will be used to compile extensions.
2371  */
2372 /*#define USE_CPLUSPLUS		/ **/
2373 
2374 /* HAS_DBMINIT_PROTO:
2375  *	This symbol, if defined, indicates that the system provides
2376  *	a prototype for the dbminit() function.  Otherwise, it is up
2377  *	to the program to supply one.  A good guess is
2378  *		extern int dbminit(char *);
2379  */
2380 /*#define	HAS_DBMINIT_PROTO	/ **/
2381 
2382 /* HAS_DIR_DD_FD:
2383  *	This symbol, if defined, indicates that the the DIR* dirstream
2384  *	structure contains a member variable named dd_fd.
2385  */
2386 /*#define HAS_DIR_DD_FD		/ **/
2387 
2388 /* HAS_DIRFD:
2389  *	This manifest constant lets the C program know that dirfd
2390  *	is available.
2391  */
2392 /*#define HAS_DIRFD		/ **/
2393 
2394 /* DLSYM_NEEDS_UNDERSCORE:
2395  *	This symbol, if defined, indicates that we need to prepend an
2396  *	underscore to the symbol name before calling dlsym().  This only
2397  *	makes sense if you *have* dlsym, which we will presume is the
2398  *	case if you're using dl_dlopen.xs.
2399  */
2400 /*#define	DLSYM_NEEDS_UNDERSCORE	/ **/
2401 
2402 /* HAS_DUP3:
2403  *	This symbol, if defined, indicates that the dup3 routine is
2404  *	available to duplicate file descriptors.
2405  */
2406 /*#define HAS_DUP3	/ **/
2407 
2408 /* HAS_ERF:
2409  *	This symbol, if defined, indicates that the erf routine is
2410  *	available to do the error function.
2411  */
2412 /*#define HAS_ERF		/ **/
2413 
2414 /* HAS_ERFC:
2415  *	This symbol, if defined, indicates that the erfc routine is
2416  *	available to do the complementary error function.
2417  */
2418 /*#define HAS_ERFC		/ **/
2419 
2420 /* HAS_EXP2:
2421  *	This symbol, if defined, indicates that the exp2 routine is
2422  *	available to do the 2**x function.
2423  */
2424 /*#define HAS_EXP2		/ **/
2425 
2426 /* HAS_EXPM1:
2427  *	This symbol, if defined, indicates that the expm1 routine is
2428  *	available to do the exp(x) - 1 when x is near 1 function.
2429  */
2430 /*#define HAS_EXPM1		/ **/
2431 
2432 /* HAS_FAST_STDIO:
2433  *	This symbol, if defined, indicates that the "fast stdio"
2434  *	is available to manipulate the stdio buffers directly.
2435  */
2436 /*#define HAS_FAST_STDIO		/ **/
2437 
2438 /* HAS_FCHDIR:
2439  *	This symbol, if defined, indicates that the fchdir routine is
2440  *	available to change directory using a file descriptor.
2441  */
2442 /*#define HAS_FCHDIR		/ **/
2443 
2444 /* FCNTL_CAN_LOCK:
2445  *	This symbol, if defined, indicates that fcntl() can be used
2446  *	for file locking.  Normally on Unix systems this is defined.
2447  *	It may be undefined on VMS.
2448  */
2449 /*#define FCNTL_CAN_LOCK		/ **/
2450 
2451 /* HAS_FDCLOSE:
2452  *	This symbol, if defined, indicates that the fdclose routine is
2453  *	available to free a FILE structure without closing the underlying
2454  *	file descriptor.  This function appeared in FreeBSD 10.2.
2455  */
2456 /*#define HAS_FDCLOSE		/ **/
2457 
2458 /* HAS_FDIM:
2459  *	This symbol, if defined, indicates that the fdim routine is
2460  *	available to do the positive difference function.
2461  */
2462 /*#define HAS_FDIM		/ **/
2463 
2464 /* HAS_FEGETROUND:
2465  *	This symbol, if defined, indicates that the fegetround routine is
2466  *	available to return the macro corresponding to the current rounding
2467  *	mode.
2468  */
2469 /*#define HAS_FEGETROUND	/ **/
2470 
2471 /* HAS_FINITE:
2472  *	This symbol, if defined, indicates that the finite routine is
2473  *	available to check whether a double is finite (non-infinity non-NaN).
2474  */
2475 /*#define HAS_FINITE		/ **/
2476 
2477 /* HAS_FINITEL:
2478  *	This symbol, if defined, indicates that the finitel routine is
2479  *	available to check whether a long double is finite
2480  *	(non-infinity non-NaN).
2481  */
2482 /*#define HAS_FINITEL		/ **/
2483 
2484 /* HAS_FLOCK_PROTO:
2485  *	This symbol, if defined, indicates that the system provides
2486  *	a prototype for the flock() function.  Otherwise, it is up
2487  *	to the program to supply one.  A good guess is
2488  *		extern int flock(int, int);
2489  */
2490 /*#define	HAS_FLOCK_PROTO	/ **/
2491 
2492 /* HAS_FMA:
2493  *	This symbol, if defined, indicates that the fma routine is
2494  *	available to do the multiply-add function.
2495  */
2496 /*#define HAS_FMA		/ **/
2497 
2498 /* HAS_FMAX:
2499  *	This symbol, if defined, indicates that the fmax routine is
2500  *	available to do the maximum function.
2501  */
2502 /*#define HAS_FMAX		/ **/
2503 
2504 /* HAS_FMIN:
2505  *	This symbol, if defined, indicates that the fmin routine is
2506  *	available to do the minimum function.
2507  */
2508 /*#define HAS_FMIN		/ **/
2509 
2510 /* HAS_FP_CLASS:
2511  *	This symbol, if defined, indicates that the fp_class routine is
2512  *	available to classify doubles.  Available for example in Digital UNIX.
2513  *	The returned values are defined in <math.h> and are:
2514  *
2515  *	FP_SNAN           Signaling NaN (Not-a-Number)
2516  *	FP_QNAN           Quiet NaN (Not-a-Number)
2517  *	FP_POS_INF        +infinity
2518  *	FP_NEG_INF        -infinity
2519  *	FP_POS_NORM       Positive normalized
2520  *	FP_NEG_NORM       Negative normalized
2521  *	FP_POS_DENORM     Positive denormalized
2522  *	FP_NEG_DENORM     Negative denormalized
2523  *	FP_POS_ZERO       +0.0 (positive zero)
2524  *	FP_NEG_ZERO       -0.0 (negative zero)
2525  */
2526 /*#define HAS_FP_CLASS		/ **/
2527 
2528 /* HAS_FP_CLASSL:
2529  *	This symbol, if defined, indicates that the fp_classl routine is
2530  *	available to classify long doubles.  Available for example in
2531  *	Digital UNIX.  See for possible values HAS_FP_CLASS.
2532  */
2533 /*#define HAS_FP_CLASSL		/ **/
2534 
2535 /* HAS_FPCLASS:
2536  *	This symbol, if defined, indicates that the fpclass routine is
2537  *	available to classify doubles.  Available for example in Solaris/SVR4.
2538  *	The returned values are defined in <ieeefp.h> and are:
2539  *
2540  *	FP_SNAN		signaling NaN
2541  *	FP_QNAN		quiet NaN
2542  *	FP_NINF		negative infinity
2543  *	FP_PINF		positive infinity
2544  *	FP_NDENORM	negative denormalized non-zero
2545  *	FP_PDENORM	positive denormalized non-zero
2546  *	FP_NZERO	negative zero
2547  *	FP_PZERO	positive zero
2548  *	FP_NNORM	negative normalized non-zero
2549  *	FP_PNORM	positive normalized non-zero
2550  */
2551 /*#define HAS_FPCLASS		/ **/
2552 
2553 /* HAS_FPCLASSIFY:
2554  *	This symbol, if defined, indicates that the fpclassify routine is
2555  *	available to classify doubles.  Available for example in HP-UX.
2556  *	The returned values are defined in <math.h> and are
2557  *
2558  *	  FP_NORMAL     Normalized
2559  *	  FP_ZERO       Zero
2560  *	  FP_INFINITE   Infinity
2561  *	  FP_SUBNORMAL  Denormalized
2562  *	  FP_NAN        NaN
2563  *
2564  */
2565 /* HAS_FP_CLASSIFY:
2566  *	This symbol, if defined, indicates that the fp_classify routine is
2567  *	available to classify doubles. The values are defined in <math.h>
2568  *
2569  *	  FP_NORMAL     Normalized
2570  *	  FP_ZERO       Zero
2571  *	  FP_INFINITE   Infinity
2572  *	  FP_SUBNORMAL  Denormalized
2573  *	  FP_NAN        NaN
2574  *
2575  */
2576 /*#define	HAS_FPCLASSIFY		/ **/
2577 /*#define	HAS_FP_CLASSIFY		/ **/
2578 
2579 /* HAS_FPCLASSL:
2580  *	This symbol, if defined, indicates that the fpclassl routine is
2581  *	available to classify long doubles.  Available for example in IRIX.
2582  *	The returned values are defined in <ieeefp.h> and are:
2583  *
2584  *	FP_SNAN		signaling NaN
2585  *	FP_QNAN		quiet NaN
2586  *	FP_NINF		negative infinity
2587  *	FP_PINF		positive infinity
2588  *	FP_NDENORM	negative denormalized non-zero
2589  *	FP_PDENORM	positive denormalized non-zero
2590  *	FP_NZERO	negative zero
2591  *	FP_PZERO	positive zero
2592  *	FP_NNORM	negative normalized non-zero
2593  *	FP_PNORM	positive normalized non-zero
2594  */
2595 /*#define HAS_FPCLASSL		/ **/
2596 
2597 /* HAS_FPGETROUND:
2598  *	This symbol, if defined, indicates that the fpgetround routine is
2599  *	available to get the floating point rounding mode.
2600  */
2601 /*#define HAS_FPGETROUND		/ **/
2602 
2603 /* HAS_FPOS64_T:
2604  *	This symbol will be defined if the C compiler supports fpos64_t.
2605  */
2606 /*#define	HAS_FPOS64_T	/ **/
2607 
2608 /* HAS_FREXPL:
2609  *	This symbol, if defined, indicates that the frexpl routine is
2610  *	available to break a long double floating-point number into
2611  *	a normalized fraction and an integral power of 2.
2612  */
2613 /*#define HAS_FREXPL		/ **/
2614 
2615 /* HAS_STRUCT_FS_DATA:
2616  *	This symbol, if defined, indicates that the struct fs_data
2617  *	to do statfs() is supported.
2618  */
2619 /*#define HAS_STRUCT_FS_DATA	/ **/
2620 
2621 /* HAS_FCHMODAT:
2622  *	This symbol is defined if the fchmodat() routine is available.
2623  */
2624 /* HAS_LINKAT:
2625  *	This symbol is defined if the linkat() routine is available.
2626  */
2627 /* HAS_OPENAT:
2628  *	This symbol is defined if the openat() routine is available.
2629  */
2630 /* HAS_RENAMEAT:
2631  *	This symbol is defined if the renameat() routine is available.
2632  */
2633 /* HAS_UNLINKAT:
2634  *	This symbol is defined if the unlinkat() routine is available.
2635  */
2636 /*#define	HAS_FCHMODAT	/ **/
2637 /*#define	HAS_LINKAT	/ **/
2638 /*#define	HAS_OPENAT	/ **/
2639 /*#define	HAS_RENAMEAT	/ **/
2640 /*#define	HAS_UNLINKAT	/ **/
2641 
2642 /* HAS_FSEEKO:
2643  *	This symbol, if defined, indicates that the fseeko routine is
2644  *	available to fseek beyond 32 bits (useful for ILP32 hosts).
2645  */
2646 /*#define HAS_FSEEKO		/ **/
2647 
2648 /* HAS_FSTATFS:
2649  *	This symbol, if defined, indicates that the fstatfs routine is
2650  *	available to stat filesystems by file descriptors.
2651  */
2652 /*#define HAS_FSTATFS		/ **/
2653 
2654 /* HAS_FSYNC:
2655  *	This symbol, if defined, indicates that the fsync routine is
2656  *	available to write a file's modified data and attributes to
2657  *	permanent storage.
2658  */
2659 /*#define HAS_FSYNC		/ **/
2660 
2661 /* HAS_FTELLO:
2662  *	This symbol, if defined, indicates that the ftello routine is
2663  *	available to ftell beyond 32 bits (useful for ILP32 hosts).
2664  */
2665 /*#define HAS_FTELLO		/ **/
2666 
2667 /* HAS_FUTIMES:
2668  *	This symbol, if defined, indicates that the futimes routine is
2669  *	available to change file descriptor time stamps with struct timevals.
2670  */
2671 /*#define HAS_FUTIMES		/ **/
2672 
2673 /* HAS_GAI_STRERROR:
2674  *	This symbol, if defined, indicates that the gai_strerror routine
2675  *	is available to translate error codes returned by getaddrinfo()
2676  *	into human readable strings.
2677  */
2678 /*#define HAS_GAI_STRERROR	/ **/
2679 
2680 /* HAS_GETADDRINFO:
2681  *	This symbol, if defined, indicates that the getaddrinfo() function
2682  *	is available for use.
2683  */
2684 /*#define HAS_GETADDRINFO		/ **/
2685 
2686 /* HAS_GETCWD:
2687  *	This symbol, if defined, indicates that the getcwd routine is
2688  *	available to get the current working directory.
2689  */
2690 /*#define HAS_GETCWD		/ **/
2691 
2692 /* HAS_GETESPWNAM:
2693  *	This symbol, if defined, indicates that the getespwnam system call is
2694  *	available to retrieve enhanced (shadow) password entries by name.
2695  */
2696 /*#define HAS_GETESPWNAM		/ **/
2697 
2698 /* HAS_GETFSSTAT:
2699  *	This symbol, if defined, indicates that the getfsstat routine is
2700  *	available to stat filesystems in bulk.
2701  */
2702 /*#define HAS_GETFSSTAT		/ **/
2703 
2704 /* HAS_GETITIMER:
2705  *	This symbol, if defined, indicates that the getitimer routine is
2706  *	available to return interval timers.
2707  */
2708 /*#define HAS_GETITIMER		/ **/
2709 
2710 /* HAS_GETMNT:
2711  *	This symbol, if defined, indicates that the getmnt routine is
2712  *	available to get filesystem mount info by filename.
2713  */
2714 /*#define HAS_GETMNT		/ **/
2715 
2716 /* HAS_GETMNTENT:
2717  *	This symbol, if defined, indicates that the getmntent routine is
2718  *	available to iterate through mounted file systems to get their info.
2719  */
2720 /*#define HAS_GETMNTENT		/ **/
2721 
2722 /* HAS_GETNAMEINFO:
2723  *	This symbol, if defined, indicates that the getnameinfo() function
2724  *	is available for use.
2725  */
2726 /*#define HAS_GETNAMEINFO		/ **/
2727 
2728 /* HAS_GETPRPWNAM:
2729  *	This symbol, if defined, indicates that the getprpwnam system call is
2730  *	available to retrieve protected (shadow) password entries by name.
2731  */
2732 /*#define HAS_GETPRPWNAM		/ **/
2733 
2734 /* HAS_GETSPNAM:
2735  *	This symbol, if defined, indicates that the getspnam system call is
2736  *	available to retrieve SysV shadow password entries by name.
2737  */
2738 /*#define HAS_GETSPNAM		/ **/
2739 
2740 /* HAS_HASMNTOPT:
2741  *	This symbol, if defined, indicates that the hasmntopt routine is
2742  *	available to query the mount options of file systems.
2743  */
2744 /*#define HAS_HASMNTOPT		/ **/
2745 
2746 /* HAS_HYPOT:
2747  *	This symbol, if defined, indicates that the hypot routine is
2748  *	available to do the hypotenuse function.
2749  */
2750 /*#define HAS_HYPOT		/ **/
2751 
2752 /* HAS_ILOGB:
2753  *	This symbol, if defined, indicates that the ilogb routine is
2754  *	available to get integer exponent of a floating-point value.
2755  */
2756 /*#define HAS_ILOGB		/ **/
2757 
2758 /* HAS_ILOGBL:
2759  *	This symbol, if defined, indicates that the ilogbl routine is
2760  *	available.  If scalbnl is also present we can emulate frexpl.
2761  */
2762 /*#define HAS_ILOGBL		/ **/
2763 
2764 /* HAS_INETNTOP:
2765  *	This symbol, if defined, indicates that the inet_ntop() function
2766  *	is available to parse IPv4 and IPv6 strings.
2767  */
2768 /*#define HAS_INETNTOP		/ **/
2769 
2770 /* HAS_INETPTON:
2771  *	This symbol, if defined, indicates that the inet_pton() function
2772  *	is available to parse IPv4 and IPv6 strings.
2773  */
2774 /*#define HAS_INETPTON		/ **/
2775 
2776 /* HAS_INT64_T:
2777  *	This symbol will defined if the C compiler supports int64_t.
2778  *	Usually the <inttypes.h> needs to be included, but sometimes
2779  *	<sys/types.h> is enough.
2780  */
2781 /*#define     HAS_INT64_T               / **/
2782 
2783 /* HAS_ISBLANK:
2784  *	This manifest constant lets the C program know that isblank
2785  *	is available.
2786  */
2787 /*#define HAS_ISBLANK		/ **/
2788 
2789 /* HAS_ISFINITE:
2790  *	This symbol, if defined, indicates that the isfinite routine is
2791  *	available to check whether a double is finite (non-infinity non-NaN).
2792  */
2793 /*#define HAS_ISFINITE		/ **/
2794 
2795 /* HAS_ISFINITEL:
2796  *	This symbol, if defined, indicates that the isfinitel routine is
2797  *	available to check whether a long double is finite.
2798  *	(non-infinity non-NaN).
2799  */
2800 /*#define HAS_ISFINITEL		/ **/
2801 
2802 /* HAS_ISINF:
2803  *	This symbol, if defined, indicates that the isinf routine is
2804  *	available to check whether a double is an infinity.
2805  */
2806 /*#define HAS_ISINF		/ **/
2807 
2808 /* HAS_ISINFL:
2809  *	This symbol, if defined, indicates that the isinfl routine is
2810  *	available to check whether a long double is an infinity.
2811  */
2812 /*#define HAS_ISINFL		/ **/
2813 
2814 /* HAS_ISLESS:
2815  *	This symbol, if defined, indicates that the isless routine is
2816  *	available to do the isless function.
2817  */
2818 /*#define HAS_ISLESS		/ **/
2819 
2820 /* HAS_ISNAN:
2821  *	This symbol, if defined, indicates that the isnan routine is
2822  *	available to check whether a double is a NaN.
2823  */
2824 /*#define HAS_ISNAN		/ **/
2825 
2826 /* HAS_ISNANL:
2827  *	This symbol, if defined, indicates that the isnanl routine is
2828  *	available to check whether a long double is a NaN.
2829  */
2830 /*#define HAS_ISNANL		/ **/
2831 
2832 /* HAS_ISNORMAL:
2833  *	This symbol, if defined, indicates that the isnormal routine is
2834  *	available to check whether a double is normal (non-zero normalized).
2835  */
2836 /*#define HAS_ISNORMAL		/ **/
2837 
2838 /* HAS_J0:
2839  *	This symbol, if defined, indicates to the C program that the
2840  *	j0() function is available for Bessel functions of the first
2841  *	kind of the order zero, for doubles.
2842  */
2843 /* HAS_J0L:
2844  *	This symbol, if defined, indicates to the C program that the
2845  *	j0l() function is available for Bessel functions of the first
2846  *	kind of the order zero, for long doubles.
2847  */
2848 /*#define	HAS_J0		/ **/
2849 /*#define	HAS_J0L		/ **/
2850 
2851 /* HAS_LC_MONETARY_2008:
2852  *	This symbol, if defined, indicates that the localeconv routine is
2853  *	available and has the additional members added in POSIX 1003.1-2008.
2854  */
2855 /*#define HAS_LC_MONETARY_2008		/ **/
2856 
2857 /* HAS_LDBL_DIG:
2858  *	This symbol, if defined, indicates that this system's <float.h>
2859  *	or <limits.h> defines the symbol LDBL_DIG, which is the number
2860  *	of significant digits in a long double precision number. Unlike
2861  *	for DBL_DIG, there's no good guess for LDBL_DIG if it is undefined.
2862  */
2863 /*#define HAS_LDBL_DIG	/ * */
2864 
2865 /* HAS_LGAMMA:
2866  *	This symbol, if defined, indicates that the lgamma routine is
2867  *	available to do the log gamma function.  See also HAS_TGAMMA and
2868  *	HAS_LGAMMA_R.
2869  */
2870 /*#define HAS_LGAMMA		/ **/
2871 
2872 /* HAS_LGAMMA_R:
2873  *	This symbol, if defined, indicates that the lgamma_r routine is
2874  *	available to do the log gamma function without using the global
2875  *	signgam variable.
2876  */
2877 /*#define HAS_LGAMMA_R		/ **/
2878 
2879 /* LIBM_LIB_VERSION:
2880  *	This symbol, if defined, indicates that libm exports _LIB_VERSION
2881  *	and that math.h defines the enum to manipulate it.
2882  */
2883 /*#define LIBM_LIB_VERSION		/ **/
2884 
2885 /* HAS_LLRINT:
2886  *	This symbol, if defined, indicates that the llrint routine is
2887  *	available to return the long long value closest to a double
2888  *	(according to the current rounding mode).
2889  */
2890 /*#define HAS_LLRINT		/ **/
2891 
2892 /* HAS_LLRINTL:
2893  *	This symbol, if defined, indicates that the llrintl routine is
2894  *	available to return the long long value closest to a long double
2895  *	(according to the current rounding mode).
2896  */
2897 /*#define HAS_LLRINTL		/ **/
2898 
2899 /* HAS_LLROUND:
2900  *	This symbol, if defined, indicates that the llround routine is
2901  *	available to return the nearest long long value.
2902  */
2903 /*#define HAS_LLROUND		/ **/
2904 
2905 /* HAS_LLROUNDL:
2906  *	This symbol, if defined, indicates that the llroundl routine is
2907  *	available to return the nearest long long value away from zero of
2908  *	the long double argument value.
2909  */
2910 /*#define HAS_LLROUNDL		/ **/
2911 
2912 /* HAS_LOG1P:
2913  *	This symbol, if defined, indicates that the log1p routine is
2914  *	available to do the logarithm of 1 plus argument function.
2915  */
2916 /*#define HAS_LOG1P		/ **/
2917 
2918 /* HAS_LOG2:
2919  *	This symbol, if defined, indicates that the log2 routine is
2920  *	available to do the log2 function.
2921  */
2922 /*#define HAS_LOG2		/ **/
2923 
2924 /* HAS_LOGB:
2925  *	This symbol, if defined, indicates that the logb routine is
2926  *	available to do the logb function.
2927  */
2928 /*#define HAS_LOGB		/ **/
2929 
2930 /* HAS_LRINT:
2931  *	This symbol, if defined, indicates that the lrint routine is
2932  *	available to return the integral value closest to a double
2933  *	(according to the current rounding mode).
2934  */
2935 /*#define HAS_LRINT		/ **/
2936 
2937 /* HAS_LRINTL:
2938  *	This symbol, if defined, indicates that the lrintl routine is
2939  *	available to return the integral value closest to a long double
2940  *	(according to the current rounding mode).
2941  */
2942 /*#define HAS_LRINTL		/ **/
2943 
2944 /* HAS_LROUND:
2945  *	This symbol, if defined, indicates that the lround routine is
2946  *	available to return the nearest integral value.
2947  */
2948 /*#define HAS_LROUND		/ **/
2949 
2950 /* HAS_LROUNDL:
2951  *	This symbol, if defined, indicates that the lroundl routine is
2952  *	available to return the nearest integral value away from zero of
2953  *	the long double argument value.
2954  */
2955 /*#define HAS_LROUNDL		/ **/
2956 
2957 /* HAS_MADVISE:
2958  *	This symbol, if defined, indicates that the madvise system call is
2959  *	available to map a file into memory.
2960  */
2961 /*#define HAS_MADVISE		/ **/
2962 
2963 /* HAS_MALLOC_SIZE:
2964  *	This symbol, if defined, indicates that the malloc_size
2965  *	routine is available for use.
2966  */
2967 /*#define HAS_MALLOC_SIZE		/ **/
2968 
2969 /* HAS_MALLOC_GOOD_SIZE:
2970  *	This symbol, if defined, indicates that the malloc_good_size
2971  *	routine is available for use.
2972  */
2973 /*#define HAS_MALLOC_GOOD_SIZE	/ **/
2974 
2975 /* HAS_MEMMEM:
2976  *	This symbol, if defined, indicates that the memmem routine is
2977  *	available to return a pointer to the start of the first occurance
2978  *	of a substring in a memory area (or NULL if not found).
2979  *	In glibc, memmem is a GNU extension.  The function is visible in
2980  *	libc, but the prototype is only visible if _GNU_SOURCE is #defined.
2981  *	Thus we only define this if both the prototype and symbol are found.
2982  */
2983 /*#define HAS_MEMMEM		/ **/
2984 
2985 /* HAS_MEMRCHR:
2986  *	This symbol, if defined, indicates that the memrchr routine is
2987  *	available to return a pointer to the last occurrence of a byte in
2988  *	a memory area (or NULL if not found).
2989  */
2990 /*#define HAS_MEMRCHR		/ **/
2991 
2992 /* HAS_MKDTEMP:
2993  *	This symbol, if defined, indicates that the mkdtemp routine is
2994  *	available to exclusively create a uniquely named temporary directory.
2995  */
2996 /*#define HAS_MKDTEMP		/ **/
2997 
2998 /* HAS_MKOSTEMP:
2999  *	This symbol, if defined, indicates that the mkostemp routine is
3000  *	available to exclusively create and open a uniquely named (with a
3001  *	suffix) temporary file.
3002  */
3003 /*#define HAS_MKOSTEMP	/ **/
3004 
3005 /* HAS_MKSTEMPS:
3006  *	This symbol, if defined, indicates that the mkstemps routine is
3007  *	available to exclusively create and open a uniquely named
3008  *	(with a suffix) temporary file.
3009  */
3010 /*#define HAS_MKSTEMPS		/ **/
3011 
3012 /* HAS_MODFL:
3013  *	This symbol, if defined, indicates that the modfl routine is
3014  *	available to split a long double x into a fractional part f and
3015  *	an integer part i such that |f| < 1.0 and (f + i) = x.
3016  */
3017 /* HAS_MODFL_PROTO:
3018  *	This symbol, if defined, indicates that the system provides
3019  *	a prototype for the modfl() function.  Otherwise, it is up
3020  *	to the program to supply one.
3021  */
3022 /*#define HAS_MODFL		/ **/
3023 /*#define HAS_MODFL_PROTO		/ **/
3024 
3025 /* HAS_MPROTECT:
3026  *	This symbol, if defined, indicates that the mprotect system call is
3027  *	available to modify the access protection of a memory mapped file.
3028  */
3029 /*#define HAS_MPROTECT		/ **/
3030 
3031 /* HAS_STRUCT_MSGHDR:
3032  *	This symbol, if defined, indicates that the struct msghdr
3033  *	is supported.
3034  */
3035 /*#define HAS_STRUCT_MSGHDR	/ **/
3036 
3037 /* HAS_NAN:
3038  *	This symbol, if defined, indicates that the nan routine is
3039  *	available to generate NaN.
3040  */
3041 /*#define HAS_NAN		/ **/
3042 
3043 /* HAS_NANOSLEEP:
3044  *	This symbol, if defined, indicates that the nanosleep
3045  *	system call is available to sleep with 1E-9 sec accuracy.
3046  */
3047 /*#define HAS_NANOSLEEP		/ **/
3048 
3049 /* HAS_NEARBYINT:
3050  *	This symbol, if defined, indicates that the nearbyint routine is
3051  *	available to return the integral value closest to (according to
3052  *	the current rounding mode) to x.
3053  */
3054 /*#define HAS_NEARBYINT		/ **/
3055 
3056 /* HAS_NEWLOCALE:
3057  *	This symbol, if defined, indicates that the newlocale routine is
3058  *	available to return a new locale object or modify an existing
3059  *	locale object.
3060  */
3061 /* HAS_FREELOCALE:
3062  *	This symbol, if defined, indicates that the freelocale routine is
3063  *	available to deallocates the resources associated with a locale object.
3064  */
3065 /* HAS_USELOCALE:
3066  *	This symbol, if defined, indicates that the uselocale routine is
3067  *	available to set the current locale for the calling thread.
3068  */
3069 /* HAS_DUPLOCALE:
3070  *	This symbol, if defined, indicates that the duplocale routine is
3071  *	available to duplicate a locale object.
3072  */
3073 /* HAS_QUERYLOCALE:
3074  *	This symbol, if defined, indicates that the querylocale routine is
3075  *	available to return the name of the locale for a category mask.
3076  */
3077 /* I_XLOCALE:
3078  *	This symbol, if defined, indicates to the C program that it should
3079  *	include <xlocale.h> to get uselocale() and its friends.
3080  */
3081 /*#define	HAS_NEWLOCALE	/ **/
3082 /*#define	HAS_FREELOCALE	/ **/
3083 /*#define	HAS_USELOCALE	/ **/
3084 /*#define	HAS_DUPLOCALE	/ **/
3085 /*#define	HAS_QUERYLOCALE	/ **/
3086 /*#define	I_XLOCALE               / **/
3087 
3088 /* HAS_NEXTAFTER:
3089  *	This symbol, if defined, indicates that the nextafter routine is
3090  *	available to return the next machine representable double from
3091  *	x in direction y.
3092  */
3093 /*#define HAS_NEXTAFTER		/ **/
3094 
3095 /* HAS_NEXTTOWARD:
3096  *	This symbol, if defined, indicates that the nexttoward routine is
3097  *	available to return the next machine representable long double from
3098  *	x in direction y.
3099  */
3100 /*#define HAS_NEXTTOWARD		/ **/
3101 
3102 /* HAS_NL_LANGINFO:
3103  *	This symbol, if defined, indicates that the nl_langinfo routine is
3104  *	available to return local data.  You will also need <langinfo.h>
3105  *	and therefore I_LANGINFO.
3106  */
3107 /*#define HAS_NL_LANGINFO		/ **/
3108 
3109 /* HAS_OFF64_T:
3110  *	This symbol will be defined if the C compiler supports off64_t.
3111  */
3112 /*#define	HAS_OFF64_T		/ **/
3113 
3114 /* HAS_PIPE2:
3115  *	This symbol, if defined, indicates that the pipe2 routine is
3116  *	available to create an inter-process channel.
3117  */
3118 /*#define HAS_PIPE2		/ **/
3119 
3120 /* HAS_PRCTL:
3121  *	This symbol, if defined, indicates that the prctl routine is
3122  *	available to set process title.
3123  *	Note that there are at least two prctl variants: Linux and Irix.
3124  *	While they are somewhat similar, they are incompatible.
3125  */
3126 /* HAS_PRCTL_SET_NAME:
3127  *	This symbol, if defined, indicates that the prctl routine is
3128  *	available to set process title and supports PR_SET_NAME.
3129  */
3130 /*#define HAS_PRCTL		/ **/
3131 /*#define HAS_PRCTL_SET_NAME		/ **/
3132 
3133 /* HAS_PROCSELFEXE:
3134  *	This symbol is defined if PROCSELFEXE_PATH is a symlink
3135  *	to the absolute pathname of the executing program.
3136  */
3137 /* PROCSELFEXE_PATH:
3138  *	If HAS_PROCSELFEXE is defined this symbol is the filename
3139  *	of the symbolic link pointing to the absolute pathname of
3140  *	the executing program.
3141  */
3142 /*#define HAS_PROCSELFEXE	/ **/
3143 #if defined(HAS_PROCSELFEXE) && !defined(PROCSELFEXE_PATH)
3144 #define PROCSELFEXE_PATH		/**/
3145 #endif
3146 
3147 /* HAS_PTHREAD_ATTR_SETSCOPE:
3148  *	This symbol, if defined, indicates that the pthread_attr_setscope
3149  *	system call is available to set the contention scope attribute of
3150  *	a thread attribute object.
3151  */
3152 /*#define HAS_PTHREAD_ATTR_SETSCOPE		/ **/
3153 
3154 /* HAS_PTRDIFF_T:
3155  *	This symbol will be defined if the C compiler supports ptrdiff_t.
3156  */
3157 #define	HAS_PTRDIFF_T		/**/
3158 
3159 /* HAS_READV:
3160  *	This symbol, if defined, indicates that the readv routine is
3161  *	available to do gather reads.  You will also need <sys/uio.h>
3162  *	and there I_SYSUIO.
3163  */
3164 /*#define HAS_READV		/ **/
3165 
3166 /* HAS_RECVMSG:
3167  *	This symbol, if defined, indicates that the recvmsg routine is
3168  *	available to send structured socket messages.
3169  */
3170 /*#define HAS_RECVMSG		/ **/
3171 
3172 /* HAS_REMAINDER:
3173  *	This symbol, if defined, indicates that the remainder routine is
3174  *	available to return the floating-point remainder.
3175  */
3176 /*#define HAS_REMAINDER		/ **/
3177 
3178 /* HAS_REMQUO:
3179  *	This symbol, if defined, indicates that the remquo routine is
3180  *	available to return the remainder and part of quotient.
3181  */
3182 /*#define HAS_REMQUO		/ **/
3183 
3184 /* HAS_RINT:
3185  *	This symbol, if defined, indicates that the rint routine is
3186  *	available to return the nearest integral value to x as double
3187  *	using the current rounding mode.
3188  */
3189 /*#define HAS_RINT		/ **/
3190 
3191 /* HAS_ROUND:
3192  *	This symbol, if defined, indicates that the round routine is
3193  *	available to round to nearest integer, away from zero.
3194  */
3195 /*#define HAS_ROUND		/ **/
3196 
3197 /* HAS_SBRK_PROTO:
3198  *	This symbol, if defined, indicates that the system provides
3199  *	a prototype for the sbrk() function.  Otherwise, it is up
3200  *	to the program to supply one.  Good guesses are
3201  *		extern void* sbrk(int);
3202  *		extern void* sbrk(size_t);
3203  */
3204 /*#define	HAS_SBRK_PROTO	/ **/
3205 
3206 /* HAS_SCALBN:
3207  *	This symbol, if defined, indicates that the scalbn routine is
3208  *	available to multiply floating-point number by integral power
3209  *	of radix.
3210  */
3211 /*#define HAS_SCALBN		/ **/
3212 
3213 /* HAS_SCALBNL:
3214  *	This symbol, if defined, indicates that the scalbnl routine is
3215  *	available.  If ilogbl is also present we can emulate frexpl.
3216  */
3217 /*#define HAS_SCALBNL		/ **/
3218 
3219 /* HAS_SENDMSG:
3220  *	This symbol, if defined, indicates that the sendmsg routine is
3221  *	available to send structured socket messages.
3222  */
3223 /*#define HAS_SENDMSG		/ **/
3224 
3225 /* HAS_SETITIMER:
3226  *	This symbol, if defined, indicates that the setitimer routine is
3227  *	available to set interval timers.
3228  */
3229 /*#define HAS_SETITIMER		/ **/
3230 
3231 /* HAS_SETLOCALE:
3232  *	This symbol, if defined, indicates that the setlocale routine is
3233  *	available to handle locale-specific ctype implementations.
3234  */
3235 /* SETLOCALE_ACCEPTS_ANY_LOCALE_NAME:
3236  *	This symbol, if defined, indicates that the setlocale routine is
3237  *	available and it accepts any input locale name as valid.
3238  */
3239 /*#define HAS_SETLOCALE	/ **/
3240 /*#define SETLOCALE_ACCEPTS_ANY_LOCALE_NAME	/ **/
3241 
3242 /* HAS_SETPROCTITLE:
3243  *	This symbol, if defined, indicates that the setproctitle routine is
3244  *	available to set process title.
3245  */
3246 /*#define HAS_SETPROCTITLE		/ **/
3247 
3248 /* HAS_SIGNBIT:
3249  *	This symbol, if defined, indicates that the signbit routine is
3250  *	available to check if the given number has the sign bit set.
3251  *	This should include correct testing of -0.0.  This will only be set
3252  *	if the signbit() routine is safe to use with the NV type used internally
3253  *	in perl.  Users should call Perl_signbit(), which will be #defined to
3254  *	the system's signbit() function or macro if this symbol is defined.
3255  */
3256 /*#define HAS_SIGNBIT		/ **/
3257 
3258 /* HAS_SIGPROCMASK:
3259  *	This symbol, if defined, indicates that the sigprocmask
3260  *	system call is available to examine or change the signal mask
3261  *	of the calling process.
3262  */
3263 /*#define HAS_SIGPROCMASK		/ **/
3264 
3265 /* USE_SITECUSTOMIZE:
3266  *	This symbol, if defined, indicates that sitecustomize should
3267  *	be used.
3268  */
3269 #ifndef USE_SITECUSTOMIZE
3270 /*#define	USE_SITECUSTOMIZE		/ **/
3271 #endif
3272 
3273 /* HAS_SNPRINTF:
3274  *	This symbol, if defined, indicates that the snprintf () library
3275  *	function is available for use.
3276  */
3277 /* HAS_VSNPRINTF:
3278  *	This symbol, if defined, indicates that the vsnprintf () library
3279  *	function is available for use.
3280  */
3281 /*#define HAS_SNPRINTF	/ **/
3282 /*#define HAS_VSNPRINTF	/ **/
3283 
3284 /* HAS_SOCKATMARK:
3285  *	This symbol, if defined, indicates that the sockatmark routine is
3286  *	available to test whether a socket is at the out-of-band mark.
3287  */
3288 /*#define HAS_SOCKATMARK		/ **/
3289 
3290 /* HAS_SOCKATMARK_PROTO:
3291  *	This symbol, if defined, indicates that the system provides
3292  *	a prototype for the sockatmark() function.  Otherwise, it is up
3293  *	to the program to supply one.  A good guess is
3294  *		extern int sockatmark(int);
3295  */
3296 /*#define	HAS_SOCKATMARK_PROTO	/ **/
3297 
3298 /* HAS_SOCKS5_INIT:
3299  *	This symbol, if defined, indicates that the socks5_init routine is
3300  *	available to initialize SOCKS 5.
3301  */
3302 /*#define HAS_SOCKS5_INIT		/ **/
3303 
3304 /* HAS_SQRTL:
3305  *	This symbol, if defined, indicates that the sqrtl routine is
3306  *	available to do long double square roots.
3307  */
3308 /*#define HAS_SQRTL		/ **/
3309 
3310 /* HAS_SETRESGID_PROTO:
3311  *	This symbol, if defined, indicates that the system provides
3312  *	a prototype for the setresgid() function.  Otherwise, it is up
3313  *	to the program to supply one.  Good guesses are
3314  *		extern int setresgid(uid_t ruid, uid_t euid, uid_t suid);
3315  */
3316 /*#define	HAS_SETRESGID_PROTO	/ **/
3317 
3318 /* HAS_SETRESUID_PROTO:
3319  *	This symbol, if defined, indicates that the system provides
3320  *	a prototype for the setresuid() function.  Otherwise, it is up
3321  *	to the program to supply one.  Good guesses are
3322  *		extern int setresuid(uid_t ruid, uid_t euid, uid_t suid);
3323  */
3324 /*#define	HAS_SETRESUID_PROTO	/ **/
3325 
3326 /* HAS_STRUCT_STATFS_F_FLAGS:
3327  *	This symbol, if defined, indicates that the struct statfs
3328  *	does have the f_flags member containing the mount flags of
3329  *	the filesystem containing the file.
3330  *	This kind of struct statfs is coming from <sys/mount.h> (BSD 4.3),
3331  *	not from <sys/statfs.h> (SYSV).  Older BSDs (like Ultrix) do not
3332  *	have statfs() and struct statfs, they have ustat() and getmnt()
3333  *	with struct ustat and struct fs_data.
3334  */
3335 /*#define HAS_STRUCT_STATFS_F_FLAGS		/ **/
3336 
3337 /* HAS_STRUCT_STATFS:
3338  *	This symbol, if defined, indicates that the struct statfs
3339  *	to do statfs() is supported.
3340  */
3341 /*#define HAS_STRUCT_STATFS	/ **/
3342 
3343 /* HAS_FSTATVFS:
3344  *	This symbol, if defined, indicates that the fstatvfs routine is
3345  *	available to stat filesystems by file descriptors.
3346  */
3347 /*#define HAS_FSTATVFS		/ **/
3348 
3349 /* HAS_STRERROR_L:
3350  *	This symbol, if defined, indicates that the strerror_l routine is
3351  *	available to return the error message for a given errno value in
3352  *	a particular locale (identified by a locale_t object).
3353  */
3354 /*#define HAS_STRERROR_L		/ **/
3355 
3356 /* HAS_STRFTIME:
3357  *	This symbol, if defined, indicates that the strftime routine is
3358  *	available to do time formatting.
3359  */
3360 /*#define HAS_STRFTIME		/ **/
3361 
3362 /* HAS_STRLCAT:
3363  *	This symbol, if defined, indicates that the strlcat () routine is
3364  *	available to do string concatenation.
3365  */
3366 /*#define HAS_STRLCAT		/ **/
3367 
3368 /* HAS_STRLCPY:
3369  *	This symbol, if defined, indicates that the strlcpy () routine is
3370  *	available to do string copying.
3371  */
3372 /*#define HAS_STRLCPY		/ **/
3373 
3374 /* HAS_STRNLEN:
3375  *	This symbol, if defined, indicates that the strnlen () routine is
3376  *	available to check the length of a string up to a maximum.
3377  */
3378 /*#define HAS_STRNLEN		/ **/
3379 
3380 /* HAS_STRTOLD:
3381  *	This symbol, if defined, indicates that the strtold routine is
3382  *	available to convert strings to long doubles.
3383  */
3384 /*#define HAS_STRTOLD		/ **/
3385 
3386 /* HAS_STRTOLL:
3387  *	This symbol, if defined, indicates that the strtoll routine is
3388  *	available to convert strings to long longs.
3389  */
3390 /*#define HAS_STRTOLL		/ **/
3391 
3392 /* HAS_STRTOQ:
3393  *	This symbol, if defined, indicates that the strtoq routine is
3394  *	available to convert strings to long longs (quads).
3395  */
3396 /*#define HAS_STRTOQ		/ **/
3397 
3398 /* HAS_STRTOULL:
3399  *	This symbol, if defined, indicates that the strtoull routine is
3400  *	available to convert strings to unsigned long longs.
3401  */
3402 /*#define HAS_STRTOULL		/ **/
3403 
3404 /* HAS_STRTOUQ:
3405  *	This symbol, if defined, indicates that the strtouq routine is
3406  *	available to convert strings to unsigned long longs (quads).
3407  */
3408 /*#define HAS_STRTOUQ		/ **/
3409 
3410 /* HAS_SYSCALL_PROTO:
3411  *	This symbol, if defined, indicates that the system provides
3412  *	a prototype for the syscall() function.  Otherwise, it is up
3413  *	to the program to supply one.  Good guesses are
3414  *		extern int syscall(int,  ...);
3415  *		extern int syscall(long, ...);
3416  */
3417 /*#define	HAS_SYSCALL_PROTO	/ **/
3418 
3419 /* HAS_TELLDIR_PROTO:
3420  *	This symbol, if defined, indicates that the system provides
3421  *	a prototype for the telldir() function.  Otherwise, it is up
3422  *	to the program to supply one.  A good guess is
3423  *		extern long telldir(DIR*);
3424  */
3425 /*#define	HAS_TELLDIR_PROTO	/ **/
3426 
3427 /* HAS_TGAMMA:
3428  *	This symbol, if defined, indicates that the tgamma routine is
3429  *	available to do the gamma function. See also HAS_LGAMMA.
3430  */
3431 /*#define HAS_TGAMMA		/ **/
3432 
3433 /* HAS_CTIME64:
3434  *	This symbol, if defined, indicates that the ctime64 () routine is
3435  *	available to do the 64bit variant of ctime ()
3436  */
3437 /* HAS_LOCALTIME64:
3438  *	This symbol, if defined, indicates that the localtime64 () routine is
3439  *	available to do the 64bit variant of localtime ()
3440  */
3441 /* HAS_GMTIME64:
3442  *	This symbol, if defined, indicates that the gmtime64 () routine is
3443  *	available to do the 64bit variant of gmtime ()
3444  */
3445 /* HAS_MKTIME64:
3446  *	This symbol, if defined, indicates that the mktime64 () routine is
3447  *	available to do the 64bit variant of mktime ()
3448  */
3449 /* HAS_DIFFTIME64:
3450  *	This symbol, if defined, indicates that the difftime64 () routine is
3451  *	available to do the 64bit variant of difftime ()
3452  */
3453 /* HAS_ASCTIME64:
3454  *	This symbol, if defined, indicates that the asctime64 () routine is
3455  *	available to do the 64bit variant of asctime ()
3456  */
3457 /*#define	HAS_CTIME64		/ **/
3458 /*#define	HAS_LOCALTIME64		/ **/
3459 /*#define	HAS_GMTIME64		/ **/
3460 /*#define	HAS_MKTIME64		/ **/
3461 /*#define	HAS_DIFFTIME64		/ **/
3462 /*#define	HAS_ASCTIME64		/ **/
3463 
3464 /* HAS_TIMEGM:
3465  *	This symbol, if defined, indicates that the timegm routine is
3466  *	available to do the opposite of gmtime ()
3467  */
3468 /*#define HAS_TIMEGM		/ **/
3469 
3470 /* HAS_TOWLOWER:
3471  *	This symbol, if defined, indicates that the towlower () routine is
3472  *	available to do case conversion.
3473  */
3474 /*#define HAS_TOWLOWER		/ **/
3475 
3476 /* HAS_TOWUPPER:
3477  *	This symbol, if defined, indicates that the towupper () routine is
3478  *	available to do case conversion.
3479  */
3480 /*#define HAS_TOWUPPER		/ **/
3481 
3482 /* HAS_TRUNC:
3483  *	This symbol, if defined, indicates that the trunc routine is
3484  *	available to round doubles towards zero.
3485  */
3486 /*#define HAS_TRUNC		/ **/
3487 
3488 /* HAS_TRUNCL:
3489  *	This symbol, if defined, indicates that the truncl routine is
3490  *	available. If copysignl is also present we can emulate modfl.
3491  */
3492 /*#define HAS_TRUNCL		/ **/
3493 
3494 /* U32_ALIGNMENT_REQUIRED:
3495  *	This symbol, if defined, indicates that you must access
3496  *	character data through U32-aligned pointers.
3497  */
3498 #ifndef U32_ALIGNMENT_REQUIRED
3499 #define U32_ALIGNMENT_REQUIRED	/**/
3500 #endif
3501 
3502 /* HAS_UALARM:
3503  *	This symbol, if defined, indicates that the ualarm routine is
3504  *	available to do alarms with microsecond granularity.
3505  */
3506 /*#define HAS_UALARM		/ **/
3507 
3508 /* HAS_UNORDERED:
3509  *	This symbol, if defined, indicates that the unordered routine is
3510  *	available to check whether two doubles are unordered
3511  *	(effectively: whether either of them is NaN)
3512  */
3513 /*#define HAS_UNORDERED		/ **/
3514 
3515 /* HAS_UNSETENV:
3516  *	This symbol, if defined, indicates that the unsetenv () routine is
3517  *	available for use.
3518  */
3519 /*#define HAS_UNSETENV		/ **/
3520 
3521 /* HAS_USLEEP_PROTO:
3522  *	This symbol, if defined, indicates that the system provides
3523  *	a prototype for the usleep() function.  Otherwise, it is up
3524  *	to the program to supply one.  A good guess is
3525  *		extern int usleep(useconds_t);
3526  */
3527 /*#define	HAS_USLEEP_PROTO	/ **/
3528 
3529 /* HAS_USTAT:
3530  *	This symbol, if defined, indicates that the ustat system call is
3531  *	available to query file system statistics by dev_t.
3532  */
3533 /*#define HAS_USTAT		/ **/
3534 
3535 /* HAS_WCSCMP:
3536  *	This symbol, if defined, indicates that the wcscmp routine is
3537  *	available to compare two wide character strings.
3538  */
3539 /*#define HAS_WCSCMP	/ **/
3540 
3541 /* HAS_WCSXFRM:
3542  *	This symbol, if defined, indicates that the wcsxfrm routine is
3543  *	available to tranform a wide character string for wcscmp().
3544  */
3545 /*#define HAS_WCSXFRM	/ **/
3546 
3547 /* HAS_WRITEV:
3548  *	This symbol, if defined, indicates that the writev routine is
3549  *	available to do scatter writes.
3550  */
3551 /*#define HAS_WRITEV		/ **/
3552 
3553 /* DEFAULT_INC_EXCLUDES_DOT:
3554  *	This symbol, if defined, removes the legacy default behavior of
3555  *	including '.' at the end of @INC.
3556  */
3557 /*#define DEFAULT_INC_EXCLUDES_DOT	/ **/
3558 
3559 /* USE_DYNAMIC_LOADING:
3560  *	This symbol, if defined, indicates that dynamic loading of
3561  *	some sort is available.
3562  */
3563 /*#define USE_DYNAMIC_LOADING		/ **/
3564 
3565 /* FFLUSH_NULL:
3566  *	This symbol, if defined, tells that fflush(NULL) correctly
3567  *	flushes all pending stdio output without side effects. In
3568  *	particular, on some platforms calling fflush(NULL) *still*
3569  *	corrupts STDIN if it is a pipe.
3570  */
3571 /* FFLUSH_ALL:
3572  *	This symbol, if defined, tells that to flush
3573  *	all pending stdio output one must loop through all
3574  *	the stdio file handles stored in an array and fflush them.
3575  *	Note that if fflushNULL is defined, fflushall will not
3576  *	even be probed for and will be left undefined.
3577  */
3578 /*#define	FFLUSH_NULL		/ **/
3579 /*#define	FFLUSH_ALL		/ **/
3580 
3581 /* I_BFD:
3582  *	This symbol, if defined, indicates that <bfd.h> exists and
3583  *	can be included.
3584  */
3585 /*#define	I_BFD		/ **/
3586 
3587 /* I_CRYPT:
3588  *	This symbol, if defined, indicates that <crypt.h> exists and
3589  *	should be included.
3590  */
3591 /*#define	I_CRYPT		/ **/
3592 
3593 /* DB_Prefix_t:
3594  *	This symbol contains the type of the prefix structure element
3595  *	in the <db.h> header file.  In older versions of DB, it was
3596  *	int, while in newer ones it is u_int32_t.
3597  */
3598 /* DB_Hash_t:
3599  *	This symbol contains the type of the prefix structure element
3600  *	in the <db.h> header file.  In older versions of DB, it was
3601  *	int, while in newer ones it is size_t.
3602  */
3603 /* DB_VERSION_MAJOR_CFG:
3604  *	This symbol, if defined, defines the major version number of
3605  *	Berkeley DB found in the <db.h> header when Perl was configured.
3606  */
3607 /* DB_VERSION_MINOR_CFG:
3608  *	This symbol, if defined, defines the minor version number of
3609  *	Berkeley DB found in the <db.h> header when Perl was configured.
3610  *	For DB version 1 this is always 0.
3611  */
3612 /* DB_VERSION_PATCH_CFG:
3613  *	This symbol, if defined, defines the patch version number of
3614  *	Berkeley DB found in the <db.h> header when Perl was configured.
3615  *	For DB version 1 this is always 0.
3616  */
3617 #define DB_Hash_t	u_int32_t		/**/
3618 #define DB_Prefix_t	size_t		/**/
3619 #define DB_VERSION_MAJOR_CFG	0	/**/
3620 #define DB_VERSION_MINOR_CFG	0	/**/
3621 #define DB_VERSION_PATCH_CFG	0	/**/
3622 
3623 /* I_FENV:
3624  *	This symbol, if defined, indicates to the C program that it should
3625  *	include <fenv.h> to get the floating point environment definitions.
3626  */
3627 /*#define I_FENV		/ **/
3628 
3629 /* I_FP:
3630  *	This symbol, if defined, indicates that <fp.h> exists and
3631  *	should be included.
3632  */
3633 /*#define	I_FP		/ **/
3634 
3635 /* I_FP_CLASS:
3636  *	This symbol, if defined, indicates that <fp_class.h> exists and
3637  *	should be included.
3638  */
3639 /*#define	I_FP_CLASS		/ **/
3640 
3641 /* I_IEEEFP:
3642  *	This symbol, if defined, indicates that <ieeefp.h> exists and
3643  *	should be included.
3644  */
3645 /*#define	I_IEEEFP		/ **/
3646 
3647 /* I_INTTYPES:
3648  *	This symbol, if defined, indicates to the C program that it should
3649  *	include <inttypes.h>.
3650  */
3651 /*#define   I_INTTYPES                / **/
3652 
3653 /* I_LANGINFO:
3654  *	This symbol, if defined, indicates that <langinfo.h> exists and
3655  *	should be included.
3656  */
3657 /*#define	I_LANGINFO		/ **/
3658 
3659 /* I_LIBUTIL:
3660  *	This symbol, if defined, indicates that <libutil.h> exists and
3661  *	should be included.
3662  */
3663 /*#define	I_LIBUTIL		/ **/
3664 
3665 /* I_MALLOCMALLOC:
3666  *	This symbol, if defined, indicates to the C program that it should
3667  *	include <malloc/malloc.h>.
3668  */
3669 /*#define I_MALLOCMALLOC		/ **/
3670 
3671 /* I_MNTENT:
3672  *	This symbol, if defined, indicates that <mntent.h> exists and
3673  *	should be included.
3674  */
3675 /*#define	I_MNTENT		/ **/
3676 
3677 /* I_NETINET_TCP:
3678  *	This symbol, if defined, indicates to the C program that it should
3679  *	include <netinet/tcp.h>.
3680  */
3681 /*#define   I_NETINET_TCP                / **/
3682 
3683 /* I_POLL:
3684  *	This symbol, if defined, indicates that <poll.h> exists and
3685  *	should be included. (see also HAS_POLL)
3686  */
3687 /*#define	I_POLL		/ **/
3688 
3689 /* I_PROT:
3690  *	This symbol, if defined, indicates that <prot.h> exists and
3691  *	should be included.
3692  */
3693 /*#define	I_PROT		/ **/
3694 
3695 /* I_QUADMATH:
3696  *	This symbol, if defined, indicates that <quadmath.h> exists and
3697  *	should be included.
3698  */
3699 /*#define	I_QUADMATH		/ **/
3700 
3701 /* I_SHADOW:
3702  *	This symbol, if defined, indicates that <shadow.h> exists and
3703  *	should be included.
3704  */
3705 /*#define	I_SHADOW		/ **/
3706 
3707 /* I_SOCKS:
3708  *	This symbol, if defined, indicates that <socks.h> exists and
3709  *	should be included.
3710  */
3711 /*#define	I_SOCKS		/ **/
3712 
3713 /* I_STDBOOL:
3714  *	This symbol, if defined, indicates that <stdbool.h> exists and
3715  *	can be included.
3716  */
3717 /*#define	I_STDBOOL		/ **/
3718 
3719 /* I_STDINT:
3720  *	This symbol, if defined, indicates that <stdint.h> exists and
3721  *	should be included.
3722  */
3723 /*#define I_STDINT		/ **/
3724 
3725 /* I_SUNMATH:
3726  *	This symbol, if defined, indicates that <sunmath.h> exists and
3727  *	should be included.
3728  */
3729 /*#define	I_SUNMATH		/ **/
3730 
3731 /* I_SYSLOG:
3732  *	This symbol, if defined, indicates that <syslog.h> exists and
3733  *	should be included.
3734  */
3735 /*#define	I_SYSLOG		/ **/
3736 
3737 /* I_SYSMODE:
3738  *	This symbol, if defined, indicates that <sys/mode.h> exists and
3739  *	should be included.
3740  */
3741 /*#define	I_SYSMODE		/ **/
3742 
3743 /* I_SYS_MOUNT:
3744  *	This symbol, if defined, indicates that <sys/mount.h> exists and
3745  *	should be included.
3746  */
3747 /*#define	I_SYS_MOUNT		/ **/
3748 
3749 /* I_SYS_STATFS:
3750  *	This symbol, if defined, indicates that <sys/statfs.h> exists.
3751  */
3752 /*#define	I_SYS_STATFS		/ **/
3753 
3754 /* I_SYS_STATVFS:
3755  *	This symbol, if defined, indicates that <sys/statvfs.h> exists and
3756  *	should be included.
3757  */
3758 /*#define	I_SYS_STATVFS		/ **/
3759 
3760 /* I_SYSUTSNAME:
3761  *	This symbol, if defined, indicates that <sys/utsname.h> exists and
3762  *	should be included.
3763  */
3764 /*#define	I_SYSUTSNAME		/ **/
3765 
3766 /* I_SYS_VFS:
3767  *	This symbol, if defined, indicates that <sys/vfs.h> exists and
3768  *	should be included.
3769  */
3770 /*#define	I_SYS_VFS		/ **/
3771 
3772 /* I_USTAT:
3773  *	This symbol, if defined, indicates that <ustat.h> exists and
3774  *	should be included.
3775  */
3776 /*#define	I_USTAT		/ **/
3777 
3778 /* I_WCHAR:
3779  *	This symbol, if defined, indicates to the C program that <wchar.h>
3780  *	is available for inclusion
3781  */
3782 /*#define   I_WCHAR	/ **/
3783 
3784 /* I_WCTYPE:
3785  *	This symbol, if defined, indicates that <wctype.h> exists.
3786  */
3787 /*#define	I_WCTYPE		/ **/
3788 
3789 /* DOUBLEINFBYTES:
3790  *	This symbol, if defined, is a comma-separated list of
3791  *	hexadecimal bytes for the double precision infinity.
3792  */
3793 /* DOUBLENANBYTES:
3794  *	This symbol, if defined, is a comma-separated list of
3795  *	hexadecimal bytes (0xHH) for the double precision not-a-number.
3796  */
3797 /* LONGDBLINFBYTES:
3798  *	This symbol, if defined, is a comma-separated list of
3799  *	hexadecimal bytes for the long double precision infinity.
3800  */
3801 /* LONGDBLNANBYTES:
3802  *	This symbol, if defined, is a comma-separated list of
3803  *	hexadecimal bytes (0xHH) for the long double precision not-a-number.
3804  */
3805 #define DOUBLEINFBYTES  0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xf0, 0x7f		/**/
3806 #define DOUBLENANBYTES  0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xf8, 0x7f		/**/
3807 #define LONGDBLINFBYTES 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xff, 0x7f, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00		/**/
3808 #define LONGDBLNANBYTES 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x80, 0xff, 0x7f, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00		/**/
3809 
3810 /* PERL_PRIfldbl:
3811  *	This symbol, if defined, contains the string used by stdio to
3812  *	format long doubles (format 'f') for output.
3813  */
3814 /* PERL_PRIgldbl:
3815  *	This symbol, if defined, contains the string used by stdio to
3816  *	format long doubles (format 'g') for output.
3817  */
3818 /* PERL_PRIeldbl:
3819  *	This symbol, if defined, contains the string used by stdio to
3820  *	format long doubles (format 'e') for output.
3821  */
3822 /* PERL_SCNfldbl:
3823  *	This symbol, if defined, contains the string used by stdio to
3824  *	format long doubles (format 'f') for input.
3825  */
3826 /* DOUBLEKIND:
3827  *	DOUBLEKIND will be one of
3828  *	DOUBLE_IS_IEEE_754_32_BIT_LITTLE_ENDIAN
3829  *	DOUBLE_IS_IEEE_754_32_BIT_BIG_ENDIAN
3830  *	DOUBLE_IS_IEEE_754_64_BIT_LITTLE_ENDIAN
3831  *	DOUBLE_IS_IEEE_754_64_BIT_BIG_ENDIAN
3832  *	DOUBLE_IS_IEEE_754_128_BIT_LITTLE_ENDIAN
3833  *	DOUBLE_IS_IEEE_754_128_BIT_BIG_ENDIAN
3834  *	DOUBLE_IS_IEEE_754_64_BIT_MIXED_ENDIAN_LE_BE
3835  *	DOUBLE_IS_IEEE_754_64_BIT_MIXED_ENDIAN_BE_LE
3836  *	DOUBLE_IS_VAX_F_FLOAT
3837  *	DOUBLE_IS_VAX_D_FLOAT
3838  *	DOUBLE_IS_VAX_G_FLOAT
3839  *	DOUBLE_IS_IBM_SINGLE_32_BIT
3840  *	DOUBLE_IS_IBM_DOUBLE_64_BIT
3841  *	DOUBLE_IS_CRAY_SINGLE_64_BIT
3842  *	DOUBLE_IS_UNKNOWN_FORMAT
3843  */
3844 /* DOUBLE_HAS_INF:
3845  *	This symbol, if defined, indicates that the double has
3846  *	the infinity.
3847  */
3848 /* DOUBLE_HAS_NAN:
3849  *	This symbol, if defined, indicates that the double has
3850  *	the not-a-number.
3851  */
3852 /* DOUBLE_HAS_NEGATIVE_ZERO:
3853  *	This symbol, if defined, indicates that the double has
3854  *	the negative_zero.
3855  */
3856 /* DOUBLE_HAS_SUBNORMALS:
3857  *	This symbol, if defined, indicates that the double has
3858  *	the subnormals (denormals).
3859  */
3860 /* DOUBLE_STYLE_CRAY:
3861  *	This symbol, if defined, indicates that the double is
3862  *	the 64-bit CRAY mainframe format.
3863  */
3864 /* DOUBLE_STYLE_IBM:
3865  *	This symbol, if defined, indicates that the double is
3866  *	the 64-bit IBM mainframe format.
3867  */
3868 /* DOUBLE_STYLE_IEEE:
3869  *	This symbol, if defined, indicates that the double is
3870  *	the 64-bit IEEE 754.
3871  */
3872 /* DOUBLE_STYLE_VAX:
3873  *	This symbol, if defined, indicates that the double is
3874  *	the 64-bit VAX format D or G.
3875  */
3876 #define DOUBLEKIND 3		/**/
3877 #define DOUBLE_IS_IEEE_754_32_BIT_LITTLE_ENDIAN	1
3878 #define DOUBLE_IS_IEEE_754_32_BIT_BIG_ENDIAN	2
3879 #define DOUBLE_IS_IEEE_754_64_BIT_LITTLE_ENDIAN	3
3880 #define DOUBLE_IS_IEEE_754_64_BIT_BIG_ENDIAN	4
3881 #define DOUBLE_IS_IEEE_754_128_BIT_LITTLE_ENDIAN	5
3882 #define DOUBLE_IS_IEEE_754_128_BIT_BIG_ENDIAN	6
3883 #define DOUBLE_IS_IEEE_754_64_BIT_MIXED_ENDIAN_LE_BE	7
3884 #define DOUBLE_IS_IEEE_754_64_BIT_MIXED_ENDIAN_BE_LE	8
3885 #define DOUBLE_IS_VAX_F_FLOAT	9
3886 #define DOUBLE_IS_VAX_D_FLOAT	10
3887 #define DOUBLE_IS_VAX_G_FLOAT	11
3888 #define DOUBLE_IS_IBM_SINGLE_32_BIT	12
3889 #define DOUBLE_IS_IBM_DOUBLE_64_BIT	13
3890 #define DOUBLE_IS_CRAY_SINGLE_64_BIT	14
3891 #define DOUBLE_IS_UNKNOWN_FORMAT		-1
3892 /*#define PERL_PRIfldbl	"llf"	/ **/
3893 /*#define PERL_PRIgldbl	"llg"	/ **/
3894 /*#define PERL_PRIeldbl	"lle"	/ **/
3895 /*#define PERL_SCNfldbl	"llf"	/ **/
3896 #define DOUBLE_HAS_INF
3897 #define DOUBLE_HAS_NAN
3898 #define DOUBLE_HAS_NEGATIVE_ZERO
3899 #define DOUBLE_HAS_SUBNORMALS
3900 #undef DOUBLE_STYLE_CRAY
3901 #undef DOUBLE_STYLE_IBM
3902 #define DOUBLE_STYLE_IEEE
3903 #undef DOUBLE_STYLE_VAX
3904 
3905 /* DOUBLEMANTBITS:
3906  *	This symbol, if defined, tells how many mantissa bits
3907  *	there are in double precision floating point format.
3908  *	Note that this is usually DBL_MANT_DIG minus one, since
3909  *	with the standard IEEE 754 formats DBL_MANT_DIG includes
3910  *	the implicit bit, which doesn't really exist.
3911  */
3912 /* LONGDBLMANTBITS:
3913  *	This symbol, if defined, tells how many mantissa bits
3914  *	there are in long double precision floating point format.
3915  *	Note that this can be LDBL_MANT_DIG minus one,
3916  *	since LDBL_MANT_DIG can include the IEEE 754 implicit bit.
3917  *	The common x86-style 80-bit long double does not have
3918  *	an implicit bit.
3919  */
3920 /* NVMANTBITS:
3921  *	This symbol, if defined, tells how many mantissa bits
3922  *	(not including implicit bit) there are in a Perl NV.
3923  *	This depends on which floating point type was chosen.
3924  */
3925 #define DOUBLEMANTBITS  52
3926 #define LONGDBLMANTBITS 64
3927 #define NVMANTBITS      52
3928 
3929 /* NEED_VA_COPY:
3930  *	This symbol, if defined, indicates that the system stores
3931  *	the variable argument list datatype, va_list, in a format
3932  *	that cannot be copied by simple assignment, so that some
3933  *	other means must be used when copying is required.
3934  *	As such systems vary in their provision (or non-provision)
3935  *	of copying mechanisms, handy.h defines a platform-
3936  *	independent macro, Perl_va_copy(src, dst), to do the job.
3937  */
3938 #define	NEED_VA_COPY		/**/
3939 
3940 /* IVTYPE:
3941  *	This symbol defines the C type used for Perl's IV.
3942  */
3943 /* UVTYPE:
3944  *	This symbol defines the C type used for Perl's UV.
3945  */
3946 /* I8TYPE:
3947  *	This symbol defines the C type used for Perl's I8.
3948  */
3949 /* U8TYPE:
3950  *	This symbol defines the C type used for Perl's U8.
3951  */
3952 /* I16TYPE:
3953  *	This symbol defines the C type used for Perl's I16.
3954  */
3955 /* U16TYPE:
3956  *	This symbol defines the C type used for Perl's U16.
3957  */
3958 /* I32TYPE:
3959  *	This symbol defines the C type used for Perl's I32.
3960  */
3961 /* U32TYPE:
3962  *	This symbol defines the C type used for Perl's U32.
3963  */
3964 /* I64TYPE:
3965  *	This symbol defines the C type used for Perl's I64.
3966  */
3967 /* U64TYPE:
3968  *	This symbol defines the C type used for Perl's U64.
3969  */
3970 /* NVTYPE:
3971  *	This symbol defines the C type used for Perl's NV.
3972  */
3973 /* IVSIZE:
3974  *	This symbol contains the sizeof(IV).
3975  */
3976 /* UVSIZE:
3977  *	This symbol contains the sizeof(UV).
3978  */
3979 /* I8SIZE:
3980  *	This symbol contains the sizeof(I8).
3981  */
3982 /* U8SIZE:
3983  *	This symbol contains the sizeof(U8).
3984  */
3985 /* I16SIZE:
3986  *	This symbol contains the sizeof(I16).
3987  */
3988 /* U16SIZE:
3989  *	This symbol contains the sizeof(U16).
3990  */
3991 /* I32SIZE:
3992  *	This symbol contains the sizeof(I32).
3993  */
3994 /* U32SIZE:
3995  *	This symbol contains the sizeof(U32).
3996  */
3997 /* I64SIZE:
3998  *	This symbol contains the sizeof(I64).
3999  */
4000 /* U64SIZE:
4001  *	This symbol contains the sizeof(U64).
4002  */
4003 /* NVSIZE:
4004  *	This symbol contains the sizeof(NV).
4005  *	Note that some floating point formats have unused bytes.
4006  *	The most notable example is the x86* 80-bit extended precision
4007  *	which comes in byte sizes of 12 and 16 (for 32 and 64 bit
4008  *	platforms, respectively), but which only uses 10 bytes.
4009  *	Perl compiled with -Duselongdouble on x86* is like this.
4010  */
4011 /* NV_PRESERVES_UV:
4012  *	This symbol, if defined, indicates that a variable of type NVTYPE
4013  *	can preserve all the bits of a variable of type UVTYPE.
4014  */
4015 /* NV_PRESERVES_UV_BITS:
4016  *	This symbol contains the number of bits a variable of type NVTYPE
4017  *	can preserve of a variable of type UVTYPE.
4018  */
4019 /* NV_OVERFLOWS_INTEGERS_AT:
4020  *	This symbol gives the largest integer value that NVs can hold. This
4021  *	value + 1.0 cannot be stored accurately. It is expressed as constant
4022  *	floating point expression to reduce the chance of decimal/binary
4023  *	conversion issues. If it can not be determined, the value 0 is given.
4024  */
4025 /* NV_ZERO_IS_ALLBITS_ZERO:
4026  *	This symbol, if defined, indicates that a variable of type NVTYPE
4027  *	stores 0.0 in memory as all bits zero.
4028  */
4029 #define	IVTYPE		long		/**/
4030 #define	UVTYPE		unsigned long		/**/
4031 #define	I8TYPE		signed char		/**/
4032 #define	U8TYPE		unsigned char		/**/
4033 #define	I16TYPE		short	/**/
4034 #define	U16TYPE		unsigned short	/**/
4035 #define	I32TYPE		long	/**/
4036 #define	U32TYPE		unsigned long	/**/
4037 #ifdef HAS_QUAD
4038 #define	I64TYPE		int64_t	/**/
4039 #define	U64TYPE		uint64_t	/**/
4040 #endif
4041 #define	NVTYPE		double		/**/
4042 #define	IVSIZE		4		/**/
4043 #define	UVSIZE		4		/**/
4044 #define	I8SIZE		1		/**/
4045 #define	U8SIZE		1		/**/
4046 #define	I16SIZE		2	/**/
4047 #define	U16SIZE		2	/**/
4048 #define	I32SIZE		4	/**/
4049 #define	U32SIZE		4	/**/
4050 #ifdef HAS_QUAD
4051 #define	I64SIZE		8	/**/
4052 #define	U64SIZE		8	/**/
4053 #endif
4054 #define	NVSIZE		8		/**/
4055 #undef	NV_PRESERVES_UV
4056 #define	NV_PRESERVES_UV_BITS	0
4057 #define	NV_OVERFLOWS_INTEGERS_AT	(256.0*256.0*256.0*256.0*256.0*256.0*2.0*2.0*2.0*2.0*2.0)
4058 #undef	NV_ZERO_IS_ALLBITS_ZERO
4059 #if UVSIZE == 8
4060 #   ifdef BYTEORDER
4061 #       if BYTEORDER == 0x1234
4062 #           undef BYTEORDER
4063 #           define BYTEORDER 0x12345678
4064 #       else
4065 #           if BYTEORDER == 0x4321
4066 #               undef BYTEORDER
4067 #               define BYTEORDER 0x87654321
4068 #           endif
4069 #       endif
4070 #   endif
4071 #endif
4072 
4073 /* IVdf:
4074  *	This symbol defines the format string used for printing a Perl IV
4075  *	as a signed decimal integer.
4076  */
4077 /* UVuf:
4078  *	This symbol defines the format string used for printing a Perl UV
4079  *	as an unsigned decimal integer.
4080  */
4081 /* UVof:
4082  *	This symbol defines the format string used for printing a Perl UV
4083  *	as an unsigned octal integer.
4084  */
4085 /* UVxf:
4086  *	This symbol defines the format string used for printing a Perl UV
4087  *	as an unsigned hexadecimal integer in lowercase abcdef.
4088  */
4089 /* UVXf:
4090  *	This symbol defines the format string used for printing a Perl UV
4091  *	as an unsigned hexadecimal integer in uppercase ABCDEF.
4092  */
4093 /* NVef:
4094  *	This symbol defines the format string used for printing a Perl NV
4095  *	using %e-ish floating point format.
4096  */
4097 /* NVff:
4098  *	This symbol defines the format string used for printing a Perl NV
4099  *	using %f-ish floating point format.
4100  */
4101 /* NVgf:
4102  *	This symbol defines the format string used for printing a Perl NV
4103  *	using %g-ish floating point format.
4104  */
4105 #define	IVdf		"ld"		/**/
4106 #define	UVuf		"lu"		/**/
4107 #define	UVof		"lo"		/**/
4108 #define	UVxf		"lx"		/**/
4109 #define	UVXf		"lX"		/**/
4110 #define	NVef		"e"		/**/
4111 #define	NVff		"f"		/**/
4112 #define	NVgf		"g"		/**/
4113 
4114 /* SELECT_MIN_BITS:
4115  *	This symbol holds the minimum number of bits operated by select.
4116  *	That is, if you do select(n, ...), how many bits at least will be
4117  *	cleared in the masks if some activity is detected.  Usually this
4118  *	is either n or 32*ceil(n/32), especially many little-endians do
4119  *	the latter.  This is only useful if you have select(), naturally.
4120  */
4121 #define SELECT_MIN_BITS	32	/**/
4122 
4123 /* ST_INO_SIZE:
4124  *	This variable contains the size of struct stat's st_ino in bytes.
4125  */
4126 /* ST_INO_SIGN:
4127  *	This symbol holds the signedness of struct stat's st_ino.
4128  *	1 for unsigned, -1 for signed.
4129  */
4130 #define ST_INO_SIGN 1	/* st_ino sign */
4131 #define ST_INO_SIZE 4	/* st_ino size */
4132 
4133 /* STARTPERL:
4134  *	This variable contains the string to put in front of a perl
4135  *	script to make sure (one hopes) that it runs with perl and not
4136  *	some shell.
4137  */
4138 #define STARTPERL "#!perl"		/**/
4139 
4140 /* HAS_STDIO_STREAM_ARRAY:
4141  *	This symbol, if defined, tells that there is an array
4142  *	holding the stdio streams.
4143  */
4144 /* STDIO_STREAM_ARRAY:
4145  *	This symbol tells the name of the array holding the stdio streams.
4146  *	Usual values include _iob, __iob, and __sF.
4147  */
4148 /*#define	HAS_STDIO_STREAM_ARRAY	/ **/
4149 #ifdef HAS_STDIO_STREAM_ARRAY
4150 #define STDIO_STREAM_ARRAY
4151 #endif
4152 
4153 /* GMTIME_MAX:
4154  *	This symbol contains the maximum value for the time_t offset that
4155  *	the system function gmtime () accepts, and defaults to 0
4156  */
4157 /* GMTIME_MIN:
4158  *	This symbol contains the minimum value for the time_t offset that
4159  *	the system function gmtime () accepts, and defaults to 0
4160  */
4161 /* LOCALTIME_MAX:
4162  *	This symbol contains the maximum value for the time_t offset that
4163  *	the system function localtime () accepts, and defaults to 0
4164  */
4165 /* LOCALTIME_MIN:
4166  *	This symbol contains the minimum value for the time_t offset that
4167  *	the system function localtime () accepts, and defaults to 0
4168  */
4169 #define GMTIME_MAX		2147483647	/**/
4170 #define GMTIME_MIN		0	/**/
4171 #define LOCALTIME_MAX	2147483647	/**/
4172 #define LOCALTIME_MIN	0	/**/
4173 
4174 /* USE_64_BIT_INT:
4175  *	This symbol, if defined, indicates that 64-bit integers should
4176  *	be used when available.  If not defined, the native integers
4177  *	will be employed (be they 32 or 64 bits).  The minimal possible
4178  *	64-bitness is used, just enough to get 64-bit integers into Perl.
4179  *	This may mean using for example "long longs", while your memory
4180  *	may still be limited to 2 gigabytes.
4181  */
4182 /* USE_64_BIT_ALL:
4183  *	This symbol, if defined, indicates that 64-bit integers should
4184  *	be used when available.  If not defined, the native integers
4185  *	will be used (be they 32 or 64 bits).  The maximal possible
4186  *	64-bitness is employed: LP64 or ILP64, meaning that you will
4187  *	be able to use more than 2 gigabytes of memory.  This mode is
4188  *	even more binary incompatible than USE_64_BIT_INT. You may not
4189  *	be able to run the resulting executable in a 32-bit CPU at all or
4190  *	you may need at least to reboot your OS to 64-bit mode.
4191  */
4192 #ifndef USE_64_BIT_INT
4193 /*#define	USE_64_BIT_INT		/ **/
4194 #endif
4195 #ifndef USE_64_BIT_ALL
4196 /*#define	USE_64_BIT_ALL		/ **/
4197 #endif
4198 
4199 /* USE_CBACKTRACE:
4200  *	This symbol, if defined, indicates that Perl should
4201  *	be built with support for backtrace.
4202  */
4203 /*#define USE_CBACKTRACE		/ **/
4204 
4205 /* USE_DTRACE:
4206  *	This symbol, if defined, indicates that Perl should
4207  *	be built with support for DTrace.
4208  */
4209 /*#define USE_DTRACE		/ **/
4210 
4211 /* USE_FAST_STDIO:
4212  *	This symbol, if defined, indicates that Perl should
4213  *	be built to use 'fast stdio'.
4214  *	Defaults to define in Perls 5.8 and earlier, to undef later.
4215  */
4216 #ifndef USE_FAST_STDIO
4217 /*#define	USE_FAST_STDIO		/ **/
4218 #endif
4219 
4220 /* USE_KERN_PROC_PATHNAME:
4221  *	This symbol, if defined, indicates that we can use sysctl with
4222  *	KERN_PROC_PATHNAME to get a full path for the executable, and hence
4223  *	convert $^X to an absolute path.
4224  */
4225 /*#define USE_KERN_PROC_PATHNAME	/ **/
4226 
4227 /* USE_LARGE_FILES:
4228  *	This symbol, if defined, indicates that large file support
4229  *	should be used when available.
4230  */
4231 #ifndef USE_LARGE_FILES
4232 /*#define	USE_LARGE_FILES		/ **/
4233 #endif
4234 
4235 /* USE_LONG_DOUBLE:
4236  *	This symbol, if defined, indicates that long doubles should
4237  *	be used when available.
4238  */
4239 #ifndef USE_LONG_DOUBLE
4240 /*#define	USE_LONG_DOUBLE		/ **/
4241 #endif
4242 
4243 /* USE_MORE_BITS:
4244  *	This symbol, if defined, indicates that 64-bit interfaces and
4245  *	long doubles should be used when available.
4246  */
4247 #ifndef USE_MORE_BITS
4248 /*#define	USE_MORE_BITS		/ **/
4249 #endif
4250 
4251 /* MULTIPLICITY:
4252  *	This symbol, if defined, indicates that Perl should
4253  *	be built to use multiplicity.
4254  */
4255 #ifndef MULTIPLICITY
4256 /*#define	MULTIPLICITY		/ **/
4257 #endif
4258 
4259 /* USE_NSGETEXECUTABLEPATH:
4260  *	This symbol, if defined, indicates that we can use _NSGetExecutablePath
4261  *	and realpath to get a full path for the executable, and hence convert
4262  *	$^X to an absolute path.
4263  */
4264 /*#define USE_NSGETEXECUTABLEPATH	/ **/
4265 
4266 /* USE_PERLIO:
4267  *	This symbol, if defined, indicates that the PerlIO abstraction should
4268  *	be used throughout.  If not defined, stdio should be
4269  *	used in a fully backward compatible manner.
4270  */
4271 #ifndef USE_PERLIO
4272 /*#define	USE_PERLIO		/ **/
4273 #endif
4274 
4275 /* USE_QUADMATH:
4276  *	This symbol, if defined, indicates that the quadmath library should
4277  *	be used when available.
4278  */
4279 #ifndef USE_QUADMATH
4280 /*#define	USE_QUADMATH		/ **/
4281 #endif
4282 
4283 /* USE_SOCKS:
4284  *	This symbol, if defined, indicates that Perl should
4285  *	be built to use socks.
4286  */
4287 #ifndef USE_SOCKS
4288 /*#define	USE_SOCKS		/ **/
4289 #endif
4290 
4291 /* HAS_DRAND48_PROTO:
4292  *	This symbol, if defined, indicates that the system provides
4293  *	a prototype for the drand48() function.  Otherwise, it is up
4294  *	to the program to supply one.  A good guess is
4295  *		extern double drand48(void);
4296  */
4297 /*#define	HAS_DRAND48_PROTO	/ **/
4298 
4299 /* HAS_GETHOST_PROTOS:
4300  *	This symbol, if defined, indicates that <netdb.h> includes
4301  *	prototypes for gethostent(), gethostbyname(), and
4302  *	gethostbyaddr().  Otherwise, it is up to the program to guess
4303  *	them.  See netdbtype.U for probing for various Netdb_xxx_t types.
4304  */
4305 /*#define	HAS_GETHOST_PROTOS	/ **/
4306 
4307 /* HAS_GETNET_PROTOS:
4308  *	This symbol, if defined, indicates that <netdb.h> includes
4309  *	prototypes for getnetent(), getnetbyname(), and
4310  *	getnetbyaddr().  Otherwise, it is up to the program to guess
4311  *	them.  See netdbtype.U for probing for various Netdb_xxx_t types.
4312  */
4313 /*#define	HAS_GETNET_PROTOS	/ **/
4314 
4315 /* HAS_GETPROTO_PROTOS:
4316  *	This symbol, if defined, indicates that <netdb.h> includes
4317  *	prototypes for getprotoent(), getprotobyname(), and
4318  *	getprotobyaddr().  Otherwise, it is up to the program to guess
4319  *	them.  See netdbtype.U for probing for various Netdb_xxx_t types.
4320  */
4321 /*#define	HAS_GETPROTO_PROTOS	/ **/
4322 
4323 /* HAS_GETSERV_PROTOS:
4324  *	This symbol, if defined, indicates that <netdb.h> includes
4325  *	prototypes for getservent(), getservbyname(), and
4326  *	getservbyaddr().  Otherwise, it is up to the program to guess
4327  *	them.  See netdbtype.U for probing for various Netdb_xxx_t types.
4328  */
4329 /*#define	HAS_GETSERV_PROTOS	/ **/
4330 
4331 /* HAS_LSEEK_PROTO:
4332  *	This symbol, if defined, indicates that the system provides
4333  *	a prototype for the lseek() function.  Otherwise, it is up
4334  *	to the program to supply one.  A good guess is
4335  *		extern off_t lseek(int, off_t, int);
4336  */
4337 /*#define	HAS_LSEEK_PROTO	/ **/
4338 
4339 /* Netdb_host_t:
4340  *	This symbol holds the type used for the 1st argument
4341  *	to gethostbyaddr().
4342  */
4343 /* Netdb_hlen_t:
4344  *	This symbol holds the type used for the 2nd argument
4345  *	to gethostbyaddr().
4346  */
4347 /* Netdb_name_t:
4348  *	This symbol holds the type used for the argument to
4349  *	gethostbyname().
4350  */
4351 /* Netdb_net_t:
4352  *	This symbol holds the type used for the 1st argument to
4353  *	getnetbyaddr().
4354  */
4355 #define Netdb_host_t		const char * /**/
4356 #define Netdb_hlen_t		int /**/
4357 #define Netdb_name_t		const char * /**/
4358 #define Netdb_net_t		unsigned long /**/
4359 
4360 /* Select_fd_set_t:
4361  *	This symbol holds the type used for the 2nd, 3rd, and 4th
4362  *	arguments to select.  Usually, this is 'fd_set *', if HAS_FD_SET
4363  *	is defined, and 'int *' otherwise.  This is only useful if you
4364  *	have select(), of course.
4365  */
4366 #define Select_fd_set_t	int	/**/
4367 
4368 /* Sock_size_t:
4369  *	This symbol holds the type used for the size argument of
4370  *	various socket calls (just the base type, not the pointer-to).
4371  */
4372 #define Sock_size_t		int /**/
4373 
4374 /* ARCHNAME:
4375  *	This symbol holds a string representing the architecture name.
4376  *	It may be used to construct an architecture-dependant pathname
4377  *	where library files may be held under a private library, for
4378  *	instance.
4379  */
4380 #define ARCHNAME "unknown"		/**/
4381 
4382 /* HAS_ASCTIME_R:
4383  *	This symbol, if defined, indicates that the asctime_r routine
4384  *	is available to asctime re-entrantly.
4385  */
4386 /* ASCTIME_R_PROTO:
4387  *	This symbol encodes the prototype of asctime_r.
4388  *	It is zero if d_asctime_r is undef, and one of the
4389  *	REENTRANT_PROTO_T_ABC macros of reentr.h if d_asctime_r
4390  *	is defined.
4391  */
4392 /*#define HAS_ASCTIME_R	/ **/
4393 #define ASCTIME_R_PROTO 0	/**/
4394 
4395 /* HAS_CRYPT_R:
4396  *	This symbol, if defined, indicates that the crypt_r routine
4397  *	is available to crypt re-entrantly.
4398  */
4399 /* CRYPT_R_PROTO:
4400  *	This symbol encodes the prototype of crypt_r.
4401  *	It is zero if d_crypt_r is undef, and one of the
4402  *	REENTRANT_PROTO_T_ABC macros of reentr.h if d_crypt_r
4403  *	is defined.
4404  */
4405 /*#define HAS_CRYPT_R	/ **/
4406 #define CRYPT_R_PROTO 0	/**/
4407 
4408 /* HAS_CTERMID_R:
4409  *	This symbol, if defined, indicates that the ctermid_r routine
4410  *	is available to ctermid re-entrantly.
4411  */
4412 /* CTERMID_R_PROTO:
4413  *	This symbol encodes the prototype of ctermid_r.
4414  *	It is zero if d_ctermid_r is undef, and one of the
4415  *	REENTRANT_PROTO_T_ABC macros of reentr.h if d_ctermid_r
4416  *	is defined.
4417  */
4418 /*#define HAS_CTERMID_R	/ **/
4419 #define CTERMID_R_PROTO 0	/**/
4420 
4421 /* HAS_CTIME_R:
4422  *	This symbol, if defined, indicates that the ctime_r routine
4423  *	is available to ctime re-entrantly.
4424  */
4425 /* CTIME_R_PROTO:
4426  *	This symbol encodes the prototype of ctime_r.
4427  *	It is zero if d_ctime_r is undef, and one of the
4428  *	REENTRANT_PROTO_T_ABC macros of reentr.h if d_ctime_r
4429  *	is defined.
4430  */
4431 /*#define HAS_CTIME_R	/ **/
4432 #define CTIME_R_PROTO 0	/**/
4433 
4434 /* HAS_DRAND48_R:
4435  *	This symbol, if defined, indicates that the drand48_r routine
4436  *	is available to drand48 re-entrantly.
4437  */
4438 /* DRAND48_R_PROTO:
4439  *	This symbol encodes the prototype of drand48_r.
4440  *	It is zero if d_drand48_r is undef, and one of the
4441  *	REENTRANT_PROTO_T_ABC macros of reentr.h if d_drand48_r
4442  *	is defined.
4443  */
4444 /*#define HAS_DRAND48_R	/ **/
4445 #define DRAND48_R_PROTO 0	/**/
4446 
4447 /* HAS_ENDGRENT_R:
4448  *	This symbol, if defined, indicates that the endgrent_r routine
4449  *	is available to endgrent re-entrantly.
4450  */
4451 /* ENDGRENT_R_PROTO:
4452  *	This symbol encodes the prototype of endgrent_r.
4453  *	It is zero if d_endgrent_r is undef, and one of the
4454  *	REENTRANT_PROTO_T_ABC macros of reentr.h if d_endgrent_r
4455  *	is defined.
4456  */
4457 /*#define HAS_ENDGRENT_R	/ **/
4458 #define ENDGRENT_R_PROTO 0	/**/
4459 
4460 /* HAS_ENDHOSTENT_R:
4461  *	This symbol, if defined, indicates that the endhostent_r routine
4462  *	is available to endhostent re-entrantly.
4463  */
4464 /* ENDHOSTENT_R_PROTO:
4465  *	This symbol encodes the prototype of endhostent_r.
4466  *	It is zero if d_endhostent_r is undef, and one of the
4467  *	REENTRANT_PROTO_T_ABC macros of reentr.h if d_endhostent_r
4468  *	is defined.
4469  */
4470 /*#define HAS_ENDHOSTENT_R	/ **/
4471 #define ENDHOSTENT_R_PROTO 0	/**/
4472 
4473 /* HAS_ENDNETENT_R:
4474  *	This symbol, if defined, indicates that the endnetent_r routine
4475  *	is available to endnetent re-entrantly.
4476  */
4477 /* ENDNETENT_R_PROTO:
4478  *	This symbol encodes the prototype of endnetent_r.
4479  *	It is zero if d_endnetent_r is undef, and one of the
4480  *	REENTRANT_PROTO_T_ABC macros of reentr.h if d_endnetent_r
4481  *	is defined.
4482  */
4483 /*#define HAS_ENDNETENT_R	/ **/
4484 #define ENDNETENT_R_PROTO 0	/**/
4485 
4486 /* HAS_ENDPROTOENT_R:
4487  *	This symbol, if defined, indicates that the endprotoent_r routine
4488  *	is available to endprotoent re-entrantly.
4489  */
4490 /* ENDPROTOENT_R_PROTO:
4491  *	This symbol encodes the prototype of endprotoent_r.
4492  *	It is zero if d_endprotoent_r is undef, and one of the
4493  *	REENTRANT_PROTO_T_ABC macros of reentr.h if d_endprotoent_r
4494  *	is defined.
4495  */
4496 /*#define HAS_ENDPROTOENT_R	/ **/
4497 #define ENDPROTOENT_R_PROTO 0	/**/
4498 
4499 /* HAS_ENDPWENT_R:
4500  *	This symbol, if defined, indicates that the endpwent_r routine
4501  *	is available to endpwent re-entrantly.
4502  */
4503 /* ENDPWENT_R_PROTO:
4504  *	This symbol encodes the prototype of endpwent_r.
4505  *	It is zero if d_endpwent_r is undef, and one of the
4506  *	REENTRANT_PROTO_T_ABC macros of reentr.h if d_endpwent_r
4507  *	is defined.
4508  */
4509 /*#define HAS_ENDPWENT_R	/ **/
4510 #define ENDPWENT_R_PROTO 0	/**/
4511 
4512 /* HAS_ENDSERVENT_R:
4513  *	This symbol, if defined, indicates that the endservent_r routine
4514  *	is available to endservent re-entrantly.
4515  */
4516 /* ENDSERVENT_R_PROTO:
4517  *	This symbol encodes the prototype of endservent_r.
4518  *	It is zero if d_endservent_r is undef, and one of the
4519  *	REENTRANT_PROTO_T_ABC macros of reentr.h if d_endservent_r
4520  *	is defined.
4521  */
4522 /*#define HAS_ENDSERVENT_R	/ **/
4523 #define ENDSERVENT_R_PROTO 0	/**/
4524 
4525 /* HAS_GETGRENT_R:
4526  *	This symbol, if defined, indicates that the getgrent_r routine
4527  *	is available to getgrent re-entrantly.
4528  */
4529 /* GETGRENT_R_PROTO:
4530  *	This symbol encodes the prototype of getgrent_r.
4531  *	It is zero if d_getgrent_r is undef, and one of the
4532  *	REENTRANT_PROTO_T_ABC macros of reentr.h if d_getgrent_r
4533  *	is defined.
4534  */
4535 /*#define HAS_GETGRENT_R	/ **/
4536 #define GETGRENT_R_PROTO 0	/**/
4537 
4538 /* HAS_GETGRGID_R:
4539  *	This symbol, if defined, indicates that the getgrgid_r routine
4540  *	is available to getgrgid re-entrantly.
4541  */
4542 /* GETGRGID_R_PROTO:
4543  *	This symbol encodes the prototype of getgrgid_r.
4544  *	It is zero if d_getgrgid_r is undef, and one of the
4545  *	REENTRANT_PROTO_T_ABC macros of reentr.h if d_getgrgid_r
4546  *	is defined.
4547  */
4548 /*#define HAS_GETGRGID_R	/ **/
4549 #define GETGRGID_R_PROTO 0	/**/
4550 
4551 /* HAS_GETGRNAM_R:
4552  *	This symbol, if defined, indicates that the getgrnam_r routine
4553  *	is available to getgrnam re-entrantly.
4554  */
4555 /* GETGRNAM_R_PROTO:
4556  *	This symbol encodes the prototype of getgrnam_r.
4557  *	It is zero if d_getgrnam_r is undef, and one of the
4558  *	REENTRANT_PROTO_T_ABC macros of reentr.h if d_getgrnam_r
4559  *	is defined.
4560  */
4561 /*#define HAS_GETGRNAM_R	/ **/
4562 #define GETGRNAM_R_PROTO 0	/**/
4563 
4564 /* HAS_GETHOSTBYADDR_R:
4565  *	This symbol, if defined, indicates that the gethostbyaddr_r routine
4566  *	is available to gethostbyaddr re-entrantly.
4567  */
4568 /* GETHOSTBYADDR_R_PROTO:
4569  *	This symbol encodes the prototype of gethostbyaddr_r.
4570  *	It is zero if d_gethostbyaddr_r is undef, and one of the
4571  *	REENTRANT_PROTO_T_ABC macros of reentr.h if d_gethostbyaddr_r
4572  *	is defined.
4573  */
4574 /*#define HAS_GETHOSTBYADDR_R	/ **/
4575 #define GETHOSTBYADDR_R_PROTO 0	/**/
4576 
4577 /* HAS_GETHOSTBYNAME_R:
4578  *	This symbol, if defined, indicates that the gethostbyname_r routine
4579  *	is available to gethostbyname re-entrantly.
4580  */
4581 /* GETHOSTBYNAME_R_PROTO:
4582  *	This symbol encodes the prototype of gethostbyname_r.
4583  *	It is zero if d_gethostbyname_r is undef, and one of the
4584  *	REENTRANT_PROTO_T_ABC macros of reentr.h if d_gethostbyname_r
4585  *	is defined.
4586  */
4587 /*#define HAS_GETHOSTBYNAME_R	/ **/
4588 #define GETHOSTBYNAME_R_PROTO 0	/**/
4589 
4590 /* HAS_GETHOSTENT_R:
4591  *	This symbol, if defined, indicates that the gethostent_r routine
4592  *	is available to gethostent re-entrantly.
4593  */
4594 /* GETHOSTENT_R_PROTO:
4595  *	This symbol encodes the prototype of gethostent_r.
4596  *	It is zero if d_gethostent_r is undef, and one of the
4597  *	REENTRANT_PROTO_T_ABC macros of reentr.h if d_gethostent_r
4598  *	is defined.
4599  */
4600 /*#define HAS_GETHOSTENT_R	/ **/
4601 #define GETHOSTENT_R_PROTO 0	/**/
4602 
4603 /* HAS_GETLOGIN_R:
4604  *	This symbol, if defined, indicates that the getlogin_r routine
4605  *	is available to getlogin re-entrantly.
4606  */
4607 /* GETLOGIN_R_PROTO:
4608  *	This symbol encodes the prototype of getlogin_r.
4609  *	It is zero if d_getlogin_r is undef, and one of the
4610  *	REENTRANT_PROTO_T_ABC macros of reentr.h if d_getlogin_r
4611  *	is defined.
4612  */
4613 /*#define HAS_GETLOGIN_R	/ **/
4614 #define GETLOGIN_R_PROTO 0	/**/
4615 
4616 /* HAS_GETNETBYADDR_R:
4617  *	This symbol, if defined, indicates that the getnetbyaddr_r routine
4618  *	is available to getnetbyaddr re-entrantly.
4619  */
4620 /* GETNETBYADDR_R_PROTO:
4621  *	This symbol encodes the prototype of getnetbyaddr_r.
4622  *	It is zero if d_getnetbyaddr_r is undef, and one of the
4623  *	REENTRANT_PROTO_T_ABC macros of reentr.h if d_getnetbyaddr_r
4624  *	is defined.
4625  */
4626 /*#define HAS_GETNETBYADDR_R	/ **/
4627 #define GETNETBYADDR_R_PROTO 0	/**/
4628 
4629 /* HAS_GETNETBYNAME_R:
4630  *	This symbol, if defined, indicates that the getnetbyname_r routine
4631  *	is available to getnetbyname re-entrantly.
4632  */
4633 /* GETNETBYNAME_R_PROTO:
4634  *	This symbol encodes the prototype of getnetbyname_r.
4635  *	It is zero if d_getnetbyname_r is undef, and one of the
4636  *	REENTRANT_PROTO_T_ABC macros of reentr.h if d_getnetbyname_r
4637  *	is defined.
4638  */
4639 /*#define HAS_GETNETBYNAME_R	/ **/
4640 #define GETNETBYNAME_R_PROTO 0	/**/
4641 
4642 /* HAS_GETNETENT_R:
4643  *	This symbol, if defined, indicates that the getnetent_r routine
4644  *	is available to getnetent re-entrantly.
4645  */
4646 /* GETNETENT_R_PROTO:
4647  *	This symbol encodes the prototype of getnetent_r.
4648  *	It is zero if d_getnetent_r is undef, and one of the
4649  *	REENTRANT_PROTO_T_ABC macros of reentr.h if d_getnetent_r
4650  *	is defined.
4651  */
4652 /*#define HAS_GETNETENT_R	/ **/
4653 #define GETNETENT_R_PROTO 0	/**/
4654 
4655 /* HAS_GETPROTOBYNAME_R:
4656  *	This symbol, if defined, indicates that the getprotobyname_r routine
4657  *	is available to getprotobyname re-entrantly.
4658  */
4659 /* GETPROTOBYNAME_R_PROTO:
4660  *	This symbol encodes the prototype of getprotobyname_r.
4661  *	It is zero if d_getprotobyname_r is undef, and one of the
4662  *	REENTRANT_PROTO_T_ABC macros of reentr.h if d_getprotobyname_r
4663  *	is defined.
4664  */
4665 /*#define HAS_GETPROTOBYNAME_R	/ **/
4666 #define GETPROTOBYNAME_R_PROTO 0	/**/
4667 
4668 /* HAS_GETPROTOBYNUMBER_R:
4669  *	This symbol, if defined, indicates that the getprotobynumber_r routine
4670  *	is available to getprotobynumber re-entrantly.
4671  */
4672 /* GETPROTOBYNUMBER_R_PROTO:
4673  *	This symbol encodes the prototype of getprotobynumber_r.
4674  *	It is zero if d_getprotobynumber_r is undef, and one of the
4675  *	REENTRANT_PROTO_T_ABC macros of reentr.h if d_getprotobynumber_r
4676  *	is defined.
4677  */
4678 /*#define HAS_GETPROTOBYNUMBER_R	/ **/
4679 #define GETPROTOBYNUMBER_R_PROTO 0	/**/
4680 
4681 /* HAS_GETPROTOENT_R:
4682  *	This symbol, if defined, indicates that the getprotoent_r routine
4683  *	is available to getprotoent re-entrantly.
4684  */
4685 /* GETPROTOENT_R_PROTO:
4686  *	This symbol encodes the prototype of getprotoent_r.
4687  *	It is zero if d_getprotoent_r is undef, and one of the
4688  *	REENTRANT_PROTO_T_ABC macros of reentr.h if d_getprotoent_r
4689  *	is defined.
4690  */
4691 /*#define HAS_GETPROTOENT_R	/ **/
4692 #define GETPROTOENT_R_PROTO 0	/**/
4693 
4694 /* HAS_GETPWENT_R:
4695  *	This symbol, if defined, indicates that the getpwent_r routine
4696  *	is available to getpwent re-entrantly.
4697  */
4698 /* GETPWENT_R_PROTO:
4699  *	This symbol encodes the prototype of getpwent_r.
4700  *	It is zero if d_getpwent_r is undef, and one of the
4701  *	REENTRANT_PROTO_T_ABC macros of reentr.h if d_getpwent_r
4702  *	is defined.
4703  */
4704 /*#define HAS_GETPWENT_R	/ **/
4705 #define GETPWENT_R_PROTO 0	/**/
4706 
4707 /* HAS_GETPWNAM_R:
4708  *	This symbol, if defined, indicates that the getpwnam_r routine
4709  *	is available to getpwnam re-entrantly.
4710  */
4711 /* GETPWNAM_R_PROTO:
4712  *	This symbol encodes the prototype of getpwnam_r.
4713  *	It is zero if d_getpwnam_r is undef, and one of the
4714  *	REENTRANT_PROTO_T_ABC macros of reentr.h if d_getpwnam_r
4715  *	is defined.
4716  */
4717 /*#define HAS_GETPWNAM_R	/ **/
4718 #define GETPWNAM_R_PROTO 0	/**/
4719 
4720 /* HAS_GETPWUID_R:
4721  *	This symbol, if defined, indicates that the getpwuid_r routine
4722  *	is available to getpwuid re-entrantly.
4723  */
4724 /* GETPWUID_R_PROTO:
4725  *	This symbol encodes the prototype of getpwuid_r.
4726  *	It is zero if d_getpwuid_r is undef, and one of the
4727  *	REENTRANT_PROTO_T_ABC macros of reentr.h if d_getpwuid_r
4728  *	is defined.
4729  */
4730 /*#define HAS_GETPWUID_R	/ **/
4731 #define GETPWUID_R_PROTO 0	/**/
4732 
4733 /* HAS_GETSERVBYNAME_R:
4734  *	This symbol, if defined, indicates that the getservbyname_r routine
4735  *	is available to getservbyname re-entrantly.
4736  */
4737 /* GETSERVBYNAME_R_PROTO:
4738  *	This symbol encodes the prototype of getservbyname_r.
4739  *	It is zero if d_getservbyname_r is undef, and one of the
4740  *	REENTRANT_PROTO_T_ABC macros of reentr.h if d_getservbyname_r
4741  *	is defined.
4742  */
4743 /*#define HAS_GETSERVBYNAME_R	/ **/
4744 #define GETSERVBYNAME_R_PROTO 0	/**/
4745 
4746 /* HAS_GETSERVBYPORT_R:
4747  *	This symbol, if defined, indicates that the getservbyport_r routine
4748  *	is available to getservbyport re-entrantly.
4749  */
4750 /* GETSERVBYPORT_R_PROTO:
4751  *	This symbol encodes the prototype of getservbyport_r.
4752  *	It is zero if d_getservbyport_r is undef, and one of the
4753  *	REENTRANT_PROTO_T_ABC macros of reentr.h if d_getservbyport_r
4754  *	is defined.
4755  */
4756 /*#define HAS_GETSERVBYPORT_R	/ **/
4757 #define GETSERVBYPORT_R_PROTO 0	/**/
4758 
4759 /* HAS_GETSERVENT_R:
4760  *	This symbol, if defined, indicates that the getservent_r routine
4761  *	is available to getservent re-entrantly.
4762  */
4763 /* GETSERVENT_R_PROTO:
4764  *	This symbol encodes the prototype of getservent_r.
4765  *	It is zero if d_getservent_r is undef, and one of the
4766  *	REENTRANT_PROTO_T_ABC macros of reentr.h if d_getservent_r
4767  *	is defined.
4768  */
4769 /*#define HAS_GETSERVENT_R	/ **/
4770 #define GETSERVENT_R_PROTO 0	/**/
4771 
4772 /* HAS_GETSPNAM_R:
4773  *	This symbol, if defined, indicates that the getspnam_r routine
4774  *	is available to getspnam re-entrantly.
4775  */
4776 /* GETSPNAM_R_PROTO:
4777  *	This symbol encodes the prototype of getspnam_r.
4778  *	It is zero if d_getspnam_r is undef, and one of the
4779  *	REENTRANT_PROTO_T_ABC macros of reentr.h if d_getspnam_r
4780  *	is defined.
4781  */
4782 /*#define HAS_GETSPNAM_R	/ **/
4783 #define GETSPNAM_R_PROTO 0	/**/
4784 
4785 /* HAS_GMTIME_R:
4786  *	This symbol, if defined, indicates that the gmtime_r routine
4787  *	is available to gmtime re-entrantly.
4788  */
4789 /* GMTIME_R_PROTO:
4790  *	This symbol encodes the prototype of gmtime_r.
4791  *	It is zero if d_gmtime_r is undef, and one of the
4792  *	REENTRANT_PROTO_T_ABC macros of reentr.h if d_gmtime_r
4793  *	is defined.
4794  */
4795 /*#define HAS_GMTIME_R	/ **/
4796 #define GMTIME_R_PROTO 0	/**/
4797 
4798 /* HAS_LOCALECONV_L:
4799  *	This symbol, if defined, indicates that the localeconv_l routine is
4800  *	available to query certain information about a locale.
4801  */
4802 /*#define HAS_LOCALECONV_L		/ **/
4803 
4804 /* HAS_LOCALTIME_R:
4805  *	This symbol, if defined, indicates that the localtime_r routine
4806  *	is available to localtime re-entrantly.
4807  */
4808 /* LOCALTIME_R_NEEDS_TZSET:
4809  *	Many libc's localtime_r implementations do not call tzset,
4810  *	making them differ from localtime(), and making timezone
4811  *	changes using $ENV{TZ} without explicitly calling tzset
4812  *	impossible. This symbol makes us call tzset before localtime_r
4813  */
4814 /*#define LOCALTIME_R_NEEDS_TZSET / **/
4815 #ifdef LOCALTIME_R_NEEDS_TZSET
4816 #define L_R_TZSET tzset(),
4817 #else
4818 #define L_R_TZSET
4819 #endif
4820 
4821 /* LOCALTIME_R_PROTO:
4822  *	This symbol encodes the prototype of localtime_r.
4823  *	It is zero if d_localtime_r is undef, and one of the
4824  *	REENTRANT_PROTO_T_ABC macros of reentr.h if d_localtime_r
4825  *	is defined.
4826  */
4827 /*#define HAS_LOCALTIME_R	/ **/
4828 #define LOCALTIME_R_PROTO 0	/**/
4829 
4830 /* HAS_MBRLEN:
4831  *	This symbol, if defined, indicates that the mbrlen routine is
4832  *	available to get the length of multi-byte character strings.
4833  */
4834 /*#define HAS_MBRLEN	/ **/
4835 
4836 /* HAS_MBRTOWC:
4837  *	This symbol, if defined, indicates that the mbrtowc routine is
4838  *	available to convert a multi-byte character into a wide character.
4839  */
4840 /*#define HAS_MBRTOWC	/ **/
4841 
4842 /* HAS_THREAD_SAFE_NL_LANGINFO_L:
4843  *	This symbol, when defined, indicates presence of the nl_langinfo_l()
4844  *	function, and that it is thread-safe.
4845  */
4846 /*#define HAS_THREAD_SAFE_NL_LANGINFO_L	/ **/
4847 
4848 /* OLD_PTHREAD_CREATE_JOINABLE:
4849  *	This symbol, if defined, indicates how to create pthread
4850  *	in joinable (aka undetached) state.  NOTE: not defined
4851  *	if pthread.h already has defined PTHREAD_CREATE_JOINABLE
4852  *	(the new version of the constant).
4853  *	If defined, known values are PTHREAD_CREATE_UNDETACHED
4854  *	and __UNDETACHED.
4855  */
4856 /*#define OLD_PTHREAD_CREATE_JOINABLE  / **/
4857 
4858 /* HAS_PTHREAD_ATFORK:
4859  *	This symbol, if defined, indicates that the pthread_atfork routine
4860  *	is available to setup fork handlers.
4861  */
4862 /*#define HAS_PTHREAD_ATFORK		/ **/
4863 
4864 /* HAS_PTHREAD_YIELD:
4865  *	This symbol, if defined, indicates that the pthread_yield
4866  *	routine is available to yield the execution of the current
4867  *	thread.	 sched_yield is preferable to pthread_yield.
4868  */
4869 /* SCHED_YIELD:
4870  *	This symbol defines the way to yield the execution of
4871  *	the current thread.  Known ways are sched_yield,
4872  *	pthread_yield, and pthread_yield with NULL.
4873  */
4874 /* HAS_SCHED_YIELD:
4875  *	This symbol, if defined, indicates that the sched_yield
4876  *	routine is available to yield the execution of the current
4877  *	thread.	 sched_yield is preferable to pthread_yield.
4878  */
4879 /*#define HAS_PTHREAD_YIELD	/ **/
4880 #define SCHED_YIELD	sched_yield()	/**/
4881 /*#define HAS_SCHED_YIELD	/ **/
4882 
4883 /* HAS_RANDOM_R:
4884  *	This symbol, if defined, indicates that the random_r routine
4885  *	is available to random re-entrantly.
4886  */
4887 /* RANDOM_R_PROTO:
4888  *	This symbol encodes the prototype of random_r.
4889  *	It is zero if d_random_r is undef, and one of the
4890  *	REENTRANT_PROTO_T_ABC macros of reentr.h if d_random_r
4891  *	is defined.
4892  */
4893 /*#define HAS_RANDOM_R	/ **/
4894 #define RANDOM_R_PROTO 0	/**/
4895 
4896 /* HAS_READDIR64_R:
4897  *	This symbol, if defined, indicates that the readdir64_r routine
4898  *	is available to readdir64 re-entrantly.
4899  */
4900 /* READDIR64_R_PROTO:
4901  *	This symbol encodes the prototype of readdir64_r.
4902  *	It is zero if d_readdir64_r is undef, and one of the
4903  *	REENTRANT_PROTO_T_ABC macros of reentr.h if d_readdir64_r
4904  *	is defined.
4905  */
4906 /*#define HAS_READDIR64_R	/ **/
4907 #define READDIR64_R_PROTO 0	/**/
4908 
4909 /* HAS_READDIR_R:
4910  *	This symbol, if defined, indicates that the readdir_r routine
4911  *	is available to readdir re-entrantly.
4912  */
4913 /* READDIR_R_PROTO:
4914  *	This symbol encodes the prototype of readdir_r.
4915  *	It is zero if d_readdir_r is undef, and one of the
4916  *	REENTRANT_PROTO_T_ABC macros of reentr.h if d_readdir_r
4917  *	is defined.
4918  */
4919 /*#define HAS_READDIR_R	/ **/
4920 #define READDIR_R_PROTO 0	/**/
4921 
4922 /* HAS_SETGRENT_R:
4923  *	This symbol, if defined, indicates that the setgrent_r routine
4924  *	is available to setgrent re-entrantly.
4925  */
4926 /* SETGRENT_R_PROTO:
4927  *	This symbol encodes the prototype of setgrent_r.
4928  *	It is zero if d_setgrent_r is undef, and one of the
4929  *	REENTRANT_PROTO_T_ABC macros of reentr.h if d_setgrent_r
4930  *	is defined.
4931  */
4932 /*#define HAS_SETGRENT_R	/ **/
4933 #define SETGRENT_R_PROTO 0	/**/
4934 
4935 /* HAS_SETHOSTENT_R:
4936  *	This symbol, if defined, indicates that the sethostent_r routine
4937  *	is available to sethostent re-entrantly.
4938  */
4939 /* SETHOSTENT_R_PROTO:
4940  *	This symbol encodes the prototype of sethostent_r.
4941  *	It is zero if d_sethostent_r is undef, and one of the
4942  *	REENTRANT_PROTO_T_ABC macros of reentr.h if d_sethostent_r
4943  *	is defined.
4944  */
4945 /*#define HAS_SETHOSTENT_R	/ **/
4946 #define SETHOSTENT_R_PROTO 0	/**/
4947 
4948 /* HAS_SETLOCALE_R:
4949  *	This symbol, if defined, indicates that the setlocale_r routine
4950  *	is available to setlocale re-entrantly.
4951  */
4952 /* SETLOCALE_R_PROTO:
4953  *	This symbol encodes the prototype of setlocale_r.
4954  *	It is zero if d_setlocale_r is undef, and one of the
4955  *	REENTRANT_PROTO_T_ABC macros of reentr.h if d_setlocale_r
4956  *	is defined.
4957  */
4958 /*#define HAS_SETLOCALE_R	/ **/
4959 #define SETLOCALE_R_PROTO 0	/**/
4960 
4961 /* HAS_SETNETENT_R:
4962  *	This symbol, if defined, indicates that the setnetent_r routine
4963  *	is available to setnetent re-entrantly.
4964  */
4965 /* SETNETENT_R_PROTO:
4966  *	This symbol encodes the prototype of setnetent_r.
4967  *	It is zero if d_setnetent_r is undef, and one of the
4968  *	REENTRANT_PROTO_T_ABC macros of reentr.h if d_setnetent_r
4969  *	is defined.
4970  */
4971 /*#define HAS_SETNETENT_R	/ **/
4972 #define SETNETENT_R_PROTO 0	/**/
4973 
4974 /* HAS_SETPROTOENT_R:
4975  *	This symbol, if defined, indicates that the setprotoent_r routine
4976  *	is available to setprotoent re-entrantly.
4977  */
4978 /* SETPROTOENT_R_PROTO:
4979  *	This symbol encodes the prototype of setprotoent_r.
4980  *	It is zero if d_setprotoent_r is undef, and one of the
4981  *	REENTRANT_PROTO_T_ABC macros of reentr.h if d_setprotoent_r
4982  *	is defined.
4983  */
4984 /*#define HAS_SETPROTOENT_R	/ **/
4985 #define SETPROTOENT_R_PROTO 0	/**/
4986 
4987 /* HAS_SETPWENT_R:
4988  *	This symbol, if defined, indicates that the setpwent_r routine
4989  *	is available to setpwent re-entrantly.
4990  */
4991 /* SETPWENT_R_PROTO:
4992  *	This symbol encodes the prototype of setpwent_r.
4993  *	It is zero if d_setpwent_r is undef, and one of the
4994  *	REENTRANT_PROTO_T_ABC macros of reentr.h if d_setpwent_r
4995  *	is defined.
4996  */
4997 /*#define HAS_SETPWENT_R	/ **/
4998 #define SETPWENT_R_PROTO 0	/**/
4999 
5000 /* HAS_SETSERVENT_R:
5001  *	This symbol, if defined, indicates that the setservent_r routine
5002  *	is available to setservent re-entrantly.
5003  */
5004 /* SETSERVENT_R_PROTO:
5005  *	This symbol encodes the prototype of setservent_r.
5006  *	It is zero if d_setservent_r is undef, and one of the
5007  *	REENTRANT_PROTO_T_ABC macros of reentr.h if d_setservent_r
5008  *	is defined.
5009  */
5010 /*#define HAS_SETSERVENT_R	/ **/
5011 #define SETSERVENT_R_PROTO 0	/**/
5012 
5013 /* HAS_SRAND48_R:
5014  *	This symbol, if defined, indicates that the srand48_r routine
5015  *	is available to srand48 re-entrantly.
5016  */
5017 /* SRAND48_R_PROTO:
5018  *	This symbol encodes the prototype of srand48_r.
5019  *	It is zero if d_srand48_r is undef, and one of the
5020  *	REENTRANT_PROTO_T_ABC macros of reentr.h if d_srand48_r
5021  *	is defined.
5022  */
5023 /*#define HAS_SRAND48_R	/ **/
5024 #define SRAND48_R_PROTO 0	/**/
5025 
5026 /* HAS_SRANDOM_R:
5027  *	This symbol, if defined, indicates that the srandom_r routine
5028  *	is available to srandom re-entrantly.
5029  */
5030 /* SRANDOM_R_PROTO:
5031  *	This symbol encodes the prototype of srandom_r.
5032  *	It is zero if d_srandom_r is undef, and one of the
5033  *	REENTRANT_PROTO_T_ABC macros of reentr.h if d_srandom_r
5034  *	is defined.
5035  */
5036 /*#define HAS_SRANDOM_R	/ **/
5037 #define SRANDOM_R_PROTO 0	/**/
5038 
5039 /* HAS_STRERROR_R:
5040  *	This symbol, if defined, indicates that the strerror_r routine
5041  *	is available to strerror re-entrantly.
5042  */
5043 /* STRERROR_R_PROTO:
5044  *	This symbol encodes the prototype of strerror_r.
5045  *	It is zero if d_strerror_r is undef, and one of the
5046  *	REENTRANT_PROTO_T_ABC macros of reentr.h if d_strerror_r
5047  *	is defined.
5048  */
5049 /*#define HAS_STRERROR_R	/ **/
5050 #define STRERROR_R_PROTO 0	/**/
5051 
5052 /* HAS_STRTOD_L:
5053  *	This symbol, if defined, indicates that the strtod_l routine is
5054  *	available to convert strings to long doubles.
5055  */
5056 /*#define HAS_STRTOD_L		/ **/
5057 
5058 /* HAS_STRTOLD_L:
5059  *	This symbol, if defined, indicates that the strtold_l routine is
5060  *	available to convert strings to long doubles.
5061  */
5062 /*#define HAS_STRTOLD_L		/ **/
5063 
5064 /* HAS_TMPNAM_R:
5065  *	This symbol, if defined, indicates that the tmpnam_r routine
5066  *	is available to tmpnam re-entrantly.
5067  */
5068 /* TMPNAM_R_PROTO:
5069  *	This symbol encodes the prototype of tmpnam_r.
5070  *	It is zero if d_tmpnam_r is undef, and one of the
5071  *	REENTRANT_PROTO_T_ABC macros of reentr.h if d_tmpnam_r
5072  *	is defined.
5073  */
5074 /*#define HAS_TMPNAM_R	/ **/
5075 #define TMPNAM_R_PROTO 0	/**/
5076 
5077 /* HAS_TTYNAME_R:
5078  *	This symbol, if defined, indicates that the ttyname_r routine
5079  *	is available to ttyname re-entrantly.
5080  */
5081 /* TTYNAME_R_PROTO:
5082  *	This symbol encodes the prototype of ttyname_r.
5083  *	It is zero if d_ttyname_r is undef, and one of the
5084  *	REENTRANT_PROTO_T_ABC macros of reentr.h if d_ttyname_r
5085  *	is defined.
5086  */
5087 /*#define HAS_TTYNAME_R	/ **/
5088 #define TTYNAME_R_PROTO 0	/**/
5089 
5090 /* I_MACH_CTHREADS:
5091  *	This symbol, if defined, indicates to the C program that it should
5092  *	include <mach/cthreads.h>.
5093  */
5094 /*#define   I_MACH_CTHREADS	/ **/
5095 
5096 /* I_PTHREAD:
5097  *	This symbol, if defined, indicates to the C program that it should
5098  *	include <pthread.h>.
5099  */
5100 /*#define   I_PTHREAD	/ **/
5101 
5102 /* USE_ITHREADS:
5103  *	This symbol, if defined, indicates that Perl should be built to
5104  *	use the interpreter-based threading implementation.
5105  */
5106 /* USE_5005THREADS:
5107  *	This symbol, if defined, indicates that Perl should be built to
5108  *	use the 5.005-based threading implementation.
5109  *	Only valid up to 5.8.x.
5110  */
5111 /* OLD_PTHREADS_API:
5112  *	This symbol, if defined, indicates that Perl should
5113  *	be built to use the old draft POSIX threads API.
5114  */
5115 /* USE_REENTRANT_API:
5116  *	This symbol, if defined, indicates that Perl should
5117  *	try to use the various _r versions of library functions.
5118  *	This is extremely experimental.
5119  */
5120 /*#define	USE_5005THREADS		/ **/
5121 /*#define	USE_ITHREADS		/ **/
5122 #if defined(USE_5005THREADS) && !defined(USE_ITHREADS)
5123 #define		USE_THREADS		/* until src is revised*/
5124 #endif
5125 /*#define	OLD_PTHREADS_API		/ **/
5126 /*#define	USE_REENTRANT_API	/ **/
5127 
5128 /* HAS_TIME:
5129  *	This symbol, if defined, indicates that the time() routine exists.
5130  */
5131 /* Time_t:
5132  *	This symbol holds the type returned by time(). It can be long,
5133  *	or time_t on BSD sites (in which case <sys/types.h> should be
5134  *	included).
5135  */
5136 #define HAS_TIME		/**/
5137 #define Time_t time_t		/* Time type */
5138 
5139 /* HAS_TIMES:
5140  *	This symbol, if defined, indicates that the times() routine exists.
5141  *	Note that this became obsolete on some systems (SUNOS), which now
5142  *	use getrusage(). It may be necessary to include <sys/times.h>.
5143  */
5144 /*#define HAS_TIMES		/ **/
5145 
5146 /* Fpos_t:
5147  *	This symbol holds the type used to declare file positions in libc.
5148  *	It can be fpos_t, long, uint, etc... It may be necessary to include
5149  *	<sys/types.h> to get any typedef'ed information.
5150  */
5151 #define Fpos_t int		/* File position type */
5152 
5153 /* Gid_t_f:
5154  *	This symbol defines the format string used for printing a Gid_t.
5155  */
5156 #define	Gid_t_f		"lu"		/**/
5157 
5158 /* Gid_t_sign:
5159  *	This symbol holds the signedness of a Gid_t.
5160  *	1 for unsigned, -1 for signed.
5161  */
5162 #define Gid_t_sign	1		/* GID sign */
5163 
5164 /* Gid_t_size:
5165  *	This symbol holds the size of a Gid_t in bytes.
5166  */
5167 #define Gid_t_size 4		/* GID size */
5168 
5169 /* Gid_t:
5170  *	This symbol holds the return type of getgid() and the type of
5171  *	argument to setrgid() and related functions.  Typically,
5172  *	it is the type of group ids in the kernel. It can be int, ushort,
5173  *	gid_t, etc... It may be necessary to include <sys/types.h> to get
5174  *	any typedef'ed information.
5175  */
5176 #define Gid_t int		/* Type for getgid(), etc... */
5177 
5178 /* Off_t:
5179  *	This symbol holds the type used to declare offsets in the kernel.
5180  *	It can be int, long, off_t, etc... It may be necessary to include
5181  *	<sys/types.h> to get any typedef'ed information.
5182  */
5183 /* LSEEKSIZE:
5184  *	This symbol holds the number of bytes used by the Off_t.
5185  */
5186 /* Off_t_size:
5187  *	This symbol holds the number of bytes used by the Off_t.
5188  */
5189 #define Off_t int		/* <offset> type */
5190 #define LSEEKSIZE 4		/* <offset> size */
5191 #define Off_t_size 4	/* <offset> size */
5192 
5193 /* Mode_t:
5194  *	This symbol holds the type used to declare file modes
5195  *	for systems calls.  It is usually mode_t, but may be
5196  *	int or unsigned short.  It may be necessary to include <sys/types.h>
5197  *	to get any typedef'ed information.
5198  */
5199 #define Mode_t int	 /* file mode parameter for system calls */
5200 
5201 /* Pid_t:
5202  *	This symbol holds the type used to declare process ids in the kernel.
5203  *	It can be int, uint, pid_t, etc... It may be necessary to include
5204  *	<sys/types.h> to get any typedef'ed information.
5205  */
5206 #define Pid_t int		/* PID type */
5207 
5208 /* Size_t_size:
5209  *	This symbol holds the size of a Size_t in bytes.
5210  */
5211 #define Size_t_size 4		/**/
5212 
5213 /* Size_t:
5214  *	This symbol holds the type used to declare length parameters
5215  *	for string functions.  It is usually size_t, but may be
5216  *	unsigned long, int, etc.  It may be necessary to include
5217  *	<sys/types.h> to get any typedef'ed information.
5218  */
5219 #define Size_t size_t	 /* length parameter for string functions */
5220 
5221 /* Uid_t_f:
5222  *	This symbol defines the format string used for printing a Uid_t.
5223  */
5224 #define	Uid_t_f		"lu"		/**/
5225 
5226 /* Uid_t_sign:
5227  *	This symbol holds the signedness of a Uid_t.
5228  *	1 for unsigned, -1 for signed.
5229  */
5230 #define Uid_t_sign	1		/* UID sign */
5231 
5232 /* Uid_t_size:
5233  *	This symbol holds the size of a Uid_t in bytes.
5234  */
5235 #define Uid_t_size 4		/* UID size */
5236 
5237 /* Uid_t:
5238  *	This symbol holds the type used to declare user ids in the kernel.
5239  *	It can be int, ushort, uid_t, etc... It may be necessary to include
5240  *	<sys/types.h> to get any typedef'ed information.
5241  */
5242 #define Uid_t int		/* UID type */
5243 
5244 #endif
5245 
5246 /* Generated from:
5247  * 6608de918c3c876975f74b684da2536ab1ee23459783d691ae02ce2526a497a7 config_h.SH
5248  * 2aaf18b9277e180fc5e5d60290ecb0c91fcac3531bd8825e5687a212daa586e9 uconfig.sh
5249  * ex: set ro: */
5250