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