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