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