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