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