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