This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
add sleep() to avoid race on NeXT (from M.E. O'Neill
[perl5.git] / config_h.SH
CommitLineData
8d063cd8
LW
1case $CONFIG in
2'')
2304df62
AD
3 if test -f config.sh; then TOP=.;
4 elif test -f ../config.sh; then TOP=..;
5 elif test -f ../../config.sh; then TOP=../..;
6 elif test -f ../../../config.sh; then TOP=../../..;
7 elif test -f ../../../../config.sh; then TOP=../../../..;
8 else
9 echo "Can't find config.sh."; exit 1
10 fi
11 . $TOP/config.sh
12 ;;
13esac
14case "$0" in
15*/*) cd `expr X$0 : 'X\(.*\)/'` ;;
8d063cd8
LW
16esac
17echo "Extracting config.h (with variable substitutions)"
a26b0745 18sed <<!GROK!THIS! >config.h -e 's!^#undef\(.*/\)\*!/\*#define\1 \*!' -e 's!^#un-def!#undef!'
2304df62
AD
19/*
20 * This file was produced by running the config_h.SH script, which
8d063cd8
LW
21 * gets its values from config.sh, which is generally produced by
22 * running Configure.
23 *
24 * Feel free to modify any of this as the need arises. Note, however,
1aef975c
AD
25 * that running config_h.SH again will wipe out any changes you've made.
26 * For a more permanent change edit config.sh and rerun config_h.SH.
2304df62 27 *
dfe9444c 28 * \$Id: Config_h.U,v 3.0.1.5 1997/02/28 14:57:43 ram Exp $
8d063cd8
LW
29 */
30
dfe9444c
AD
31/*
32 * Package name : $package
33 * Source directory : $src
34 * Configuration time: $cf_time
35 * Configured by : $cf_by
36 * Target system : $myuname
2304df62 37 */
8d063cd8 38
2304df62
AD
39#ifndef _config_h_
40#define _config_h_
41
dfe9444c
AD
42/* LOC_SED:
43 * This symbol holds the complete pathname to the sed program.
774d564b 44 */
dfe9444c 45#define LOC_SED "$full_sed" /**/
774d564b 46
a0d0e21e
LW
47/* HAS_ALARM:
48 * This symbol, if defined, indicates that the alarm routine is
49 * available.
50 */
51#$d_alarm HAS_ALARM /**/
52
ecfc5424
AD
53/* HASATTRIBUTE:
54 * This symbol indicates the C compiler can check for function attributes,
55 * such as printf formats. This is normally only supported by GNU cc.
56 */
57#$d_attribut HASATTRIBUTE /**/
58#ifndef HASATTRIBUTE
59#define __attribute__(_arg_)
60#endif
61
2304df62
AD
62/* HAS_BCMP:
63 * This symbol is defined if the bcmp() routine is available to
64 * compare blocks of memory.
a687059c 65 */
2304df62 66#$d_bcmp HAS_BCMP /**/
a687059c 67
2304df62
AD
68/* HAS_BCOPY:
69 * This symbol is defined if the bcopy() routine is available to
70 * copy blocks of memory.
c51b80d1 71 */
2304df62 72#$d_bcopy HAS_BCOPY /**/
c51b80d1 73
2304df62
AD
74/* HAS_BZERO:
75 * This symbol is defined if the bzero() routine is available to
76 * set a memory block to 0.
0d3e774c 77 */
2304df62 78#$d_bzero HAS_BZERO /**/
0d3e774c 79
a0d0e21e
LW
80/* HAS_CHOWN:
81 * This symbol, if defined, indicates that the chown routine is
82 * available.
83 */
84#$d_chown HAS_CHOWN /**/
85
86/* HAS_CHROOT:
87 * This symbol, if defined, indicates that the chroot routine is
88 * available.
89 */
90#$d_chroot HAS_CHROOT /**/
91
2304df62 92/* HAS_CHSIZE:
87250799
LW
93 * This symbol, if defined, indicates that the chsize routine is available
94 * to truncate files. You might need a -lx to get this routine.
95 */
fe14fcc3 96#$d_chsize HAS_CHSIZE /**/
87250799 97
2304df62
AD
98/* HASCONST:
99 * This symbol, if defined, indicates that this C compiler knows about
100 * the const type. There is no need to actually test for that symbol
101 * within your programs. The mere use of the "const" keyword will
102 * trigger the necessary tests.
103 */
104#$d_const HASCONST /**/
105#ifndef HASCONST
106#define const
107#endif
108
109/* HAS_CRYPT:
2e1b3b7e
KK
110 * This symbol, if defined, indicates that the crypt routine is available
111 * to encrypt passwords and the like.
112 */
2304df62 113#$d_crypt HAS_CRYPT /**/
2e1b3b7e 114
a0d0e21e
LW
115/* HAS_CUSERID:
116 * This symbol, if defined, indicates that the cuserid routine is
117 * available to get character login names.
13281fa4 118 */
a0d0e21e
LW
119#$d_cuserid HAS_CUSERID /**/
120
121/* HAS_DBL_DIG:
122 * This symbol, if defined, indicates that this system's <float.h>
123 * or <limits.h> defines the symbol DBL_DIG, which is the number
124 * of significant digits in a double precision number. If this
125 * symbol is not defined, a guess of 15 is usually pretty good.
126 */
127#$d_dbl_dig HAS_DBL_DIG /* */
128
129/* HAS_DIFFTIME:
130 * This symbol, if defined, indicates that the difftime routine is
131 * available.
132 */
133#$d_difftime HAS_DIFFTIME /**/
13281fa4 134
ecfc5424
AD
135/* HAS_DLERROR:
136 * This symbol, if defined, indicates that the dlerror routine is
137 * available to return a string describing the last error that
138 * occurred from a call to dlopen(), dlclose() or dlsym().
139 */
140#$d_dlerror HAS_DLERROR /**/
141
dfe9444c
AD
142/* SETUID_SCRIPTS_ARE_SECURE_NOW:
143 * This symbol, if defined, indicates that the bug that prevents
144 * setuid scripts from being secure is not present in this kernel.
145 */
146/* DOSUID:
147 * This symbol, if defined, indicates that the C program should
148 * check the script that it is executing for setuid/setgid bits, and
149 * attempt to emulate setuid/setgid on systems that have disabled
150 * setuid #! scripts because the kernel can't do it securely.
151 * It is up to the package designer to make sure that this emulation
152 * is done securely. Among other things, it should do an fstat on
153 * the script it just opened to make sure it really is a setuid/setgid
154 * script, it should make sure the arguments passed correspond exactly
155 * to the argument on the #! line, and it should not trust any
156 * subprocesses to which it must pass the filename rather than the
157 * file descriptor of the script to be executed.
158 */
159#$d_suidsafe SETUID_SCRIPTS_ARE_SECURE_NOW /**/
160#$d_dosuid DOSUID /**/
161
2304df62
AD
162/* HAS_DUP2:
163 * This symbol, if defined, indicates that the dup2 routine is
164 * available to duplicate file descriptors.
a687059c 165 */
2304df62 166#$d_dup2 HAS_DUP2 /**/
a687059c 167
2304df62 168/* HAS_FCHMOD:
378cc40b
LW
169 * This symbol, if defined, indicates that the fchmod routine is available
170 * to change mode of opened files. If unavailable, use chmod().
171 */
2304df62 172#$d_fchmod HAS_FCHMOD /**/
378cc40b 173
2304df62 174/* HAS_FCHOWN:
378cc40b
LW
175 * This symbol, if defined, indicates that the fchown routine is available
176 * to change ownership of opened files. If unavailable, use chown().
177 */
2304df62 178#$d_fchown HAS_FCHOWN /**/
378cc40b 179
2304df62 180/* HAS_FCNTL:
fe14fcc3
LW
181 * This symbol, if defined, indicates to the C program that
182 * the fcntl() function exists.
a687059c 183 */
2304df62 184#$d_fcntl HAS_FCNTL /**/
a687059c 185
a0d0e21e
LW
186/* HAS_FGETPOS:
187 * This symbol, if defined, indicates that the fgetpos routine is
188 * available to get the file position indicator, similar to ftell().
189 */
190#$d_fgetpos HAS_FGETPOS /**/
191
2304df62 192/* FLEXFILENAMES:
7e1cf235
LW
193 * This symbol, if defined, indicates that the system supports filenames
194 * longer than 14 characters.
195 */
196#$d_flexfnam FLEXFILENAMES /**/
197
2304df62
AD
198/* HAS_FLOCK:
199 * This symbol, if defined, indicates that the flock routine is
a687059c
LW
200 * available to do file locking.
201 */
2304df62 202#$d_flock HAS_FLOCK /**/
a687059c 203
a0d0e21e
LW
204/* HAS_FORK:
205 * This symbol, if defined, indicates that the fork routine is
206 * available.
207 */
208#$d_fork HAS_FORK /**/
209
210/* HAS_FSETPOS:
211 * This symbol, if defined, indicates that the fsetpos routine is
212 * available to set the file position indicator, similar to fseek().
213 */
214#$d_fsetpos HAS_FSETPOS /**/
215
5f05dabc 216/* HAS_GETTIMEOFDAY:
217 * This symbol, if defined, indicates that the gettimeofday() system
218 * call is available for a sub-second accuracy clock. Usually, the file
219 * <sys/resource.h> needs to be included (see I_SYS_RESOURCE).
220 * The type "Timeval" should be used to refer to "struct timeval".
221 */
222#$d_gettimeod HAS_GETTIMEOFDAY /**/
223#ifdef HAS_GETTIMEOFDAY
224#define Timeval struct timeval /* Structure used by gettimeofday() */
225#endif
226
2304df62 227/* HAS_GETGROUPS:
378cc40b
LW
228 * This symbol, if defined, indicates that the getgroups() routine is
229 * available to get the list of process groups. If unavailable, multiple
230 * groups are probably not supported.
231 */
2304df62 232#$d_getgrps HAS_GETGROUPS /**/
378cc40b 233
a0d0e21e
LW
234/* HAS_GETLOGIN:
235 * This symbol, if defined, indicates that the getlogin routine is
236 * available to get the login name.
237 */
238#$d_getlogin HAS_GETLOGIN /**/
239
dfe9444c
AD
240/* HAS_GETPGID:
241 * This symbol, if defined, indicates to the C program that
242 * the getpgid(pid) function is available to get the
243 * process group id.
244 */
245#$d_getpgid HAS_GETPGID /**/
246
247/* HAS_GETPGRP:
248 * This symbol, if defined, indicates that the getpgrp routine is
249 * available to get the current process group.
250 */
251/* USE_BSD_GETPGRP:
252 * This symbol, if defined, indicates that getpgrp needs one
253 * arguments whereas USG one needs none.
254 */
255#$d_getpgrp HAS_GETPGRP /**/
256#$d_bsdgetpgrp USE_BSD_GETPGRP /**/
257
2304df62 258/* HAS_GETPGRP2:
d8f2e4cc
LW
259 * This symbol, if defined, indicates that the getpgrp2() (as in DG/UX)
260 * routine is available to get the current process group.
261 */
2304df62 262#$d_getpgrp2 HAS_GETPGRP2 /**/
d8f2e4cc 263
a0d0e21e
LW
264/* HAS_GETPPID:
265 * This symbol, if defined, indicates that the getppid routine is
266 * available to get the parent process ID.
267 */
268#$d_getppid HAS_GETPPID /**/
269
2304df62
AD
270/* HAS_GETPRIORITY:
271 * This symbol, if defined, indicates that the getpriority routine is
a687059c
LW
272 * available to get a process's priority.
273 */
2304df62 274#$d_getprior HAS_GETPRIORITY /**/
a687059c 275
dfe9444c
AD
276/* HAS_INET_ATON:
277 * This symbol, if defined, indicates to the C program that the
278 * inet_aton() function is available to parse IP address "dotted-quad"
279 * strings.
ecfc5424 280 */
dfe9444c 281#$d_inetaton HAS_INET_ATON /**/
ecfc5424 282
2304df62 283/* HAS_KILLPG:
378cc40b
LW
284 * This symbol, if defined, indicates that the killpg routine is available
285 * to kill process groups. If unavailable, you probably should use kill
286 * with a negative process number.
287 */
2304df62 288#$d_killpg HAS_KILLPG /**/
378cc40b 289
2304df62
AD
290/* HAS_LINK:
291 * This symbol, if defined, indicates that the link routine is
292 * available to create hard links.
0d3e774c 293 */
2304df62 294#$d_link HAS_LINK /**/
0d3e774c 295
ecfc5424
AD
296/* HAS_LOCALECONV:
297 * This symbol, if defined, indicates that the localeconv routine is
298 * available for numeric and monetary formatting conventions.
299 */
300#$d_locconv HAS_LOCALECONV /**/
301
a0d0e21e
LW
302/* HAS_LOCKF:
303 * This symbol, if defined, indicates that the lockf routine is
304 * available to do file locking.
305 */
306#$d_lockf HAS_LOCKF /**/
307
2304df62
AD
308/* HAS_LSTAT:
309 * This symbol, if defined, indicates that the lstat routine is
310 * available to do file stats on symbolic links.
a687059c 311 */
2304df62 312#$d_lstat HAS_LSTAT /**/
a687059c 313
a0d0e21e
LW
314/* HAS_MBLEN:
315 * This symbol, if defined, indicates that the mblen routine is available
316 * to find the number of bytes in a multibye character.
317 */
318#$d_mblen HAS_MBLEN /**/
319
320/* HAS_MBSTOWCS:
321 * This symbol, if defined, indicates that the mbstowcs routine is
322 * available to covert a multibyte string into a wide character string.
323 */
324#$d_mbstowcs HAS_MBSTOWCS /**/
325
326/* HAS_MBTOWC:
327 * This symbol, if defined, indicates that the mbtowc routine is available
328 * to covert a multibyte to a wide character.
329 */
330#$d_mbtowc HAS_MBTOWC /**/
331
2304df62
AD
332/* HAS_MEMCMP:
333 * This symbol, if defined, indicates that the memcmp routine is available
334 * to compare blocks of memory.
378cc40b 335 */
2304df62
AD
336#$d_memcmp HAS_MEMCMP /**/
337
338/* HAS_MEMCPY:
9f971974 339 * This symbol, if defined, indicates that the memcpy routine is available
2304df62 340 * to copy blocks of memory.
9f971974 341 */
2304df62 342#$d_memcpy HAS_MEMCPY /**/
9f971974 343
2304df62 344/* HAS_MEMMOVE:
9f971974 345 * This symbol, if defined, indicates that the memmove routine is available
2304df62
AD
346 * to copy potentially overlapping blocks of memory. This should be used
347 * only when HAS_SAFE_BCOPY is not defined. If neither is there, roll your
348 * own version.
9f971974 349 */
2304df62 350#$d_memmove HAS_MEMMOVE /**/
9f971974 351
2304df62 352/* HAS_MEMSET:
9f971974 353 * This symbol, if defined, indicates that the memset routine is available
2304df62 354 * to set blocks of memory.
9f971974 355 */
2304df62 356#$d_memset HAS_MEMSET /**/
378cc40b 357
2304df62 358/* HAS_MKDIR:
a687059c
LW
359 * This symbol, if defined, indicates that the mkdir routine is available
360 * to create directories. Otherwise you should fork off a new process to
361 * exec /bin/mkdir.
362 */
2304df62 363#$d_mkdir HAS_MKDIR /**/
fe14fcc3 364
ecfc5424
AD
365/* HAS_MKFIFO:
366 * This symbol, if defined, indicates that the mkfifo routine is
367 * available to create FIFOs. Otherwise, mknod should be able to
368 * do it for you. However, if mkfifo is there, mknod might require
369 * super-user privileges which mkfifo will not.
370 */
371#$d_mkfifo HAS_MKFIFO /**/
372
a0d0e21e
LW
373/* HAS_MKTIME:
374 * This symbol, if defined, indicates that the mktime routine is
375 * available.
376 */
377#$d_mktime HAS_MKTIME /**/
378
fe749a9f
JH
379/* HAS_MSYNC:
380 * This symbol, if defined, indicates that the msync system call is
381 * available to synchronize a mapped file.
382 */
383#$d_msync HAS_MSYNC /**/
384
385/* HAS_MUNMAP:
386 * This symbol, if defined, indicates that the munmap system call is
387 * available to unmap a region, usually mapped by mmap().
388 */
389#$d_munmap HAS_MUNMAP /**/
390
a0d0e21e
LW
391/* HAS_NICE:
392 * This symbol, if defined, indicates that the nice routine is
393 * available.
fe14fcc3 394 */
a0d0e21e 395#$d_nice HAS_NICE /**/
a687059c 396
ecfc5424
AD
397/* HAS_PATHCONF:
398 * This symbol, if defined, indicates that pathconf() is available
399 * to determine file-system related limits and options associated
400 * with a given filename.
401 */
402/* HAS_FPATHCONF:
403 * This symbol, if defined, indicates that pathconf() is available
404 * to determine file-system related limits and options associated
405 * with a given open file descriptor.
406 */
407#$d_pathconf HAS_PATHCONF /**/
408#$d_fpathconf HAS_FPATHCONF /**/
409
a0d0e21e
LW
410/* HAS_PAUSE:
411 * This symbol, if defined, indicates that the pause routine is
412 * available to suspend a process until a signal is received.
a687059c 413 */
a0d0e21e 414#$d_pause HAS_PAUSE /**/
a687059c 415
a0d0e21e
LW
416/* HAS_PIPE:
417 * This symbol, if defined, indicates that the pipe routine is
418 * available to create an inter-process channel.
fe14fcc3 419 */
a0d0e21e
LW
420#$d_pipe HAS_PIPE /**/
421
8e07c86e
AD
422/* HAS_POLL:
423 * This symbol, if defined, indicates that the poll routine is
dfe9444c
AD
424 * available to poll active file descriptors. You may safely
425 * include <poll.h> when this symbol is defined.
8e07c86e
AD
426 */
427#$d_poll HAS_POLL /**/
428
a0d0e21e
LW
429/* HAS_READDIR:
430 * This symbol, if defined, indicates that the readdir routine is
431 * available to read directory entries. You may have to include
432 * <dirent.h>. See I_DIRENT.
433 */
434#$d_readdir HAS_READDIR /**/
435
436/* HAS_SEEKDIR:
437 * This symbol, if defined, indicates that the seekdir routine is
438 * available. You may have to include <dirent.h>. See I_DIRENT.
439 */
440#$d_seekdir HAS_SEEKDIR /**/
441
442/* HAS_TELLDIR:
443 * This symbol, if defined, indicates that the telldir routine is
444 * available. You may have to include <dirent.h>. See I_DIRENT.
445 */
446#$d_telldir HAS_TELLDIR /**/
447
448/* HAS_REWINDDIR:
449 * This symbol, if defined, indicates that the rewinddir routine is
450 * available. You may have to include <dirent.h>. See I_DIRENT.
451 */
452#$d_rewinddir HAS_REWINDDIR /**/
453
454/* HAS_READLINK:
455 * This symbol, if defined, indicates that the readlink routine is
456 * available to read the value of a symbolic link.
457 */
458#$d_readlink HAS_READLINK /**/
fe14fcc3 459
2304df62 460/* HAS_RENAME:
378cc40b
LW
461 * This symbol, if defined, indicates that the rename routine is available
462 * to rename files. Otherwise you should do the unlink(), link(), unlink()
463 * trick.
464 */
2304df62 465#$d_rename HAS_RENAME /**/
378cc40b 466
2304df62
AD
467/* HAS_RMDIR:
468 * This symbol, if defined, indicates that the rmdir routine is
469 * available to remove directories. Otherwise you should fork off a
470 * new process to exec /bin/rmdir.
9f971974 471 */
2304df62 472#$d_rmdir HAS_RMDIR /**/
9f971974 473
2304df62
AD
474/* HAS_SELECT:
475 * This symbol, if defined, indicates that the select routine is
476 * available to select active file descriptors. If the timeout field
477 * is used, <sys/time.h> may need to be included.
fe14fcc3 478 */
2304df62 479#$d_select HAS_SELECT /**/
a687059c 480
2304df62 481/* HAS_SETEGID:
378cc40b
LW
482 * This symbol, if defined, indicates that the setegid routine is available
483 * to change the effective gid of the current program.
484 */
2304df62 485#$d_setegid HAS_SETEGID /**/
378cc40b 486
2304df62 487/* HAS_SETEUID:
378cc40b
LW
488 * This symbol, if defined, indicates that the seteuid routine is available
489 * to change the effective uid of the current program.
490 */
2304df62
AD
491#$d_seteuid HAS_SETEUID /**/
492
a0d0e21e
LW
493/* HAS_SETLINEBUF:
494 * This symbol, if defined, indicates that the setlinebuf routine is
495 * available to change stderr or stdout from block-buffered or unbuffered
496 * to a line-buffered mode.
497 */
498#$d_setlinebuf HAS_SETLINEBUF /**/
499
500/* HAS_SETLOCALE:
501 * This symbol, if defined, indicates that the setlocale routine is
502 * available to handle locale-specific ctype implementations.
503 */
504#$d_setlocale HAS_SETLOCALE /**/
505
dfe9444c
AD
506/* HAS_SETPGID:
507 * This symbol, if defined, indicates that the setpgid(pid, gpid)
508 * routine is available to set process group ID.
509 */
510#$d_setpgid HAS_SETPGID /**/
511
512/* HAS_SETPGRP:
513 * This symbol, if defined, indicates that the setpgrp routine is
514 * available to set the current process group.
515 */
516/* USE_BSD_SETPGRP:
517 * This symbol, if defined, indicates that setpgrp needs two
518 * arguments whereas USG one needs none. See also HAS_SETPGID
519 * for a POSIX interface.
520 */
521#$d_setpgrp HAS_SETPGRP /**/
522#$d_bsdsetpgrp USE_BSD_SETPGRP /**/
523
2304df62 524/* HAS_SETPGRP2:
d8f2e4cc
LW
525 * This symbol, if defined, indicates that the setpgrp2() (as in DG/UX)
526 * routine is available to set the current process group.
527 */
2304df62 528#$d_setpgrp2 HAS_SETPGRP2 /**/
d8f2e4cc 529
2304df62
AD
530/* HAS_SETPRIORITY:
531 * This symbol, if defined, indicates that the setpriority routine is
a687059c
LW
532 * available to set a process's priority.
533 */
2304df62 534#$d_setprior HAS_SETPRIORITY /**/
a687059c 535
2304df62 536/* HAS_SETREGID:
a687059c 537 * This symbol, if defined, indicates that the setregid routine is
2304df62
AD
538 * available to change the real and effective gid of the current
539 * process.
a687059c 540 */
2304df62 541/* HAS_SETRESGID:
a687059c
LW
542 * This symbol, if defined, indicates that the setresgid routine is
543 * available to change the real, effective and saved gid of the current
2304df62 544 * process.
a687059c 545 */
2304df62
AD
546#$d_setregid HAS_SETREGID /**/
547#$d_setresgid HAS_SETRESGID /**/
a687059c 548
2304df62 549/* HAS_SETREUID:
a687059c 550 * This symbol, if defined, indicates that the setreuid routine is
2304df62
AD
551 * available to change the real and effective uid of the current
552 * process.
a687059c 553 */
2304df62 554/* HAS_SETRESUID:
a687059c
LW
555 * This symbol, if defined, indicates that the setresuid routine is
556 * available to change the real, effective and saved uid of the current
2304df62 557 * process.
a687059c 558 */
2304df62
AD
559#$d_setreuid HAS_SETREUID /**/
560#$d_setresuid HAS_SETRESUID /**/
a687059c 561
2304df62 562/* HAS_SETRGID:
378cc40b
LW
563 * This symbol, if defined, indicates that the setrgid routine is available
564 * to change the real gid of the current program.
565 */
2304df62 566#$d_setrgid HAS_SETRGID /**/
378cc40b 567
2304df62 568/* HAS_SETRUID:
378cc40b
LW
569 * This symbol, if defined, indicates that the setruid routine is available
570 * to change the real uid of the current program.
571 */
2304df62
AD
572#$d_setruid HAS_SETRUID /**/
573
574/* HAS_SETSID:
575 * This symbol, if defined, indicates that the setsid routine is
576 * available to set the process group ID.
577 */
578#$d_setsid HAS_SETSID /**/
fe14fcc3 579
a0d0e21e
LW
580/* Shmat_t:
581 * This symbol holds the return type of the shmat() system call.
582 * Usually set to 'void *' or 'char *'.
fe14fcc3 583 */
a0d0e21e
LW
584/* HAS_SHMAT_PROTOTYPE:
585 * This symbol, if defined, indicates that the sys/shm.h includes
586 * a prototype for shmat(). Otherwise, it is up to the program to
b0ca4213 587 * guess one. Shmat_t shmat _((int, Shmat_t, int)) is a good guess,
a0d0e21e
LW
588 * but not always right so it should be emitted by the program only
589 * when HAS_SHMAT_PROTOTYPE is not defined to avoid conflicting defs.
fe14fcc3 590 */
a0d0e21e
LW
591#define Shmat_t $shmattype /**/
592#$d_shmatprototype HAS_SHMAT_PROTOTYPE /**/
fe14fcc3 593
dfe9444c
AD
594/* HAS_STRCHR:
595 * This symbol is defined to indicate that the strchr()/strrchr()
596 * functions are available for string searching. If not, try the
597 * index()/rindex() pair.
16d20bd9 598 */
dfe9444c
AD
599/* HAS_INDEX:
600 * This symbol is defined to indicate that the index()/rindex()
601 * functions are available for string searching.
c2960299 602 */
dfe9444c
AD
603#$d_strchr HAS_STRCHR /**/
604#$d_index HAS_INDEX /**/
605
606/* HAS_STRCOLL:
607 * This symbol, if defined, indicates that the strcoll routine is
608 * available to compare strings using collating information.
16d20bd9 609 */
dfe9444c
AD
610#$d_strcoll HAS_STRCOLL /**/
611
612/* USE_STRUCT_COPY:
613 * This symbol, if defined, indicates that this C compiler knows how
614 * to copy structures. If undefined, you'll need to use a block copy
615 * routine of some sort instead.
c2960299 616 */
dfe9444c 617#$d_strctcpy USE_STRUCT_COPY /**/
8d063cd8 618
a89d8a78
DH
619/* HAS_STRTOD:
620 * This symbol, if defined, indicates that the strtod routine is
5f05dabc 621 * available to provide better numeric string conversion than atof().
a89d8a78
DH
622 */
623#$d_strtod HAS_STRTOD /**/
624
625/* HAS_STRTOL:
5f05dabc 626 * This symbol, if defined, indicates that the strtol routine is available
627 * to provide better numeric string conversion than atoi() and friends.
a89d8a78
DH
628 */
629#$d_strtol HAS_STRTOL /**/
630
631/* HAS_STRTOUL:
632 * This symbol, if defined, indicates that the strtoul routine is
5f05dabc 633 * available to provide conversion of strings to unsigned long.
a89d8a78
DH
634 */
635#$d_strtoul HAS_STRTOUL /**/
636
a0d0e21e
LW
637/* HAS_STRXFRM:
638 * This symbol, if defined, indicates that the strxfrm() routine is
639 * available to transform strings.
640 */
641#$d_strxfrm HAS_STRXFRM /**/
642
2304df62 643/* HAS_SYMLINK:
2e1b3b7e
KK
644 * This symbol, if defined, indicates that the symlink routine is available
645 * to create symbolic links.
646 */
2304df62 647#$d_symlink HAS_SYMLINK /**/
2e1b3b7e 648
2304df62
AD
649/* HAS_SYSCALL:
650 * This symbol, if defined, indicates that the syscall routine is
651 * available to call arbitrary system calls. If undefined, that's tough.
a687059c 652 */
2304df62 653#$d_syscall HAS_SYSCALL /**/
e5d73d77 654
ecfc5424
AD
655/* HAS_SYSCONF:
656 * This symbol, if defined, indicates that sysconf() is available
657 * to determine system related limits and options.
658 */
659#$d_sysconf HAS_SYSCONF /**/
660
2304df62
AD
661/* HAS_SYSTEM:
662 * This symbol, if defined, indicates that the system routine is
663 * available to issue a shell command.
9f971974 664 */
2304df62 665#$d_system HAS_SYSTEM /**/
9f971974 666
a0d0e21e
LW
667/* HAS_TCGETPGRP:
668 * This symbol, if defined, indicates that the tcgetpgrp routine is
669 * available to get foreground process group ID.
85e6fe83 670 */
a0d0e21e
LW
671#$d_tcgetpgrp HAS_TCGETPGRP /**/
672
673/* HAS_TCSETPGRP:
674 * This symbol, if defined, indicates that the tcsetpgrp routine is
675 * available to set foreground process group ID.
676 */
677#$d_tcsetpgrp HAS_TCSETPGRP /**/
85e6fe83 678
2304df62 679/* HAS_TRUNCATE:
87250799
LW
680 * This symbol, if defined, indicates that the truncate routine is
681 * available to truncate files.
682 */
2304df62 683#$d_truncate HAS_TRUNCATE /**/
87250799 684
a0d0e21e
LW
685/* HAS_TZNAME:
686 * This symbol, if defined, indicates that the tzname[] array is
687 * available to access timezone names.
688 */
689#$d_tzname HAS_TZNAME /**/
690
691/* HAS_UMASK:
692 * This symbol, if defined, indicates that the umask routine is
693 * available to set and get the value of the file creation mask.
694 */
695#$d_umask HAS_UMASK /**/
696
2304df62 697/* HASVOLATILE:
afd9f252
LW
698 * This symbol, if defined, indicates that this C compiler knows about
699 * the volatile declaration.
700 */
701#$d_volatile HASVOLATILE /**/
2304df62
AD
702#ifndef HASVOLATILE
703#define volatile
704#endif
afd9f252 705
2304df62 706/* HAS_WAIT4:
bf38876a
LW
707 * This symbol, if defined, indicates that wait4() exists.
708 */
2304df62 709#$d_wait4 HAS_WAIT4 /**/
bf38876a 710
2304df62
AD
711/* HAS_WAITPID:
712 * This symbol, if defined, indicates that the waitpid routine is
713 * available to wait for child process.
39c3038c 714 */
2304df62 715#$d_waitpid HAS_WAITPID /**/
39c3038c 716
a0d0e21e
LW
717/* HAS_WCSTOMBS:
718 * This symbol, if defined, indicates that the wcstombs routine is
719 * available to convert wide character strings to multibyte strings.
720 */
721#$d_wcstombs HAS_WCSTOMBS /**/
722
723/* HAS_WCTOMB:
724 * This symbol, if defined, indicates that the wctomb routine is available
725 * to covert a wide character to a multibyte.
726 */
727#$d_wctomb HAS_WCTOMB /**/
728
28e8609d 729/* I_ARPA_INET:
5ff3f7a4
GS
730 * This symbol, if defined, indicates to the C program that it should
731 * include <arpa/inet.h> to get inet_addr and friends declarations.
28e8609d 732 */
5ff3f7a4 733#$i_arpainet I_ARPA_INET /**/
28e8609d 734
dfe9444c
AD
735/* I_DBM:
736 * This symbol, if defined, indicates that <dbm.h> exists and should
737 * be included.
232e078e 738 */
dfe9444c
AD
739/* I_RPCSVC_DBM:
740 * This symbol, if defined, indicates that <rpcsvc/dbm.h> exists and
741 * should be included.
232e078e 742 */
dfe9444c
AD
743#$i_dbm I_DBM /**/
744#$i_rpcsvcdbm I_RPCSVC_DBM /**/
232e078e 745
2304df62
AD
746/* I_DIRENT:
747 * This symbol, if defined, indicates to the C program that it should
748 * include <dirent.h>. Using this symbol also triggers the definition
749 * of the Direntry_t define which ends up being 'struct dirent' or
750 * 'struct direct' depending on the availability of <dirent.h>.
1c3d792e 751 */
2304df62
AD
752/* DIRNAMLEN:
753 * This symbol, if defined, indicates to the C program that the length
754 * of directory entry names is provided by a d_namlen field. Otherwise
755 * you need to do strlen() on the d_name field.
756 */
a0d0e21e
LW
757/* Direntry_t:
758 * This symbol is set to 'struct direct' or 'struct dirent' depending on
759 * whether dirent is available or not. You should use this pseudo type to
760 * portably declare your directory entries.
761 */
2304df62
AD
762#$i_dirent I_DIRENT /**/
763#$d_dirnamlen DIRNAMLEN /**/
a0d0e21e
LW
764#define Direntry_t $direntrytype
765
766/* I_DLFCN:
767 * This symbol, if defined, indicates that <dlfcn.h> exists and should
768 * be included.
769 */
770#$i_dlfcn I_DLFCN /**/
1c3d792e 771
2304df62 772/* I_FCNTL:
fe14fcc3 773 * This manifest constant tells the C program to include <fcntl.h>.
a687059c 774 */
2304df62 775#$i_fcntl I_FCNTL /**/
a687059c 776
a0d0e21e
LW
777/* I_FLOAT:
778 * This symbol, if defined, indicates to the C program that it should
779 * include <float.h> to get definition of symbols like DBL_MAX or
780 * DBL_MIN, i.e. machine dependent floating point values.
a687059c 781 */
a0d0e21e 782#$i_float I_FLOAT /**/
a687059c 783
a0d0e21e
LW
784/* I_LIMITS:
785 * This symbol, if defined, indicates to the C program that it should
786 * include <limits.h> to get definition of symbols like WORD_BIT or
787 * LONG_MAX, i.e. machine dependant limitations.
788 */
789#$i_limits I_LIMITS /**/
790
dfe9444c
AD
791/* I_LOCALE:
792 * This symbol, if defined, indicates to the C program that it should
793 * include <locale.h>.
794 */
795#$i_locale I_LOCALE /**/
796
a0d0e21e
LW
797/* I_MATH:
798 * This symbol, if defined, indicates to the C program that it should
799 * include <math.h>.
800 */
801#$i_math I_MATH /**/
802
803/* I_MEMORY:
804 * This symbol, if defined, indicates to the C program that it should
805 * include <memory.h>.
806 */
807#$i_memory I_MEMORY /**/
808
232e078e 809/* I_NDBM:
16d20bd9 810 * This symbol, if defined, indicates that <ndbm.h> exists and should
232e078e
AD
811 * be included.
812 */
813#$i_ndbm I_NDBM /**/
814
ecfc5424
AD
815/* I_NET_ERRNO:
816 * This symbol, if defined, indicates that <net/errno.h> exists and
817 * should be included.
2304df62 818 */
ecfc5424 819#$i_neterrno I_NET_ERRNO /**/
2304df62
AD
820
821/* I_NETINET_IN:
03a14243 822 * This symbol, if defined, indicates to the C program that it should
2304df62 823 * include <netinet/in.h>. Otherwise, you may try <sys/in.h>.
03a14243 824 */
2304df62 825#$i_niin I_NETINET_IN /**/
03a14243 826
dfe9444c
AD
827/* I_SFIO:
828 * This symbol, if defined, indicates to the C program that it should
829 * include <sfio.h>.
830 */
831#$i_sfio I_SFIO /**/
832
2304df62
AD
833/* I_STDDEF:
834 * This symbol, if defined, indicates that <stddef.h> exists and should
a687059c
LW
835 * be included.
836 */
2304df62 837#$i_stddef I_STDDEF /**/
a687059c 838
a0d0e21e
LW
839/* I_STDLIB:
840 * This symbol, if defined, indicates that <stdlib.h> exists and should
841 * be included.
842 */
843#$i_stdlib I_STDLIB /**/
844
845/* I_STRING:
85e6fe83
LW
846 * This symbol, if defined, indicates to the C program that it should
847 * include <string.h> (USG systems) instead of <strings.h> (BSD systems).
848 */
849#$i_string I_STRING /**/
850
2304df62
AD
851/* I_SYS_DIR:
852 * This symbol, if defined, indicates to the C program that it should
853 * include <sys/dir.h>.
d8f2e4cc 854 */
2304df62
AD
855#$i_sysdir I_SYS_DIR /**/
856
857/* I_SYS_FILE:
858 * This symbol, if defined, indicates to the C program that it should
859 * include <sys/file.h> to get definition of R_OK and friends.
d8f2e4cc 860 */
2304df62
AD
861#$i_sysfile I_SYS_FILE /**/
862
863/* I_SYS_IOCTL:
864 * This symbol, if defined, indicates that <sys/ioctl.h> exists and should
865 * be included. Otherwise, include <sgtty.h> or <termio.h>.
d8f2e4cc 866 */
2304df62
AD
867#$i_sysioctl I_SYS_IOCTL /**/
868
869/* I_SYS_NDIR:
870 * This symbol, if defined, indicates to the C program that it should
871 * include <sys/ndir.h>.
872 */
873#$i_sysndir I_SYS_NDIR /**/
874
a0d0e21e
LW
875/* I_SYS_PARAM:
876 * This symbol, if defined, indicates to the C program that it should
877 * include <sys/param.h>.
878 */
879#$i_sysparam I_SYS_PARAM /**/
880
e876cf0b 881/* I_SYS_RESOURCE:
882 * This symbol, if defined, indicates to the C program that it should
883 * include <sys/resource.h>.
884 */
885#$i_sysresrc I_SYS_RESOURCE /**/
886
2304df62
AD
887/* I_SYS_SELECT:
888 * This symbol, if defined, indicates to the C program that it should
889 * include <sys/select.h> in order to get definition of struct timeval.
890 */
891#$i_sysselct I_SYS_SELECT /**/
892
dfe9444c
AD
893/* I_SYS_STAT:
894 * This symbol, if defined, indicates to the C program that it should
895 * include <sys/stat.h>.
896 */
897#$i_sysstat I_SYS_STAT /**/
898
a0d0e21e
LW
899/* I_SYS_TIMES:
900 * This symbol, if defined, indicates to the C program that it should
901 * include <sys/times.h>.
902 */
903#$i_systimes I_SYS_TIMES /**/
904
bd89102f
AD
905/* I_SYS_TYPES:
906 * This symbol, if defined, indicates to the C program that it should
907 * include <sys/types.h>.
908 */
909#$i_systypes I_SYS_TYPES /**/
910
25f94b33
AD
911/* I_SYS_UN:
912 * This symbol, if defined, indicates to the C program that it should
913 * include <sys/un.h> to get UNIX domain socket definitions.
914 */
915#$i_sysun I_SYS_UN /**/
916
e876cf0b 917/* I_SYS_WAIT:
918 * This symbol, if defined, indicates to the C program that it should
919 * include <sys/wait.h>.
920 */
921#$i_syswait I_SYS_WAIT /**/
922
a0d0e21e
LW
923/* I_TERMIO:
924 * This symbol, if defined, indicates that the program should include
925 * <termio.h> rather than <sgtty.h>. There are also differences in
926 * the ioctl() calls that depend on the value of this symbol.
927 */
928/* I_TERMIOS:
929 * This symbol, if defined, indicates that the program should include
930 * the POSIX termios.h rather than sgtty.h or termio.h.
931 * There are also differences in the ioctl() calls that depend on the
932 * value of this symbol.
933 */
934/* I_SGTTY:
935 * This symbol, if defined, indicates that the program should include
936 * <sgtty.h> rather than <termio.h>. There are also differences in
937 * the ioctl() calls that depend on the value of this symbol.
938 */
939#$i_termio I_TERMIO /**/
940#$i_termios I_TERMIOS /**/
941#$i_sgtty I_SGTTY /**/
942
85e6fe83
LW
943/* I_UNISTD:
944 * This symbol, if defined, indicates to the C program that it should
945 * include <unistd.h>.
946 */
947#$i_unistd I_UNISTD /**/
d8f2e4cc 948
2304df62 949/* I_UTIME:
d8f2e4cc 950 * This symbol, if defined, indicates to the C program that it should
2304df62 951 * include <utime.h>.
d8f2e4cc 952 */
2304df62 953#$i_utime I_UTIME /**/
d8f2e4cc 954
dfe9444c
AD
955/* I_VALUES:
956 * This symbol, if defined, indicates to the C program that it should
957 * include <values.h> to get definition of symbols like MINFLOAT or
958 * MAXLONG, i.e. machine dependant limitations. Probably, you
959 * should use <limits.h> instead, if it is available.
960 */
961#$i_values I_VALUES /**/
962
e876cf0b 963/* I_STDARG:
964 * This symbol, if defined, indicates that <stdarg.h> exists and should
965 * be included.
966 */
967/* I_VARARGS:
968 * This symbol, if defined, indicates to the C program that it should
969 * include <varargs.h>.
970 */
971#$i_stdarg I_STDARG /**/
972#$i_varargs I_VARARGS /**/
973
a0d0e21e
LW
974/* I_VFORK:
975 * This symbol, if defined, indicates to the C program that it should
976 * include vfork.h.
977 */
978#$i_vfork I_VFORK /**/
a687059c 979
a0d0e21e
LW
980/* CAN_PROTOTYPE:
981 * If defined, this macro indicates that the C compiler can handle
982 * function prototypes.
85e6fe83 983 */
a0d0e21e
LW
984/* _:
985 * This macro is used to declare function parameters for folks who want
986 * to make declarations with prototypes using a different style than
987 * the above macros. Use double parentheses. For example:
988 *
989 * int main _((int argc, char *argv[]));
990 */
991#$prototype CAN_PROTOTYPE /**/
992#ifdef CAN_PROTOTYPE
993#define _(args) args
994#else
995#define _(args) ()
996#endif
85e6fe83 997
dfe9444c
AD
998/* SH_PATH:
999 * This symbol contains the full pathname to the shell used on this
1000 * on this system to execute Bourne shell scripts. Usually, this will be
1001 * /bin/sh, though it's possible that some systems will have /bin/ksh,
1002 * /bin/pdksh, /bin/ash, /bin/bash, or even something such as
1003 * D:/bin/sh.exe.
a0d0e21e 1004 */
dfe9444c 1005#define SH_PATH "$sh" /**/
a0d0e21e 1006
2304df62
AD
1007/* STDCHAR:
1008 * This symbol is defined to be the type of char used in stdio.h.
1009 * It has the values "unsigned char" or "char".
fe14fcc3 1010 */
2304df62
AD
1011#define STDCHAR $stdchar /**/
1012
aaacdc8b
GS
1013/* CROSSCOMPILE:
1014 * This symbol, if defined, signifies that we our
1015 * build process is a cross-compilation.
1016 */
1017#$crosscompile CROSSCOMPILE /**/
1018
1019/* INTSIZE:
1020 * This symbol contains the value of sizeof(int) so that the C
1021 * preprocessor can make decisions based on it.
1022 */
1023/* LONGSIZE:
1024 * This symbol contains the value of sizeof(long) so that the C
1025 * preprocessor can make decisions based on it.
1026 */
1027/* SHORTSIZE:
1028 * This symbol contains the value of sizeof(short) so that the C
1029 * preprocessor can make decisions based on it.
1030 */
1031#define INTSIZE $intsize /**/
1032#define LONGSIZE $longsize /**/
1033#define SHORTSIZE $shortsize /**/
1034
1035/* MULTIARCH:
1036 * This symbol, if defined, signifies that the build
1037 * process will produce some binary files that are going to be
1038 * used in a cross-platform environment. This is the case for
1039 * example with the NeXT "fat" binaries that contain executables
1040 * for several CPUs.
1041 */
1042#$multiarch MULTIARCH /**/
1043
de1c2614
JH
1044/* HAS_QUAD:
1045 * This symbol, if defined, tells that there's a 64-bit integer type,
1b8cd678
JH
1046 * Quad_t, and its unsigned counterpar, Uquad_t. QUADKIND will be one
1047 * of QUAD_IS_INT, QUAD_IS_LONG, QUAD_IS_LONG_LONG, or QUAD_IS_INT64_T.
a22e52b9 1048 */
de1c2614 1049#$d_quad HAS_QUAD /**/
6b8eaf93 1050#ifdef HAS_QUAD
1b8cd678
JH
1051# define Quad_t $quadtype /**/
1052# define Uquad_t $uquadtype /**/
6b8eaf93
JH
1053# define QUADKIND $quadkind /**/
1054# define QUAD_IS_INT 1
1055# define QUAD_IS_LONG 2
1056# define QUAD_IS_LONG_LONG 3
1057# define QUAD_IS_INT64_T 4
1058#endif
a22e52b9 1059
5ff3f7a4
GS
1060/* HAS_ACCESSX:
1061 * This symbol, if defined, indicates that the accessx routine is
1062 * available to do extended access checks.
1063 */
1064#$d_accessx HAS_ACCESSX /**/
1065
1066/* HAS_EACCESS:
1067 * This symbol, if defined, indicates that the eaccess routine is
1068 * available to do extended access checks.
1069 */
1070#$d_eaccess HAS_EACCESS /**/
1071
1072/* I_SYS_ACCESS:
1073 * This symbol, if defined, indicates to the C program that it should
85ab1d1d 1074 * include <sys/access.h>.
5ff3f7a4
GS
1075 */
1076#$i_sysaccess I_SYS_ACCESS /**/
1077
1078/* I_SYS_SECURITY:
1079 * This symbol, if defined, indicates to the C program that it should
1080 * include <sys/security.h>.
1081 */
1082#$i_syssecrt I_SYS_SECURITY /**/
1083
ff935051
JH
1084/* OSNAME:
1085 * This symbol contains the name of the operating system, as determined
1086 * by Configure. You shouldn't rely on it too much; the specific
1087 * feature tests from Configure are generally more reliable.
1088 */
1089#define OSNAME "$osname" /**/
1090
dfe9444c 1091/* MEM_ALIGNBYTES:
68c15b6f 1092 * This symbol contains the number of bytes required to align a
87b71857
JH
1093 * double, or a long double when applicable. Usual values are 2,
1094 * 4 and 8. The default is eight, for safety.
5f05dabc 1095 */
c4747d3e 1096#if defined(CROSSCOMPILE) || defined(MULTIARCH)
68c15b6f
HM
1097# define MEM_ALIGNBYTES 8
1098#else
1099#define MEM_ALIGNBYTES $alignbytes
1100#endif
5f05dabc 1101
ff935051
JH
1102/* ARCHLIB:
1103 * This variable, if defined, holds the name of the directory in
1104 * which the user wants to put architecture-dependent public
1105 * library files for $package. It is most often a local directory
1106 * such as /usr/local/lib. Programs using this variable must be
1107 * prepared to deal with filename expansion. If ARCHLIB is the
1108 * same as PRIVLIB, it is not defined, since presumably the
1109 * program already searches PRIVLIB.
1110 */
1111/* ARCHLIB_EXP:
1112 * This symbol contains the ~name expanded version of ARCHLIB, to be used
1113 * in programs that are not prepared to deal with ~ expansion at run-time.
1114 */
1115#$d_archlib ARCHLIB "$archlib" /**/
1116#$d_archlib ARCHLIB_EXP "$archlibexp" /**/
1117
1118/* ARCHNAME:
1119 * This symbol holds a string representing the architecture name.
1120 * It may be used to construct an architecture-dependant pathname
1121 * where library files may be held under a private library, for
1122 * instance.
1123 */
1124#define ARCHNAME "$archname" /**/
1125
1126/* HAS_ATOLF:
1127 * This symbol, if defined, indicates that the atolf routine is
1128 * available to convert strings into long doubles.
1129 */
1130#$d_atolf HAS_ATOLF /**/
1131
1132/* HAS_ATOLL:
1133 * This symbol, if defined, indicates that the atoll routine is
1134 * available to convert strings into long longs.
1135 */
1136#$d_atoll HAS_ATOLL /**/
1137
1138/* BIN:
1139 * This symbol holds the path of the bin directory where the package will
1140 * be installed. Program must be prepared to deal with ~name substitution.
1141 */
1142/* BIN_EXP:
1143 * This symbol is the filename expanded version of the BIN symbol, for
1144 * programs that do not want to deal with that at run-time.
1145 */
1146#define BIN "$bin" /**/
1147#define BIN_EXP "$binexp" /**/
1148
1149/* PERL_BINCOMPAT_5005:
1150 * This symbol, if defined, indicates that Perl 5.006 should be
1151 * binary-compatible with Perl 5.005. This is impossible for builds
1152 * that use features like threads and multiplicity it is always $undef
1153 * for those versions.
1154 */
1155#$d_bincompat5005 PERL_BINCOMPAT_5005 /**/
1156
8e07c86e 1157/* BYTEORDER:
e876cf0b 1158 * This symbol holds the hexadecimal constant defined in byteorder,
8e07c86e 1159 * i.e. 0x1234 or 0x4321, etc...
68c15b6f
HM
1160 * If the compiler supports cross-compiling or multiple-architecture
1161 * binaries (eg. on NeXT systems), use compiler-defined macros to
1162 * determine the byte order.
7bac28a0 1163 * On NeXT 3.2 (and greater), you can build "Fat" Multiple Architecture
e876cf0b 1164 * Binaries (MAB) on either big endian or little endian machines.
1165 * The endian-ness is available at compile-time. This only matters
1166 * for perl, where the config.h can be generated and installed on
1167 * one system, and used by a different architecture to build an
1168 * extension. Older versions of NeXT that might not have
1169 * defined either *_ENDIAN__ were all on Motorola 680x0 series,
1170 * so the default case (for NeXT) is big endian to catch them.
1171 * This might matter for NeXT 3.0.
8e07c86e 1172 */
88d5303d
JH
1173#if defined(CROSSCOMPILE) || defined(MULTIARCH)
1174# ifdef __LITTLE_ENDIAN__
1175# if LONGSIZE == 4
1176# define BYTEORDER 0x1234
1177# else
1178# if LONGSIZE == 8
1179# define BYTEORDER 0x12345678
1180# endif
1181# endif
1182# else
1183# ifdef __BIG_ENDIAN__
1184# if LONGSIZE == 4
1185# define BYTEORDER 0x4321
1186# else
1187# if LONGSIZE == 8
1188# define BYTEORDER 0x87654321
1189# endif
1190# endif
1191# endif
1192# endif
1193# if !defined(BYTEORDER) && (defined(NeXT) || defined(__NeXT__))
1194# define BYTEORDER 0x4321
1195# endif
1196#else
8e07c86e 1197#define BYTEORDER 0x$byteorder /* large digits for MSB */
88d5303d 1198#endif /* NeXT */
8e07c86e 1199
ff935051
JH
1200/* CAT2:
1201 * This macro catenates 2 tokens together.
1202 */
1203/* STRINGIFY:
1204 * This macro surrounds its token with double quotes.
1205 */
1206#if $cpp_stuff == 1
d0519643
GS
1207# define CAT2(a,b) a/**/b
1208# define STRINGIFY(a) "a"
ff935051
JH
1209 /* If you can get stringification with catify, tell me how! */
1210#endif
1211#if $cpp_stuff == 42
3240d403 1212# define PeRl_CaTiFy(a, b) a ## b
d0519643 1213# define PeRl_StGiFy(a) #a
3240d403
JH
1214/* the additional level of indirection enables these macros to be
1215 * used as arguments to other macros. See K&R 2nd ed., page 231. */
5e6c239f 1216# define CAT2(a,b) PeRl_CaTiFy(a,b)
3240d403 1217# define StGiFy(a) PeRl_StGiFy(a)
d0519643 1218# define STRINGIFY(a) PeRl_StGiFy(a)
ff935051
JH
1219#endif
1220#if $cpp_stuff != 1 && $cpp_stuff != 42
1221#include "Bletch: How does this C preprocessor catenate tokens?"
1222#endif
1223
1224/* CPPSTDIN:
1225 * This symbol contains the first part of the string which will invoke
1226 * the C preprocessor on the standard input and produce to standard
1227 * output. Typical value of "cc -E" or "/lib/cpp", but it can also
1228 * call a wrapper. See CPPRUN.
1229 */
1230/* CPPMINUS:
1231 * This symbol contains the second part of the string which will invoke
1232 * the C preprocessor on the standard input and produce to standard
1233 * output. This symbol will have the value "-" if CPPSTDIN needs a minus
1234 * to specify standard input, otherwise the value is "".
1235 */
1236/* CPPRUN:
1237 * This symbol contains the string which will invoke a C preprocessor on
1238 * the standard input and produce to standard output. It needs to end
1239 * with CPPLAST, after all other preprocessor flags have been specified.
1240 * The main difference with CPPSTDIN is that this program will never be a
1241 * pointer to a shell wrapper, i.e. it will be empty if no preprocessor is
1242 * available directly to the user. Note that it may well be different from
1243 * the preprocessor used to compile the C program.
1244 */
c71a9cee
JH
1245/* CPPLAST:
1246 * This symbol is intended to be used along with CPPRUN in the same manner
1247 * symbol CPPMINUS is used with CPPSTDIN. It contains either "-" or "".
1248 */
ff935051
JH
1249#define CPPSTDIN "$cppstdin"
1250#define CPPMINUS "$cppminus"
1251#define CPPRUN "$cpprun"
c71a9cee 1252#define CPPLAST "$cpplast"
ff935051
JH
1253
1254/* HAS_ACCESS:
1255 * This manifest constant lets the C program know that the access()
1256 * system call is available to check for accessibility using real UID/GID.
1257 * (always present on UNIX.)
1258 */
1259#$d_access HAS_ACCESS /**/
1260
dfe9444c
AD
1261/* CASTI32:
1262 * This symbol is defined if the C compiler can cast negative
1263 * or large floating point numbers to 32-bit ints.
1aef975c 1264 */
dfe9444c 1265#$d_casti32 CASTI32 /**/
85e6fe83 1266
dfe9444c
AD
1267/* CASTNEGFLOAT:
1268 * This symbol is defined if the C compiler can cast negative
1269 * numbers to unsigned longs, ints and shorts.
85e6fe83 1270 */
dfe9444c
AD
1271/* CASTFLAGS:
1272 * This symbol contains flags that say what difficulties the compiler
1273 * has casting odd floating values to unsigned long:
1274 * 0 = ok
1275 * 1 = couldn't cast < 0
1276 * 2 = couldn't cast >= 0x80000000
1277 * 4 = couldn't cast in argument expression list
bccf77a5 1278 */
dfe9444c
AD
1279#$d_castneg CASTNEGFLOAT /**/
1280#define CASTFLAGS $castflags /**/
1281
1282/* VOID_CLOSEDIR:
1283 * This symbol, if defined, indicates that the closedir() routine
1284 * does not return a value.
bccf77a5 1285 */
dfe9444c 1286#$d_void_closedir VOID_CLOSEDIR /**/
bccf77a5 1287
ff935051
JH
1288/* HAS_CSH:
1289 * This symbol, if defined, indicates that the C-shell exists.
1290 */
1291/* CSH:
1292 * This symbol, if defined, contains the full pathname of csh.
1293 */
1294#$d_csh HAS_CSH /**/
1295#ifdef HAS_CSH
1296#define CSH "$full_csh" /**/
1297#endif
1298
1299/* DLSYM_NEEDS_UNDERSCORE:
1300 * This symbol, if defined, indicates that we need to prepend an
1301 * underscore to the symbol name before calling dlsym(). This only
1302 * makes sense if you *have* dlsym, which we will presume is the
1303 * case if you're using dl_dlopen.xs.
1304 */
1305#$d_dlsymun DLSYM_NEEDS_UNDERSCORE /**/
1306
1307/* HAS_DRAND48_PROTO:
1308 * This symbol, if defined, indicates that the system provides
1309 * a prototype for the drand48() function. Otherwise, it is up
1310 * to the program to supply one. A good guess is
1311 * extern double drand48 _((void));
1312 */
1313#$d_drand48proto HAS_DRAND48_PROTO /**/
1314
1315/* HAS_ENDGRENT:
1316 * This symbol, if defined, indicates that the getgrent routine is
1317 * available for finalizing sequential access of the group database.
1318 */
1319#$d_endgrent HAS_ENDGRENT /**/
1320
1321/* HAS_ENDHOSTENT:
1322 * This symbol, if defined, indicates that the endhostent() routine is
1323 * available to close whatever was being used for host queries.
1324 */
1325#$d_endhent HAS_ENDHOSTENT /**/
1326
1327/* HAS_ENDNETENT:
1328 * This symbol, if defined, indicates that the endnetent() routine is
1329 * available to close whatever was being used for network queries.
1330 */
1331#$d_endnent HAS_ENDNETENT /**/
1332
1333/* HAS_ENDPROTOENT:
1334 * This symbol, if defined, indicates that the endprotoent() routine is
1335 * available to close whatever was being used for protocol queries.
1336 */
1337#$d_endpent HAS_ENDPROTOENT /**/
1338
1339/* HAS_ENDPWENT:
1340 * This symbol, if defined, indicates that the getgrent routine is
1341 * available for finalizing sequential access of the passwd database.
1342 */
1343#$d_endpwent HAS_ENDPWENT /**/
1344
1345/* HAS_ENDSERVENT:
1346 * This symbol, if defined, indicates that the endservent() routine is
1347 * available to close whatever was being used for service queries.
1348 */
1349#$d_endsent HAS_ENDSERVENT /**/
1350
1351/* HAS_ENDSPENT:
1352 * This symbol, if defined, indicates that the endspent system call is
1353 * available to finalize the scan of SysV shadow password entries.
1354 */
1355#$d_endspent HAS_ENDSPENT /**/
1356
921b2963
JH
1357/* HAS_FD_SET:
1358 * This symbol, when defined, indicates presence of the fd_set typedef
1359 * in <sys/types.h>
1360 */
1361#$d_fd_set HAS_FD_SET /**/
1362
c5f05a91
JH
1363/* HAS_FPOS64_T:
1364 * This symbol will be defined if the C compiler supports fpos64_t.
1365 */
1366#$d_fpos64_t HAS_FPOS64_T /**/
1367
ff935051
JH
1368/* HAS_STRUCT_FS_DATA:
1369 * This symbol, if defined, indicates that the struct fs_data
1370 * to do statfs() is supported.
1371 */
1372#$d_fs_data_s HAS_STRUCT_FS_DATA /**/
1373
1374/* HAS_FSEEKO:
1375 * This symbol, if defined, indicates that the fseeko routine is
1376 * available to fseek beyond 32 bits (useful for ILP32 hosts).
1377 */
1378#$d_fseeko HAS_FSEEKO /**/
1379
1380/* HAS_FSTATFS:
1381 * This symbol, if defined, indicates that the fstatfs routine is
1382 * available to stat filesystems by file descriptors.
1383 */
1384#$d_fstatfs HAS_FSTATFS /**/
c890dc6c 1385
ff935051
JH
1386/* HAS_FTELLO:
1387 * This symbol, if defined, indicates that the ftello routine is
1388 * available to ftell beyond 32 bits (useful for ILP32 hosts).
1389 */
1390#$d_ftello HAS_FTELLO /**/
1391
8e07c86e
AD
1392/* Gconvert:
1393 * This preprocessor macro is defined to convert a floating point
1394 * number to a string without a trailing decimal point. This
1395 * emulates the behavior of sprintf("%g"), but is sometimes much more
1396 * efficient. If gconvert() is not available, but gcvt() drops the
1397 * trailing decimal point, then gcvt() is used. If all else fails,
1398 * a macro using sprintf("%g") is used. Arguments for the Gconvert
1399 * macro are: value, number of digits, whether trailing zeros should
1400 * be retained, and the output buffer.
1401 * Possible values are:
1402 * d_Gconvert='gconvert((x),(n),(t),(b))'
1403 * d_Gconvert='gcvt((x),(n),(b))'
1404 * d_Gconvert='sprintf((b),"%.*g",(n),(x))'
1405 * The last two assume trailing zeros should not be kept.
1406 */
1407#define Gconvert(x,n,t,b) $d_Gconvert
1408
49dabb45
JH
1409/* HAS_GETCWD:
1410 * This symbol, if defined, indicates that the getcwd routine is
1411 * available to get the current working directory.
1412 */
1413#$d_getcwd HAS_GETCWD /**/
1414
1acc7ade
JH
1415/* HAS_GETFSSTAT:
1416 * This symbol, if defined, indicates that the getfsstat routine is
1417 * available to stat filesystems in bulk.
1418 */
1419#$d_getfsstat HAS_GETFSSTAT /**/
1420
ff935051
JH
1421/* HAS_GETGRENT:
1422 * This symbol, if defined, indicates that the getgrent routine is
1423 * available for sequential access of the group database.
c1b76f5d 1424 */
ff935051 1425#$d_getgrent HAS_GETGRENT /**/
c1b76f5d 1426
ff935051
JH
1427/* HAS_GETHOSTBYADDR:
1428 * This symbol, if defined, indicates that the gethostbyaddr() routine is
1429 * available to look up hosts by their IP addresses.
dd64f1c3 1430 */
ff935051 1431#$d_gethbyaddr HAS_GETHOSTBYADDR /**/
dd64f1c3 1432
ff935051
JH
1433/* HAS_GETHOSTBYNAME:
1434 * This symbol, if defined, indicates that the gethostbyname() routine is
1435 * available to look up host names in some data base or other.
774d564b 1436 */
ff935051 1437#$d_gethbyname HAS_GETHOSTBYNAME /**/
774d564b 1438
ff935051
JH
1439/* HAS_GETHOSTENT:
1440 * This symbol, if defined, indicates that the gethostent() routine is
1441 * available to look up host names in some data base or another.
c1b76f5d 1442 */
ff935051 1443#$d_gethent HAS_GETHOSTENT /**/
c1b76f5d 1444
ff935051
JH
1445/* HAS_GETHOSTNAME:
1446 * This symbol, if defined, indicates that the C program may use the
1447 * gethostname() routine to derive the host name. See also HAS_UNAME
1448 * and PHOSTNAME.
c1b76f5d 1449 */
ff935051
JH
1450/* HAS_UNAME:
1451 * This symbol, if defined, indicates that the C program may use the
1452 * uname() routine to derive the host name. See also HAS_GETHOSTNAME
1453 * and PHOSTNAME.
760ac839 1454 */
ff935051
JH
1455/* PHOSTNAME:
1456 * This symbol, if defined, indicates the command to feed to the
1457 * popen() routine to derive the host name. See also HAS_GETHOSTNAME
1458 * and HAS_UNAME. Note that the command uses a fully qualified path,
1459 * so that it is safe even if used by a process with super-user
1460 * privileges.
1461 */
c71a9cee
JH
1462/* HAS_PHOSTNAME:
1463 * This symbol, if defined, indicates that the C program may use the
1464 * contents of PHOSTNAME as a command to feed to the popen() routine
1465 * to derive the host name.
1466 */
ff935051
JH
1467#$d_gethname HAS_GETHOSTNAME /**/
1468#$d_uname HAS_UNAME /**/
43999f95 1469#$d_phostname HAS_PHOSTNAME /**/
ff935051
JH
1470#ifdef HAS_PHOSTNAME
1471#define PHOSTNAME "$aphostname" /* How to get the host name */
1472#endif
760ac839 1473
ff935051
JH
1474/* HAS_GETHOST_PROTOS:
1475 * This symbol, if defined, indicates that <netdb.h> includes
1476 * prototypes for gethostent(), gethostbyname(), and
1477 * gethostbyaddr(). Otherwise, it is up to the program to guess
1478 * them. See netdbtype.U for probing for various Netdb_xxx_t types.
52e1cb5e 1479 */
ff935051 1480#$d_gethostprotos HAS_GETHOST_PROTOS /**/
52e1cb5e 1481
ff935051
JH
1482/* HAS_GETMNT:
1483 * This symbol, if defined, indicates that the getmnt routine is
1484 * available to get filesystem mount info by filename.
921b2963 1485 */
ff935051
JH
1486#$d_getmnt HAS_GETMNT /**/
1487
1488/* HAS_GETMNTENT:
1489 * This symbol, if defined, indicates that the getmntent routine is
1490 * available to iterate through mounted file systems to get their info.
a5f75d66 1491 */
ff935051
JH
1492#$d_getmntent HAS_GETMNTENT /**/
1493
1494/* HAS_GETNETBYADDR:
1495 * This symbol, if defined, indicates that the getnetbyaddr() routine is
1496 * available to look up networks by their IP addresses.
a5f75d66 1497 */
ff935051
JH
1498#$d_getnbyaddr HAS_GETNETBYADDR /**/
1499
1500/* HAS_GETNETBYNAME:
1501 * This symbol, if defined, indicates that the getnetbyname() routine is
1502 * available to look up networks by their names.
a5f75d66 1503 */
ff935051 1504#$d_getnbyname HAS_GETNETBYNAME /**/
a5f75d66 1505
ff935051
JH
1506/* HAS_GETNETENT:
1507 * This symbol, if defined, indicates that the getnetent() routine is
1508 * available to look up network names in some data base or another.
a687059c 1509 */
ff935051
JH
1510#$d_getnent HAS_GETNETENT /**/
1511
1512/* HAS_GETNET_PROTOS:
1513 * This symbol, if defined, indicates that <netdb.h> includes
1514 * prototypes for getnetent(), getnetbyname(), and
1515 * getnetbyaddr(). Otherwise, it is up to the program to guess
1516 * them. See netdbtype.U for probing for various Netdb_xxx_t types.
dfe9444c 1517 */
ff935051
JH
1518#$d_getnetprotos HAS_GETNET_PROTOS /**/
1519
1520/* HAS_GETPROTOENT:
1521 * This symbol, if defined, indicates that the getprotoent() routine is
1522 * available to look up protocols in some data base or another.
dfe9444c 1523 */
ff935051
JH
1524#$d_getpent HAS_GETPROTOENT /**/
1525
1526/* HAS_GETPROTOBYNAME:
1527 * This symbol, if defined, indicates that the getprotobyname()
1528 * routine is available to look up protocols by their name.
dfe9444c 1529 */
ff935051
JH
1530/* HAS_GETPROTOBYNUMBER:
1531 * This symbol, if defined, indicates that the getprotobynumber()
1532 * routine is available to look up protocols by their number.
dfe9444c 1533 */
ff935051
JH
1534#$d_getpbyname HAS_GETPROTOBYNAME /**/
1535#$d_getpbynumber HAS_GETPROTOBYNUMBER /**/
a687059c 1536
ff935051
JH
1537/* HAS_GETPROTO_PROTOS:
1538 * This symbol, if defined, indicates that <netdb.h> includes
1539 * prototypes for getprotoent(), getprotobyname(), and
1540 * getprotobyaddr(). Otherwise, it is up to the program to guess
1541 * them. See netdbtype.U for probing for various Netdb_xxx_t types.
8e07c86e 1542 */
ff935051
JH
1543#$d_getprotoprotos HAS_GETPROTO_PROTOS /**/
1544
1545/* HAS_GETPWENT:
1546 * This symbol, if defined, indicates that the getpwent routine is
1547 * available for sequential access of the passwd database.
1548 * If this is not available, the older getpw() function may be available.
dfe9444c 1549 */
ff935051 1550#$d_getpwent HAS_GETPWENT /**/
8e07c86e 1551
ff935051
JH
1552/* HAS_GETSERVENT:
1553 * This symbol, if defined, indicates that the getservent() routine is
1554 * available to look up network services in some data base or another.
4633a7c4 1555 */
ff935051
JH
1556#$d_getsent HAS_GETSERVENT /**/
1557
1558/* HAS_GETSERV_PROTOS:
1559 * This symbol, if defined, indicates that <netdb.h> includes
1560 * prototypes for getservent(), getservbyname(), and
1561 * getservbyaddr(). Otherwise, it is up to the program to guess
1562 * them. See netdbtype.U for probing for various Netdb_xxx_t types.
dfe9444c 1563 */
ff935051 1564#$d_getservprotos HAS_GETSERV_PROTOS /**/
4633a7c4 1565
ff935051
JH
1566/* HAS_GETSPENT:
1567 * This symbol, if defined, indicates that the getspent system call is
1568 * available to retrieve SysV shadow password entries sequentially.
693762b4 1569 */
ff935051 1570#$d_getspent HAS_GETSPENT /**/
693762b4 1571
ff935051
JH
1572/* HAS_GETSPNAM:
1573 * This symbol, if defined, indicates that the getspnam system call is
1574 * available to retrieve SysV shadow password entries by name.
760ac839 1575 */
ff935051
JH
1576#$d_getspnam HAS_GETSPNAM /**/
1577
1578/* HAS_GETSERVBYNAME:
1579 * This symbol, if defined, indicates that the getservbyname()
1580 * routine is available to look up services by their name.
1aef975c 1581 */
ff935051
JH
1582/* HAS_GETSERVBYPORT:
1583 * This symbol, if defined, indicates that the getservbyport()
1584 * routine is available to look up services by their port.
bccf77a5 1585 */
ff935051
JH
1586#$d_getsbyname HAS_GETSERVBYNAME /**/
1587#$d_getsbyport HAS_GETSERVBYPORT /**/
8e07c86e 1588
ff935051
JH
1589/* HAS_GNULIBC:
1590 * This symbol, if defined, indicates to the C program that
1591 * the GNU C library is being used.
85e6fe83 1592 */
ff935051 1593#$d_gnulibc HAS_GNULIBC /**/
7378db63
JH
1594#if defined(HAS_GNULIBC) && !defined(_GNU_SOURCE)
1595# define _GNU_SOURCE
1596#endif
ff935051
JH
1597/* HAS_HASMNTOPT:
1598 * This symbol, if defined, indicates that the hasmntopt routine is
1599 * available to query the mount options of file systems.
dfe9444c 1600 */
ff935051
JH
1601#$d_hasmntopt HAS_HASMNTOPT /**/
1602
1603/* HAS_HTONL:
1604 * This symbol, if defined, indicates that the htonl() routine (and
1605 * friends htons() ntohl() ntohs()) are available to do network
1606 * order byte swapping.
dfe9444c 1607 */
ff935051
JH
1608/* HAS_HTONS:
1609 * This symbol, if defined, indicates that the htons() routine (and
1610 * friends htonl() ntohl() ntohs()) are available to do network
1611 * order byte swapping.
dfe9444c 1612 */
ff935051
JH
1613/* HAS_NTOHL:
1614 * This symbol, if defined, indicates that the ntohl() routine (and
1615 * friends htonl() htons() ntohs()) are available to do network
1616 * order byte swapping.
1617 */
1618/* HAS_NTOHS:
1619 * This symbol, if defined, indicates that the ntohs() routine (and
1620 * friends htonl() htons() ntohl()) are available to do network
1621 * order byte swapping.
1622 */
1623#$d_htonl HAS_HTONL /**/
1624#$d_htonl HAS_HTONS /**/
1625#$d_htonl HAS_NTOHL /**/
1626#$d_htonl HAS_NTOHS /**/
85e6fe83 1627
43999f95
JH
1628/* HAS_ICONV:
1629 * This symbol, if defined, indicates that the iconv routine is
1630 * available to do character set conversions.
1631 */
1632#$d_iconv HAS_ICONV /**/
1633
fe749a9f
JH
1634/* HAS_INT64_T:
1635 * This symbol will defined if the C compiler supports int64_t.
1636 * Usually the <inttypes.h> needs to be included, but sometimes
1637 * <sys/types.h> is enough.
1638 */
13b3f787 1639#$d_int64_t HAS_INT64_T /**/
fe749a9f 1640
ff935051
JH
1641/* HAS_ISASCII:
1642 * This manifest constant lets the C program know that isascii
1643 * is available.
693762b4 1644 */
ff935051 1645#$d_isascii HAS_ISASCII /**/
693762b4 1646
ff935051
JH
1647/* HAS_LDBL_DIG:
1648 * This symbol, if defined, indicates that this system's <float.h>
1649 * or <limits.h> defines the symbol LDBL_DIG, which is the number
1650 * of significant digits in a long double precision number. Unlike
1651 * for DBL_DIG, there's no good guess for LDBL_DIG if it is undefined.
85ab1d1d 1652 */
ff935051
JH
1653#$d_ldbl_dig HAS_LDBL_DIG /* */
1654
1655/* HAS_LONG_DOUBLE:
1656 * This symbol will be defined if the C compiler supports long
1657 * doubles.
85ab1d1d 1658 */
ff935051
JH
1659/* LONG_DOUBLESIZE:
1660 * This symbol contains the size of a long double, so that the
1661 * C preprocessor can make decisions based on it. It is only
1662 * defined if the system supports long doubles.
dfe9444c 1663 */
ff935051
JH
1664#$d_longdbl HAS_LONG_DOUBLE /**/
1665#ifdef HAS_LONG_DOUBLE
1666#define LONG_DOUBLESIZE $longdblsize /**/
1667#endif
dfe9444c 1668
ff935051
JH
1669/* HAS_LONG_LONG:
1670 * This symbol will be defined if the C compiler supports long long.
dfe9444c 1671 */
ff935051
JH
1672/* LONGLONGSIZE:
1673 * This symbol contains the size of a long long, so that the
1674 * C preprocessor can make decisions based on it. It is only
1675 * defined if the system supports long long.
5ff3f7a4 1676 */
ff935051
JH
1677#$d_longlong HAS_LONG_LONG /**/
1678#ifdef HAS_LONG_LONG
1679#define LONGLONGSIZE $longlongsize /**/
1680#endif
5ff3f7a4 1681
1acc7ade
JH
1682/* HAS_LSEEK_PROTO:
1683 * This symbol, if defined, indicates that the system provides
1684 * a prototype for the lseek() function. Otherwise, it is up
1685 * to the program to supply one. A good guess is
1686 * extern off_t lseek(int, off_t, int);
1687 */
1688#$d_lseekproto HAS_LSEEK_PROTO /**/
1689
1e8c3fde
JH
1690/* HAS_MADVISE:
1691 * This symbol, if defined, indicates that the madvise system call is
1692 * available to map a file into memory.
1693 */
1694#$d_madvise HAS_MADVISE /**/
1695
ff935051
JH
1696/* HAS_MEMCHR:
1697 * This symbol, if defined, indicates that the memchr routine is available
1698 * to locate characters within a C string.
dd4e71fd 1699 */
ff935051
JH
1700#$d_memchr HAS_MEMCHR /**/
1701
fe749a9f
JH
1702/* HAS_MKDTEMP:
1703 * This symbol, if defined, indicates that the mkdtemp routine is
1704 * available to exclusively create a uniquely named temporary directory.
1705 */
1706#$d_mkdtemp HAS_MKDTEMP /**/
1707
1708/* HAS_MKSTEMP:
1709 * This symbol, if defined, indicates that the mkstemp routine is
1710 * available to exclusively create and open a uniquely named
1711 * temporary file.
1712 */
1713#$d_mkstemp HAS_MKSTEMP /**/
1714
1715/* HAS_MKSTEMPS:
1716 * This symbol, if defined, indicates that the mkstemps routine is
1717 * available to excluslvely create and open a uniquely named
1718 * (with a suffix) temporary file.
1719 */
1720#$d_mkstemps HAS_MKSTEMPS /**/
1721
87b71857
JH
1722/* HAS_MMAP:
1723 * This symbol, if defined, indicates that the mmap system call is
1724 * available to map a file into memory.
1725 */
fe749a9f
JH
1726/* Mmap_t:
1727 * This symbol holds the return type of the mmap() system call
1728 * (and simultaneously the type of the first argument).
1729 * Usually set to 'void *' or 'cadd_t'.
1730 */
87b71857 1731#$d_mmap HAS_MMAP /**/
fe749a9f
JH
1732#define Mmap_t $mmaptype /**/
1733
1734/* HAS_MPROTECT:
1735 * This symbol, if defined, indicates that the mprotect system call is
1736 * available to modify the access protection of a memory mapped file.
1737 */
1738#$d_mprotect HAS_MPROTECT /**/
1739
ff935051
JH
1740/* HAS_MSG:
1741 * This symbol, if defined, indicates that the entire msg*(2) library is
1742 * supported (IPC mechanism based on message queues).
dd4e71fd 1743 */
ff935051 1744#$d_msg HAS_MSG /**/
dd4e71fd 1745
c5f05a91
JH
1746/* HAS_OFF64_T:
1747 * This symbol will be defined if the C compiler supports off64_t.
1748 */
1749#$d_off64_t HAS_OFF64_T /**/
1750
ff935051
JH
1751/* HAS_OPEN3:
1752 * This manifest constant lets the C program know that the three
1753 * argument form of open(2) is available.
dd4e71fd 1754 */
ff935051
JH
1755#$d_open3 HAS_OPEN3 /**/
1756
1757/* OLD_PTHREAD_CREATE_JOINABLE:
1758 * This symbol, if defined, indicates how to create pthread
1759 * in joinable (aka undetached) state. NOTE: not defined
1760 * if pthread.h already has defined PTHREAD_CREATE_JOINABLE
1761 * (the new version of the constant).
1762 * If defined, known values are PTHREAD_CREATE_UNDETACHED
1763 * and __UNDETACHED.
dd4e71fd 1764 */
ff935051 1765#$d_old_pthread_create_joinable OLD_PTHREAD_CREATE_JOINABLE $old_pthread_create_joinable /**/
dd4e71fd 1766
ff935051
JH
1767/* HAS_PTHREAD_YIELD:
1768 * This symbol, if defined, indicates that the pthread_yield
1769 * routine is available to yield the execution of the current
1770 * thread. sched_yield is preferable to pthread_yield.
1771 */
1772/* SCHED_YIELD:
1773 * This symbol defines the way to yield the execution of
1774 * the current thread. Known ways are sched_yield,
1775 * pthread_yield, and pthread_yield with NULL.
1776 */
1777/* HAS_SCHED_YIELD:
1778 * This symbol, if defined, indicates that the sched_yield
1779 * routine is available to yield the execution of the current
1780 * thread. sched_yield is preferable to pthread_yield.
dd4e71fd 1781 */
ff935051
JH
1782#$d_pthread_yield HAS_PTHREAD_YIELD /**/
1783#define SCHED_YIELD $sched_yield /**/
1784#$d_sched_yield HAS_SCHED_YIELD /**/
dd4e71fd 1785
ff935051
JH
1786/* HAS_SAFE_BCOPY:
1787 * This symbol, if defined, indicates that the bcopy routine is available
1788 * to copy potentially overlapping memory blocks. Otherwise you should
1789 * probably use memmove() or memcpy(). If neither is defined, roll your
1790 * own version.
dd4e71fd 1791 */
ff935051
JH
1792#$d_safebcpy HAS_SAFE_BCOPY /**/
1793
1794/* HAS_SAFE_MEMCPY:
1795 * This symbol, if defined, indicates that the memcpy routine is available
1796 * to copy potentially overlapping memory blocks. Otherwise you should
1797 * probably use memmove() or memcpy(). If neither is defined, roll your
1798 * own version.
dd4e71fd 1799 */
ff935051 1800#$d_safemcpy HAS_SAFE_MEMCPY /**/
dd4e71fd 1801
ff935051
JH
1802/* HAS_SANE_MEMCMP:
1803 * This symbol, if defined, indicates that the memcmp routine is available
1804 * and can be used to compare relative magnitudes of chars with their high
1805 * bits set. If it is not defined, roll your own version.
dd4e71fd 1806 */
ff935051
JH
1807#$d_sanemcmp HAS_SANE_MEMCMP /**/
1808
1809/* HAS_SEM:
1810 * This symbol, if defined, indicates that the entire sem*(2) library is
1811 * supported.
dd4e71fd 1812 */
ff935051 1813#$d_sem HAS_SEM /**/
dd4e71fd 1814
ff935051
JH
1815/* HAS_SETGRENT:
1816 * This symbol, if defined, indicates that the setgrent routine is
1817 * available for initializing sequential access of the group database.
dd4e71fd 1818 */
ff935051
JH
1819#$d_setgrent HAS_SETGRENT /**/
1820
1821/* HAS_SETGROUPS:
1822 * This symbol, if defined, indicates that the setgroups() routine is
1823 * available to set the list of process groups. If unavailable, multiple
1824 * groups are probably not supported.
dd4e71fd 1825 */
ff935051 1826#$d_setgrps HAS_SETGROUPS /**/
dd4e71fd 1827
ff935051
JH
1828/* HAS_SETHOSTENT:
1829 * This symbol, if defined, indicates that the sethostent() routine is
1830 * available.
a3635516 1831 */
ff935051 1832#$d_sethent HAS_SETHOSTENT /**/
a3635516 1833
ff935051
JH
1834/* HAS_SETNETENT:
1835 * This symbol, if defined, indicates that the setnetent() routine is
1836 * available.
dfe9444c 1837 */
ff935051 1838#$d_setnent HAS_SETNETENT /**/
dfe9444c 1839
ff935051
JH
1840/* HAS_SETPROTOENT:
1841 * This symbol, if defined, indicates that the setprotoent() routine is
1842 * available.
dfe9444c 1843 */
ff935051
JH
1844#$d_setpent HAS_SETPROTOENT /**/
1845
1846/* HAS_SETPWENT:
1847 * This symbol, if defined, indicates that the setpwent routine is
1848 * available for initializing sequential access of the passwd database.
dfe9444c 1849 */
ff935051 1850#$d_setpwent HAS_SETPWENT /**/
dfe9444c 1851
ff935051
JH
1852/* HAS_SETSERVENT:
1853 * This symbol, if defined, indicates that the setservent() routine is
1854 * available.
48159a0c 1855 */
ff935051 1856#$d_setsent HAS_SETSERVENT /**/
1cfa4ec7 1857
ff935051
JH
1858/* HAS_SETSPENT:
1859 * This symbol, if defined, indicates that the setspent system call is
1860 * available to initialize the scan of SysV shadow password entries.
5ff3f7a4 1861 */
ff935051 1862#$d_setspent HAS_SETSPENT /**/
5ff3f7a4 1863
ff935051
JH
1864/* HAS_SETVBUF:
1865 * This symbol, if defined, indicates that the setvbuf routine is
1866 * available to change buffering on an open stdio stream.
1867 * to a line-buffered mode.
dfe9444c 1868 */
ff935051 1869#$d_setvbuf HAS_SETVBUF /**/
e5c9fcd0 1870
ff935051
JH
1871/* USE_SFIO:
1872 * This symbol, if defined, indicates that sfio should
1873 * be used.
5ff3f7a4 1874 */
ff935051 1875#$d_sfio USE_SFIO /**/
5ff3f7a4 1876
ff935051
JH
1877/* HAS_SHM:
1878 * This symbol, if defined, indicates that the entire shm*(2) library is
1879 * supported.
e5c9fcd0 1880 */
ff935051 1881#$d_shm HAS_SHM /**/
e5c9fcd0 1882
ff935051
JH
1883/* HAS_SIGACTION:
1884 * This symbol, if defined, indicates that Vr4's sigaction() routine
1885 * is available.
e5c9fcd0 1886 */
ff935051 1887#$d_sigaction HAS_SIGACTION /**/
e5c9fcd0 1888
ff935051
JH
1889/* HAS_SIGSETJMP:
1890 * This variable indicates to the C program that the sigsetjmp()
1891 * routine is available to save the calling process's registers
1892 * and stack environment for later use by siglongjmp(), and
1893 * to optionally save the process's signal mask. See
1894 * Sigjmp_buf, Sigsetjmp, and Siglongjmp.
e5c9fcd0 1895 */
ff935051
JH
1896/* Sigjmp_buf:
1897 * This is the buffer type to be used with Sigsetjmp and Siglongjmp.
5ff3f7a4 1898 */
ff935051
JH
1899/* Sigsetjmp:
1900 * This macro is used in the same way as sigsetjmp(), but will invoke
1901 * traditional setjmp() if sigsetjmp isn't available.
1902 * See HAS_SIGSETJMP.
e5c9fcd0 1903 */
ff935051
JH
1904/* Siglongjmp:
1905 * This macro is used in the same way as siglongjmp(), but will invoke
1906 * traditional longjmp() if siglongjmp isn't available.
1907 * See HAS_SIGSETJMP.
5ff3f7a4 1908 */
ff935051
JH
1909#$d_sigsetjmp HAS_SIGSETJMP /**/
1910#ifdef HAS_SIGSETJMP
1911#define Sigjmp_buf sigjmp_buf
1912#define Sigsetjmp(buf,save_mask) sigsetjmp((buf),(save_mask))
1913#define Siglongjmp(buf,retval) siglongjmp((buf),(retval))
1914#else
1915#define Sigjmp_buf jmp_buf
1916#define Sigsetjmp(buf,save_mask) setjmp((buf))
1917#define Siglongjmp(buf,retval) longjmp((buf),(retval))
1918#endif
5ff3f7a4 1919
ff935051
JH
1920/* HAS_SOCKET:
1921 * This symbol, if defined, indicates that the BSD socket interface is
1922 * supported.
693762b4 1923 */
ff935051
JH
1924/* HAS_SOCKETPAIR:
1925 * This symbol, if defined, indicates that the BSD socketpair() call is
1926 * supported.
693762b4 1927 */
ff935051
JH
1928/* HAS_MSG_CTRUNC:
1929 * This symbol, if defined, indicates that the MSG_CTRUNC is supported.
1930 * Checking just with #ifdef might not be enough because this symbol
1931 * has been known to be an enum.
693762b4 1932 */
ff935051
JH
1933/* HAS_MSG_DONTROUTE:
1934 * This symbol, if defined, indicates that the MSG_DONTROUTE is supported.
1935 * Checking just with #ifdef might not be enough because this symbol
1936 * has been known to be an enum.
a12fb911 1937 */
ff935051
JH
1938/* HAS_MSG_OOB:
1939 * This symbol, if defined, indicates that the MSG_OOB is supported.
1940 * Checking just with #ifdef might not be enough because this symbol
1941 * has been known to be an enum.
a12fb911 1942 */
ff935051
JH
1943/* HAS_MSG_PEEK:
1944 * This symbol, if defined, indicates that the MSG_PEEK is supported.
1945 * Checking just with #ifdef might not be enough because this symbol
1946 * has been known to be an enum.
a12fb911 1947 */
ff935051
JH
1948/* HAS_MSG_PROXY:
1949 * This symbol, if defined, indicates that the MSG_PROXY is supported.
1950 * Checking just with #ifdef might not be enough because this symbol
1951 * has been known to be an enum.
48159a0c 1952 */
ff935051
JH
1953/* HAS_SCM_RIGHTS:
1954 * This symbol, if defined, indicates that the SCM_RIGHTS is supported.
1955 * Checking just with #ifdef might not be enough because this symbol
1956 * has been known to be an enum.
1957 */
1958#$d_socket HAS_SOCKET /**/
1959#$d_sockpair HAS_SOCKETPAIR /**/
1960#$d_msg_ctrunc HAS_MSG_CTRUNC /**/
1961#$d_msg_dontroute HAS_MSG_DONTROUTE /**/
1962#$d_msg_oob HAS_MSG_OOB /**/
1963#$d_msg_peek HAS_MSG_PEEK /**/
1964#$d_msg_proxy HAS_MSG_PROXY /**/
1965#$d_scm_rights HAS_SCM_RIGHTS /**/
a12fb911 1966
ff935051
JH
1967/* HAS_SQRTL:
1968 * This symbol, if defined, indicates that the sqrtl routine is
1969 * available to do long double square roots.
693762b4 1970 */
ff935051 1971#$d_sqrtl HAS_SQRTL /**/
693762b4 1972
ff935051
JH
1973/* USE_STAT_BLOCKS:
1974 * This symbol is defined if this system has a stat structure declaring
1975 * st_blksize and st_blocks.
693762b4 1976 */
ff935051
JH
1977#ifndef USE_STAT_BLOCKS
1978#$d_statblks USE_STAT_BLOCKS /**/
1979#endif
693762b4 1980
ff935051
JH
1981/* HAS_STRUCT_STATFS_F_FLAGS:
1982 * This symbol, if defined, indicates that the struct statfs
1983 * does have the f_flags member containing the mount flags of
1984 * the filesystem containing the file.
1985 * This kind of struct statfs is coming from <sys/mount.h> (BSD 4.3),
1986 * not from <sys/statfs.h> (SYSV). Older BSDs (like Ultrix) do not
1987 * have statfs() and struct statfs, they have ustat() and getmnt()
1988 * with struct ustat and struct fs_data.
e5c9fcd0 1989 */
ff935051 1990#$d_statfs_f_flags HAS_STRUCT_STATFS_F_FLAGS /**/
e5c9fcd0 1991
ff935051
JH
1992/* HAS_STRUCT_STATFS:
1993 * This symbol, if defined, indicates that the struct statfs
1994 * to do statfs() is supported.
e5c9fcd0 1995 */
ff935051 1996#$d_statfs_s HAS_STRUCT_STATFS /**/
e5c9fcd0 1997
ff935051
JH
1998/* HAS_FSTATVFS:
1999 * This symbol, if defined, indicates that the fstatvfs routine is
2000 * available to stat filesystems by file descriptors.
693762b4 2001 */
ff935051 2002#$d_fstatvfs HAS_FSTATVFS /**/
de4597cb 2003
ff935051
JH
2004/* USE_STDIO_PTR:
2005 * This symbol is defined if the _ptr and _cnt fields (or similar)
2006 * of the stdio FILE structure can be used to access the stdio buffer
2007 * for a file handle. If this is defined, then the FILE_ptr(fp)
2008 * and FILE_cnt(fp) macros will also be defined and should be used
2009 * to access these fields.
4633a7c4 2010 */
ff935051
JH
2011/* FILE_ptr:
2012 * This macro is used to access the _ptr field (or equivalent) of the
2013 * FILE structure pointed to by its argument. This macro will always be
2014 * defined if USE_STDIO_PTR is defined.
bfb7748a 2015 */
ff935051
JH
2016/* STDIO_PTR_LVALUE:
2017 * This symbol is defined if the FILE_ptr macro can be used as an
2018 * lvalue.
c4f23d77 2019 */
ff935051
JH
2020/* FILE_cnt:
2021 * This macro is used to access the _cnt field (or equivalent) of the
2022 * FILE structure pointed to by its argument. This macro will always be
2023 * defined if USE_STDIO_PTR is defined.
c4f23d77 2024 */
ff935051
JH
2025/* STDIO_CNT_LVALUE:
2026 * This symbol is defined if the FILE_cnt macro can be used as an
2027 * lvalue.
16d20bd9 2028 */
ff935051
JH
2029#$d_stdstdio USE_STDIO_PTR /**/
2030#ifdef USE_STDIO_PTR
2031#define FILE_ptr(fp) $stdio_ptr
2032#$d_stdio_ptr_lval STDIO_PTR_LVALUE /**/
2033#define FILE_cnt(fp) $stdio_cnt
2034#$d_stdio_cnt_lval STDIO_CNT_LVALUE /**/
bfb7748a 2035#endif
16d20bd9 2036
ff935051
JH
2037/* USE_STDIO_BASE:
2038 * This symbol is defined if the _base field (or similar) of the
2039 * stdio FILE structure can be used to access the stdio buffer for
2040 * a file handle. If this is defined, then the FILE_base(fp) macro
2041 * will also be defined and should be used to access this field.
2042 * Also, the FILE_bufsiz(fp) macro will be defined and should be used
2043 * to determine the number of bytes in the buffer. USE_STDIO_BASE
2044 * will never be defined unless USE_STDIO_PTR is.
732c9516 2045 */
ff935051
JH
2046/* FILE_base:
2047 * This macro is used to access the _base field (or equivalent) of the
2048 * FILE structure pointed to by its argument. This macro will always be
2049 * defined if USE_STDIO_BASE is defined.
6b8eaf93 2050 */
ff935051
JH
2051/* FILE_bufsiz:
2052 * This macro is used to determine the number of bytes in the I/O
2053 * buffer pointed to by _base field (or equivalent) of the FILE
2054 * structure pointed to its argument. This macro will always be defined
2055 * if USE_STDIO_BASE is defined.
2d4389e4 2056 */
ff935051
JH
2057#$d_stdiobase USE_STDIO_BASE /**/
2058#ifdef USE_STDIO_BASE
2059#define FILE_base(fp) $stdio_base
2060#define FILE_bufsiz(fp) $stdio_bufsiz
2061#endif
2d4389e4 2062
ff935051
JH
2063/* HAS_STRERROR:
2064 * This symbol, if defined, indicates that the strerror routine is
2065 * available to translate error numbers to strings. See the writeup
2066 * of Strerror() in this file before you try to define your own.
f1066039 2067 */
ff935051
JH
2068/* HAS_SYS_ERRLIST:
2069 * This symbol, if defined, indicates that the sys_errlist array is
2070 * available to translate error numbers to strings. The extern int
2071 * sys_nerr gives the size of that table.
dfe9444c 2072 */
ff935051
JH
2073/* Strerror:
2074 * This preprocessor symbol is defined as a macro if strerror() is
2075 * not available to translate error numbers to strings but sys_errlist[]
2076 * array is there.
68d4903c 2077 */
ff935051
JH
2078#$d_strerror HAS_STRERROR /**/
2079#$d_syserrlst HAS_SYS_ERRLIST /**/
2080#define Strerror(e) $d_strerrm
68d4903c 2081
ff935051
JH
2082/* HAS_STRTOLD:
2083 * This symbol, if defined, indicates that the strtold routine is
2084 * available to convert strings to long doubles.
104d25b7 2085 */
ff935051 2086#$d_strtold HAS_STRTOLD /**/
104d25b7 2087
76d49b1c
JH
2088/* HAS_STRTOLL:
2089 * This symbol, if defined, indicates that the strtoll routine is
2090 * available to convert strings to long longs.
2091 */
2092#$d_strtoll HAS_STRTOLL /**/
2093
ff935051
JH
2094/* HAS_STRTOULL:
2095 * This symbol, if defined, indicates that the strtoull routine is
2096 * available to convert strings to unsigned long longs.
ad27e871 2097 */
ff935051 2098#$d_strtoull HAS_STRTOULL /**/
ad27e871 2099
ff935051
JH
2100/* HAS_STRTOUQ:
2101 * This symbol, if defined, indicates that the strtouq routine is
2102 * available to convert strings to unsigned long longs (quads).
104d25b7 2103 */
ff935051 2104#$d_strtouq HAS_STRTOUQ /**/
104d25b7 2105
cb86ce0e
JH
2106/* HAS_TELLDIR_PROTO:
2107 * This symbol, if defined, indicates that the system provides
2108 * a prototype for the telldir() function. Otherwise, it is up
2109 * to the program to supply one. A good guess is
b0ca4213 2110 * extern long telldir _((DIR*));
cb86ce0e
JH
2111 */
2112#$d_telldirproto HAS_TELLDIR_PROTO /**/
2113
ff935051
JH
2114/* Time_t:
2115 * This symbol holds the type returned by time(). It can be long,
2116 * or time_t on BSD sites (in which case <sys/types.h> should be
2117 * included).
2118 */
2119#define Time_t $timetype /* Time type */
2120
2121/* HAS_TIMES:
2122 * This symbol, if defined, indicates that the times() routine exists.
2123 * Note that this became obsolete on some systems (SUNOS), which now
2124 * use getrusage(). It may be necessary to include <sys/times.h>.
2125 */
2126#$d_times HAS_TIMES /**/
2127
2128/* HAS_UNION_SEMUN:
2129 * This symbol, if defined, indicates that the union semun is
2130 * defined by including <sys/sem.h>. If not, the user code
2131 * probably needs to define it as:
2132 * union semun {
2133 * int val;
2134 * struct semid_ds *buf;
2135 * unsigned short *array;
2136 * }
2137 */
2138/* USE_SEMCTL_SEMUN:
2139 * This symbol, if defined, indicates that union semun is
2140 * used for semctl IPC_STAT.
2141 */
2142/* USE_SEMCTL_SEMID_DS:
2143 * This symbol, if defined, indicates that struct semid_ds * is
2144 * used for semctl IPC_STAT.
2145 */
2146#$d_union_semun HAS_UNION_SEMUN /**/
2147#$d_semctl_semun USE_SEMCTL_SEMUN /**/
2148#$d_semctl_semid_ds USE_SEMCTL_SEMID_DS /**/
2149
0545a864
JH
2150/* HAS_USTAT:
2151 * This symbol, if defined, indicates that the ustat system call is
2152 * available to query file system statistics by dev_t.
2153 */
2154#$d_ustat HAS_USTAT /**/
2155
ff935051
JH
2156/* HAS_VFORK:
2157 * This symbol, if defined, indicates that vfork() exists.
2158 */
2159#$d_vfork HAS_VFORK /**/
2160
2161/* Signal_t:
2162 * This symbol's value is either "void" or "int", corresponding to the
2163 * appropriate return type of a signal handler. Thus, you can declare
2164 * a signal handler using "Signal_t (*handler)()", and define the
2165 * handler using "Signal_t handler(sig)".
2166 */
2167#define Signal_t $signal_t /* Signal handler's return type */
2168
2169/* HAS_VPRINTF:
2170 * This symbol, if defined, indicates that the vprintf routine is available
2171 * to printf with a pointer to an argument list. If unavailable, you
2172 * may need to write your own, probably in terms of _doprnt().
2173 */
2174/* USE_CHAR_VSPRINTF:
2175 * This symbol is defined if this system has vsprintf() returning type
2176 * (char*). The trend seems to be to declare it as "int vsprintf()". It
2177 * is up to the package author to declare vsprintf correctly based on the
2178 * symbol.
2179 */
2180#$d_vprintf HAS_VPRINTF /**/
2181#$d_charvspr USE_CHAR_VSPRINTF /**/
2182
dfe9444c
AD
2183/* USE_DYNAMIC_LOADING:
2184 * This symbol, if defined, indicates that dynamic loading of
2185 * some sort is available.
2186 */
2187#$usedl USE_DYNAMIC_LOADING /**/
2188
ff935051
JH
2189/* DOUBLESIZE:
2190 * This symbol contains the size of a double, so that the C preprocessor
2191 * can make decisions based on it.
2192 */
2193#define DOUBLESIZE $doublesize /**/
2194
2195/* EBCDIC:
2196 * This symbol, if defined, indicates that this system uses
2197 * EBCDIC encoding.
2198 */
2199#$ebcdic EBCDIC /**/
2200
66fe083f
JH
2201/* FFLUSH_NULL:
2202 * This symbol, if defined, tells that fflush(NULL) does flush
2203 * all pending stdio output.
2204 */
767df6a1
JH
2205/* FFLUSH_ALL:
2206 * This symbol, if defined, tells that to flush
2207 * all pending stdio output one must loop through all
a71cd7cd 2208 * the stdio file handles stored in an array and fflush them.
a32a45b6
JH
2209 * Note that if fflushNULL is defined, fflushall will not
2210 * even be probed for and will be left undefined.
767df6a1
JH
2211 */
2212#$fflushNULL FFLUSH_NULL /**/
2213#$fflushall FFLUSH_ALL /**/
66fe083f 2214
ff935051
JH
2215/* Fpos_t:
2216 * This symbol holds the type used to declare file positions in libc.
2217 * It can be fpos_t, long, uint, etc... It may be necessary to include
2218 * <sys/types.h> to get any typedef'ed information.
2219 */
2220#define Fpos_t $fpostype /* File position type */
2221
2222/* Gid_t_f:
2223 * This symbol defines the format string used for printing a Gid_t.
2224 */
2225#define Gid_t_f $gidformat /**/
2226
2227/* Gid_t_size:
2228 * This symbol holds the size of a Gid_t in bytes.
2229 */
2230#define Gid_t_size $gidsize /* GID size */
2231
2232/* Gid_t:
2233 * This symbol holds the return type of getgid() and the type of
2234 * argument to setrgid() and related functions. Typically,
2235 * it is the type of group ids in the kernel. It can be int, ushort,
2236 * uid_t, etc... It may be necessary to include <sys/types.h> to get
2237 * any typedef'ed information.
2238 */
2239#define Gid_t $gidtype /* Type for getgid(), etc... */
2240
2241/* Groups_t:
2242 * This symbol holds the type used for the second argument to
2243 * getgroups() and setgropus(). Usually, this is the same as
2244 * gidtype (gid_t) , but sometimes it isn't.
2245 * It can be int, ushort, uid_t, etc...
2246 * It may be necessary to include <sys/types.h> to get any
2247 * typedef'ed information. This is only required if you have
2248 * getgroups() or setgropus()..
2249 */
2250#if defined(HAS_GETGROUPS) || defined(HAS_SETGROUPS)
2251#define Groups_t $groupstype /* Type for 2nd arg to [sg]etgroups() */
2252#endif
2253
dfe9444c
AD
2254/* DB_Prefix_t:
2255 * This symbol contains the type of the prefix structure element
2256 * in the <db.h> header file. In older versions of DB, it was
2257 * int, while in newer ones it is u_int32_t.
2258 */
2259/* DB_Hash_t:
2260 * This symbol contains the type of the prefix structure element
2261 * in the <db.h> header file. In older versions of DB, it was
2262 * int, while in newer ones it is size_t.
2263 */
2264#define DB_Hash_t $db_hashtype /**/
2265#define DB_Prefix_t $db_prefixtype /**/
2266
ff935051
JH
2267/* I_GRP:
2268 * This symbol, if defined, indicates to the C program that it should
2269 * include <grp.h>.
2270 */
2271/* GRPASSWD:
2272 * This symbol, if defined, indicates to the C program that struct group
2273 * in <grp.h> contains gr_passwd.
2274 */
2275#$i_grp I_GRP /**/
2276#$d_grpasswd GRPASSWD /**/
2277
43999f95
JH
2278/* I_ICONV:
2279 * This symbol, if defined, indicates that <iconv.h> exists and
2280 * should be included.
2281 */
2282#$i_iconv I_ICONV /**/
2283
1acc7ade
JH
2284/* I_IEEEFP:
2285 * This symbol, if defined, indicates that <ieeefp.h> exists and
2286 * should be included.
2287 */
2288#$i_ieeefp I_IEEEFP /**/
2289
5ff3f7a4
GS
2290/* I_INTTYPES:
2291 * This symbol, if defined, indicates to the C program that it should
2292 * include <inttypes.h>.
2293 */
5ff3f7a4 2294#$i_inttypes I_INTTYPES /**/
5ff3f7a4 2295
ff935051
JH
2296/* I_MACH_CTHREADS:
2297 * This symbol, if defined, indicates to the C program that it should
2298 * include <mach/cthreads.h>.
2299 */
2300#$i_machcthr I_MACH_CTHREADS /**/
2301
e7fb4fcc
JH
2302/* I_MNTENT:
2303 * This symbol, if defined, indicates that <mntent.h> exists and
2304 * should be included.
2305 */
2306#$i_mntent I_MNTENT /**/
2307
ff935051
JH
2308/* I_NETDB:
2309 * This symbol, if defined, indicates that <netdb.h> exists and
2310 * should be included.
2311 */
2312#$i_netdb I_NETDB /**/
2313
9cc6feab
JH
2314/* I_NETINET_TCP:
2315 * This symbol, if defined, indicates to the C program that it should
2316 * include <netinet/tcp.h>.
2317 */
2318#$i_netinettcp I_NETINET_TCP /**/
2319
5b34fd99
JH
2320/* I_POLL:
2321 * This symbol, if defined, indicates that <poll.h> exists and
2322 * should be included.
2323 */
2324#$i_poll I_POLL /**/
2325
ff935051
JH
2326/* I_PTHREAD:
2327 * This symbol, if defined, indicates to the C program that it should
2328 * include <pthread.h>.
2329 */
2330#$i_pthread I_PTHREAD /**/
2331
2332/* I_PWD:
2333 * This symbol, if defined, indicates to the C program that it should
2334 * include <pwd.h>.
2335 */
2336/* PWQUOTA:
2337 * This symbol, if defined, indicates to the C program that struct passwd
2338 * contains pw_quota.
2339 */
2340/* PWAGE:
2341 * This symbol, if defined, indicates to the C program that struct passwd
2342 * contains pw_age.
2343 */
2344/* PWCHANGE:
2345 * This symbol, if defined, indicates to the C program that struct passwd
2346 * contains pw_change.
2347 */
2348/* PWCLASS:
2349 * This symbol, if defined, indicates to the C program that struct passwd
2350 * contains pw_class.
2351 */
2352/* PWEXPIRE:
2353 * This symbol, if defined, indicates to the C program that struct passwd
2354 * contains pw_expire.
2355 */
2356/* PWCOMMENT:
2357 * This symbol, if defined, indicates to the C program that struct passwd
2358 * contains pw_comment.
2359 */
2360/* PWGECOS:
2361 * This symbol, if defined, indicates to the C program that struct passwd
2362 * contains pw_gecos.
2363 */
2364/* PWPASSWD:
2365 * This symbol, if defined, indicates to the C program that struct passwd
2366 * contains pw_passwd.
2367 */
2368#$i_pwd I_PWD /**/
2369#$d_pwquota PWQUOTA /**/
2370#$d_pwage PWAGE /**/
2371#$d_pwchange PWCHANGE /**/
2372#$d_pwclass PWCLASS /**/
2373#$d_pwexpire PWEXPIRE /**/
2374#$d_pwcomment PWCOMMENT /**/
2375#$d_pwgecos PWGECOS /**/
2376#$d_pwpasswd PWPASSWD /**/
2377
f1066039
JH
2378/* I_SHADOW:
2379 * This symbol, if defined, indicates that <shadow.h> exists and
2380 * should be included.
2381 */
2382#$i_shadow I_SHADOW /**/
2383
86959918
JH
2384/* I_SOCKS:
2385 * This symbol, if defined, indicates that <socks.h> exists and
2386 * should be included.
2387 */
2388#$i_socks I_SOCKS /**/
2389
923fc586
JH
2390/* I_SUNMATH:
2391 * This symbol, if defined, indicates that <sunmath.h> exists and
2392 * should be included.
2393 */
2394#$i_sunmath I_SUNMATH /**/
2395
ca52efda
JH
2396/* I_SYSLOG:
2397 * This symbol, if defined, indicates that <syslog.h> exists and
2398 * should be included.
2399 */
2400#$i_syslog I_SYSLOG /**/
2401
13b3f787
JH
2402/* I_SYSMODE:
2403 * This symbol, if defined, indicates that <sys/mode.h> exists and
2404 * should be included.
2405 */
2406#$i_sysmode I_SYSMODE /**/
2407
104d25b7
JH
2408/* I_SYS_MOUNT:
2409 * This symbol, if defined, indicates that <sys/mount.h> exists and
2410 * should be included.
2411 */
2412#$i_sysmount I_SYS_MOUNT /**/
2413
0545a864
JH
2414/* I_SYS_STATFS:
2415 * This symbol, if defined, indicates that <sys/statfs.h> exists.
2416 */
2417#$i_sysstatfs I_SYS_STATFS /**/
2418
104d25b7
JH
2419/* I_SYS_STATVFS:
2420 * This symbol, if defined, indicates that <sys/statvfs.h> exists and
2421 * should be included.
2422 */
2423#$i_sysstatvfs I_SYS_STATVFS /**/
2424
ff935051
JH
2425/* I_SYSUIO:
2426 * This symbol, if defined, indicates that <sys/uio.h> exists and
2427 * should be included.
2428 */
2429#$i_sysuio I_SYSUIO /**/
2430
13b3f787
JH
2431/* I_SYSUTSNAME:
2432 * This symbol, if defined, indicates that <sys/utsname.h> exists and
2433 * should be included.
2434 */
2435#$i_sysutsname I_SYSUTSNAME /**/
2436
0545a864
JH
2437/* I_SYS_VFS:
2438 * This symbol, if defined, indicates that <sys/vfs.h> exists and
2439 * should be included.
2440 */
2441#$i_sysvfs I_SYS_VFS /**/
2442
ff935051
JH
2443/* I_TIME:
2444 * This symbol, if defined, indicates to the C program that it should
2445 * include <time.h>.
2446 */
2447/* I_SYS_TIME:
2448 * This symbol, if defined, indicates to the C program that it should
2449 * include <sys/time.h>.
2450 */
2451/* I_SYS_TIME_KERNEL:
2452 * This symbol, if defined, indicates to the C program that it should
2453 * include <sys/time.h> with KERNEL defined.
2454 */
2455#$i_time I_TIME /**/
2456#$i_systime I_SYS_TIME /**/
2457#$i_systimek I_SYS_TIME_KERNEL /**/
2458
0545a864
JH
2459/* I_USTAT:
2460 * This symbol, if defined, indicates that <ustat.h> exists and
2461 * should be included.
2462 */
2463#$i_ustat I_USTAT /**/
2464
ff935051
JH
2465/* PERL_INC_VERSION_LIST:
2466 * This variable specifies the list of subdirectories in over
2467 * which perl.c:incpush() and lib/lib.pm will automatically
2468 * search when adding directories to @INC, in a format suitable
2469 * for a C initialization string. See the inc_version_list entry
2470 * in Porting/Glossary for more details.
2471 */
3a096bf3 2472#define PERL_INC_VERSION_LIST $inc_version_list_init /**/
ff935051 2473
fe749a9f
JH
2474/* INSTALL_USR_BIN_PERL:
2475 * This symbol, if defined, indicates that Perl is to be installed
2476 * also as /usr/bin/perl.
2477 */
2478#$installusrbinperl INSTALL_USR_BIN_PERL /**/
2479
cf2093f6
JH
2480/* PERL_PRIfldbl:
2481 * This symbol, if defined, contains the string used by stdio to
2482 * format long doubles (format 'f') for output.
2483 */
2484/* PERL_PRIgldbl:
2485 * This symbol, if defined, contains the string used by stdio to
2486 * format long doubles (format 'g') for output.
2487 */
2488#$d_PRIfldbl PERL_PRIfldbl $sPRIfldbl /**/
2489#$d_PRIgldbl PERL_PRIgldbl $sPRIgldbl /**/
2490
ff935051
JH
2491/* Off_t:
2492 * This symbol holds the type used to declare offsets in the kernel.
2493 * It can be int, long, off_t, etc... It may be necessary to include
2494 * <sys/types.h> to get any typedef'ed information.
2495 */
2496/* LSEEKSIZE:
2497 * This symbol holds the number of bytes used by the Off_t.
2498 */
2499/* Off_t_size:
2500 * This symbol holds the number of bytes used by the Off_t.
2501 */
2502#define Off_t $lseektype /* <offset> type */
2503#define LSEEKSIZE $lseeksize /* <offset> size */
2504#define Off_t_size $lseeksize /* <offset> size */
2505
2506/* Free_t:
2507 * This variable contains the return type of free(). It is usually
2508 * void, but occasionally int.
2509 */
2510/* Malloc_t:
2511 * This symbol is the type of pointer returned by malloc and realloc.
2512 */
2513#define Malloc_t $malloctype /**/
2514#define Free_t $freetype /**/
2515
2516/* MYMALLOC:
2517 * This symbol, if defined, indicates that we're using our own malloc.
2518 */
2519#$d_mymalloc MYMALLOC /**/
2520
2521/* Mode_t:
2522 * This symbol holds the type used to declare file modes
2523 * for systems calls. It is usually mode_t, but may be
2524 * int or unsigned short. It may be necessary to include <sys/types.h>
2525 * to get any typedef'ed information.
2526 */
2527#define Mode_t $modetype /* file mode parameter for system calls */
2528
2529/* VAL_O_NONBLOCK:
2530 * This symbol is to be used during open() or fcntl(F_SETFL) to turn on
2531 * non-blocking I/O for the file descriptor. Note that there is no way
2532 * back, i.e. you cannot turn it blocking again this way. If you wish to
2533 * alternatively switch between blocking and non-blocking, use the
2534 * ioctl(FIOSNBIO) call instead, but that is not supported by all devices.
2535 */
2536/* VAL_EAGAIN:
2537 * This symbol holds the errno error code set by read() when no data was
2538 * present on the non-blocking file descriptor.
2539 */
2540/* RD_NODATA:
2541 * This symbol holds the return code from read() when no data is present
2542 * on the non-blocking file descriptor. Be careful! If EOF_NONBLOCK is
2543 * not defined, then you can't distinguish between no data and EOF by
2544 * issuing a read(). You'll have to find another way to tell for sure!
2545 */
2546/* EOF_NONBLOCK:
2547 * This symbol, if defined, indicates to the C program that a read() on
2548 * a non-blocking file descriptor will return 0 on EOF, and not the value
2549 * held in RD_NODATA (-1 usually, in that case!).
2550 */
2551#define VAL_O_NONBLOCK $o_nonblock
2552#define VAL_EAGAIN $eagain
2553#define RD_NODATA $rd_nodata
2554#$d_eofnblk EOF_NONBLOCK
2555
2556/* Netdb_host_t:
2557 * This symbol holds the type used for the 1st argument
2558 * to gethostbyaddr().
2559 */
2560/* Netdb_hlen_t:
2561 * This symbol holds the type used for the 2nd argument
2562 * to gethostbyaddr().
2563 */
2564/* Netdb_name_t:
2565 * This symbol holds the type used for the argument to
2566 * gethostbyname().
2567 */
2568/* Netdb_net_t:
2569 * This symbol holds the type used for the 1st argument to
2570 * getnetbyaddr().
2571 */
2572#define Netdb_host_t $netdb_host_type /**/
2573#define Netdb_hlen_t $netdb_hlen_type /**/
2574#define Netdb_name_t $netdb_name_type /**/
2575#define Netdb_net_t $netdb_net_type /**/
2576
8175356b
JH
2577/* IVTYPE:
2578 * This symbol defines the C type used for Perl's IV.
cf2093f6 2579 */
8175356b
JH
2580/* UVTYPE:
2581 * This symbol defines the C type used for Perl's UV.
cf2093f6 2582 */
8175356b
JH
2583/* I8TYPE:
2584 * This symbol defines the C type used for Perl's I8.
0f4b6630 2585 */
8175356b
JH
2586/* U8TYPE:
2587 * This symbol defines the C type used for Perl's U8.
2588 */
2589/* I16TYPE:
2590 * This symbol defines the C type used for Perl's I16.
2591 */
2592/* U16TYPE:
2593 * This symbol defines the C type used for Perl's U16.
2594 */
2595/* I32TYPE:
2596 * This symbol defines the C type used for Perl's I32.
2597 */
2598/* U32TYPE:
2599 * This symbol defines the C type used for Perl's U32.
2600 */
2601/* I64TYPE:
2602 * This symbol defines the C type used for Perl's I64.
2603 */
2604/* U64TYPE:
2605 * This symbol defines the C type used for Perl's U64.
2606 */
2607/* NVTYPE:
2608 * This symbol defines the C type used for Perl's NV.
2609 */
2610/* IVSIZE:
2611 * This symbol contains the sizeof(IV).
2612 */
2613/* UVSIZE:
2614 * This symbol contains the sizeof(UV).
2615 */
a22e52b9
JH
2616/* I8SIZE:
2617 * This symbol contains the sizeof(I8).
2618 */
2619/* U8SIZE:
2620 * This symbol contains the sizeof(U8).
2621 */
2622/* I16SIZE:
2623 * This symbol contains the sizeof(I16).
2624 */
2625/* U16SIZE:
2626 * This symbol contains the sizeof(U16).
2627 */
2628/* I32SIZE:
2629 * This symbol contains the sizeof(I32).
2630 */
2631/* U32SIZE:
2632 * This symbol contains the sizeof(U32).
2633 */
2634/* I64SIZE:
2635 * This symbol contains the sizeof(I64).
2636 */
2637/* U64SIZE:
2638 * This symbol contains the sizeof(U64).
2639 */
cce08f5b
JH
2640/* NV_PRESERVES_UV:
2641 * This symbol, if defined, indicates that a variable of type NVTYPE
2642 * can preserve all the bit of a variable of type UVSIZE.
2643 */
8175356b
JH
2644#define IVTYPE $ivtype /**/
2645#define UVTYPE $uvtype /**/
2646#define I8TYPE $i8type /**/
2647#define U8TYPE $u8type /**/
2648#define I16TYPE $i16type /**/
2649#define U16TYPE $u16type /**/
2650#define I32TYPE $i32type /**/
2651#define U32TYPE $u32type /**/
de1c2614 2652#ifdef HAS_QUAD
8175356b
JH
2653#define I64TYPE $i64type /**/
2654#define U64TYPE $u64type /**/
2655#endif
2656#define NVTYPE $nvtype /**/
2657#define IVSIZE $ivsize /**/
2658#define UVSIZE $uvsize /**/
a22e52b9
JH
2659#define I8SIZE $i8size /**/
2660#define U8SIZE $u8size /**/
2661#define I16SIZE $i16size /**/
2662#define U16SIZE $u16size /**/
2663#define I32SIZE $i32size /**/
2664#define U32SIZE $u32size /**/
de1c2614 2665#ifdef HAS_QUAD
8175356b
JH
2666#define I64SIZE $i64size /**/
2667#define U64SIZE $u64size /**/
2668#endif
78691af5 2669#$d_nv_preserves_uv NV_PRESERVES_UV
8175356b
JH
2670
2671/* IVdf:
2672 * This symbol defines the format string used for printing a Perl IV
2673 * as a signed decimal integer.
2674 */
2675/* UVuf:
2676 * This symbol defines the format string used for printing a Perl UV
2677 * as an unsigned decimal integer.
2678 */
2679/* UVof:
2680 * This symbol defines the format string used for printing a Perl UV
2681 * as an unsigned octal integer.
2682 */
2683/* UVxf:
2684 * This symbol defines the format string used for printing a Perl UV
2685 * as an unsigned hexadecimal integer.
cf2093f6 2686 */
8175356b
JH
2687#define IVdf $ivdformat /**/
2688#define UVuf $uvuformat /**/
2689#define UVof $uvoformat /**/
2690#define UVxf $uvxformat /**/
cf2093f6 2691
ff935051
JH
2692/* Pid_t:
2693 * This symbol holds the type used to declare process ids in the kernel.
2694 * It can be int, uint, pid_t, etc... It may be necessary to include
2695 * <sys/types.h> to get any typedef'ed information.
2696 */
2697#define Pid_t $pidtype /* PID type */
2698
2699/* PRIVLIB:
2700 * This symbol contains the name of the private library for this package.
2701 * The library is private in the sense that it needn't be in anyone's
2702 * execution path, but it should be accessible by the world. The program
2703 * should be prepared to do ~ expansion.
2704 */
2705/* PRIVLIB_EXP:
2706 * This symbol contains the ~name expanded version of PRIVLIB, to be used
2707 * in programs that are not prepared to deal with ~ expansion at run-time.
2708 */
2709#define PRIVLIB "$privlib" /**/
2710#define PRIVLIB_EXP "$privlibexp" /**/
2711
2712/* PTRSIZE:
2713 * This symbol contains the size of a pointer, so that the C preprocessor
2714 * can make decisions based on it. It will be sizeof(void *) if
2715 * the compiler supports (void *); otherwise it will be
2716 * sizeof(char *).
2717 */
2718#define PTRSIZE $ptrsize /**/
2719
2720/* Drand01:
2721 * This macro is to be used to generate uniformly distributed
2722 * random numbers over the range [0., 1.[. You may have to supply
2723 * an 'extern double drand48();' in your program since SunOS 4.1.3
2724 * doesn't provide you with anything relevant in it's headers.
2725 * See HAS_DRAND48_PROTO.
2726 */
2727/* Rand_seed_t:
2728 * This symbol defines the type of the argument of the
2729 * random seed function.
2730 */
2731/* seedDrand01:
2732 * This symbol defines the macro to be used in seeding the
2733 * random number generator (see Drand01).
2734 */
2735/* RANDBITS:
2736 * This symbol indicates how many bits are produced by the
2737 * function used to generate normalized random numbers.
2738 * Values include 15, 16, 31, and 48.
2739 */
2740#define Drand01() $drand01 /**/
2741#define Rand_seed_t $randseedtype /**/
2742#define seedDrand01(x) $seedfunc((Rand_seed_t)x) /**/
2743#define RANDBITS $randbits /**/
2744
5ff3f7a4
GS
2745/* SELECT_MIN_BITS:
2746 * This symbol holds the minimum number of bits operated by select.
2747 * That is, if you do select(n, ...), how many bits at least will be
2748 * cleared in the masks if some activity is detected. Usually this
2749 * is either n or 32*ceil(n/32), especially many little-endians do
2750 * the latter. This is only useful if you have select(), naturally.
2751 */
ff935051
JH
2752#define SELECT_MIN_BITS $selectminbits /**/
2753
2754/* Select_fd_set_t:
2755 * This symbol holds the type used for the 2nd, 3rd, and 4th
2756 * arguments to select. Usually, this is 'fd_set *', if HAS_FD_SET
2757 * is defined, and 'int *' otherwise. This is only useful if you
2758 * have select(), of course.
2759 */
2760#define Select_fd_set_t $selecttype /**/
2761
2762/* SIG_NAME:
2763 * This symbol contains a list of signal names in order of
2764 * signal number. This is intended
2765 * to be used as a static array initialization, like this:
2766 * char *sig_name[] = { SIG_NAME };
2767 * The signals in the list are separated with commas, and each signal
2768 * is surrounded by double quotes. There is no leading SIG in the signal
2769 * name, i.e. SIGQUIT is known as "QUIT".
2770 * Gaps in the signal numbers (up to NSIG) are filled in with NUMnn,
2771 * etc., where nn is the actual signal number (e.g. NUM37).
2772 * The signal number for sig_name[i] is stored in sig_num[i].
2773 * The last element is 0 to terminate the list with a NULL. This
2774 * corresponds to the 0 at the end of the sig_num list.
2775 */
2776/* SIG_NUM:
2777 * This symbol contains a list of signal numbers, in the same order as the
2778 * SIG_NAME list. It is suitable for static array initialization, as in:
2779 * int sig_num[] = { SIG_NUM };
2780 * The signals in the list are separated with commas, and the indices
2781 * within that list and the SIG_NAME list match, so it's easy to compute
2782 * the signal name from a number or vice versa at the price of a small
2783 * dynamic linear lookup.
2784 * Duplicates are allowed, but are moved to the end of the list.
2785 * The signal number corresponding to sig_name[i] is sig_number[i].
2786 * if (i < NSIG) then sig_number[i] == i.
2787 * The last element is 0, corresponding to the 0 at the end of
2788 * the sig_name list.
2789 */
2790#define SIG_NAME $sig_name_init /**/
2791#define SIG_NUM $sig_num_init /**/
2792
2793/* SITEARCH:
2794 * This symbol contains the name of the private library for this package.
2795 * The library is private in the sense that it needn't be in anyone's
2796 * execution path, but it should be accessible by the world. The program
2797 * should be prepared to do ~ expansion.
2798 * The standard distribution will put nothing in this directory.
2799 * After perl has been installed, users may install their own local
2800 * architecture-dependent modules in this directory with
2801 * MakeMaker Makefile.PL
2802 * or equivalent. See INSTALL for details.
2803 */
2804/* SITEARCH_EXP:
2805 * This symbol contains the ~name expanded version of SITEARCH, to be used
2806 * in programs that are not prepared to deal with ~ expansion at run-time.
2807 */
2808#define SITEARCH "$sitearch" /**/
2809#define SITEARCH_EXP "$sitearchexp" /**/
2810
2811/* SITELIB:
2812 * This symbol contains the name of the private library for this package.
2813 * The library is private in the sense that it needn't be in anyone's
2814 * execution path, but it should be accessible by the world. The program
2815 * should be prepared to do ~ expansion.
2816 * The standard distribution will put nothing in this directory.
2817 * After perl has been installed, users may install their own local
2818 * architecture-independent modules in this directory with
2819 * MakeMaker Makefile.PL
2820 * or equivalent. See INSTALL for details.
2821 */
2822/* SITELIB_EXP:
2823 * This symbol contains the ~name expanded version of SITELIB, to be used
2824 * in programs that are not prepared to deal with ~ expansion at run-time.
2825 */
526fdc24
MS
2826/* SITELIB_STEM:
2827 * This define is SITELIB_EXP with any trailing version-specific component
2828 * removed. The elements in inc_version_list (inc_version_list.U) can
2829 * be tacked onto this variable to generate a list of directories to search.
2830 */
ff935051
JH
2831#define SITELIB "$sitelib" /**/
2832#define SITELIB_EXP "$sitelibexp" /**/
526fdc24 2833#define SITELIB_STEM "$sitelib_stem" /**/
ff935051
JH
2834
2835/* Size_t:
2836 * This symbol holds the type used to declare length parameters
2837 * for string functions. It is usually size_t, but may be
2838 * unsigned long, int, etc. It may be necessary to include
2839 * <sys/types.h> to get any typedef'ed information.
2840 */
2841#define Size_t $sizetype /* length paramater for string functions */
2842
1acc7ade
JH
2843/* Sock_size_t:
2844 * This symbol holds the type used for the size argument of
2845 * various socket calls (just the base type, not the pointer-to).
2846 */
2847#define Sock_size_t $socksizetype /**/
2848
ff935051
JH
2849/* SSize_t:
2850 * This symbol holds the type used by functions that return
2851 * a count of bytes or an error condition. It must be a signed type.
2852 * It is usually ssize_t, but may be long or int, etc.
2853 * It may be necessary to include <sys/types.h> or <unistd.h>
2854 * to get any typedef'ed information.
2855 * We will pick a type such that sizeof(SSize_t) == sizeof(Size_t).
2856 */
2857#define SSize_t $ssizetype /* signed count of bytes */
5ff3f7a4 2858
568ef1f6 2859/* STARTPERL:
2860 * This variable contains the string to put in front of a perl
2861 * script to make sure (one hopes) that it runs with perl and not
2862 * some shell.
2863 */
2864#define STARTPERL "$startperl" /**/
2865
ed39a0f2
JH
2866/* HAS_STDIO_STREAM_ARRAY:
2867 * This symbol, if defined, tells that there is an array
2868 * holding the stdio streams.
2869 */
767df6a1 2870/* STDIO_STREAM_ARRAY:
ed39a0f2
JH
2871 * This symbol tells the name of the array holding the stdio streams.
2872 * Usual values include _iob, __iob, and __sF.
767df6a1 2873 */
ed39a0f2 2874#$d_stdio_stream_array HAS_STDIO_STREAM_ARRAY /**/
767df6a1
JH
2875#define STDIO_STREAM_ARRAY $stdio_stream_array
2876
ff935051
JH
2877/* Uid_t_f:
2878 * This symbol defines the format string used for printing a Uid_t.
cf2093f6 2879 */
ff935051
JH
2880#define Uid_t_f $uidformat /**/
2881
2882/* Uid_t_size:
2883 * This symbol holds the size of a Uid_t in bytes.
2884 */
2885#define Uid_t_size $uidsize /* UID size */
2886
2887/* Uid_t:
2888 * This symbol holds the type used to declare user ids in the kernel.
2889 * It can be int, ushort, uid_t, etc... It may be necessary to include
2890 * <sys/types.h> to get any typedef'ed information.
2891 */
2892#define Uid_t $uidtype /* UID type */
cf2093f6 2893
10cc9d2a 2894/* USE_64_BIT_INT:
bd9b35c9
JH
2895 * This symbol, if defined, indicates that 64-bit integers should
2896 * be used when available. If not defined, the native integers
49c10eea
JH
2897 * will be employed (be they 32 or 64 bits). The minimal possible
2898 * 64-bitness is used, just enough to get 64-bit integers into Perl.
2899 * This may mean using for example "long longs", while your memory
2900 * may still be limited to 2 gigabytes.
5ff3f7a4 2901 */
10cc9d2a
JH
2902/* USE_64_BIT_ALL:
2903 * This symbol, if defined, indicates that 64-bit integers should
2904 * be used when available. If not defined, the native integers
2905 * will be used (be they 32 or 64 bits). The maximal possible
2906 * 64-bitness is employed: LP64 or ILP64, meaning that you will
2907 * be able to use more than 2 gigabytes of memory. This mode is
2908 * even more binary incompatible than USE_64_BIT_INT. You may not
2909 * be able to run the resulting executable in a 32-bit CPU at all or
2910 * you may need at least to reboot your OS to 64-bit mode.
2911 */
2912#ifndef USE_64_BIT_INT
2913#$use64bitint USE_64_BIT_INT /**/
d7d93a81 2914#endif
5ff3f7a4 2915
10cc9d2a
JH
2916#ifndef USE_64_BIT_ALL
2917#$use64bitall USE_64_BIT_ALL /**/
49c10eea
JH
2918#endif
2919
09458382
JH
2920/* USE_LARGE_FILES:
2921 * This symbol, if defined, indicates that large file support
c890dc6c 2922 * should be used when available.
09458382 2923 */
d7d93a81 2924#ifndef USE_LARGE_FILES
249b38c6 2925#$uselargefiles USE_LARGE_FILES /**/
d7d93a81 2926#endif
09458382 2927
b0ce926a
JH
2928/* USE_LONG_DOUBLE:
2929 * This symbol, if defined, indicates that long doubles should
2930 * be used when available.
2931 */
d7d93a81 2932#ifndef USE_LONG_DOUBLE
b0ce926a 2933#$uselongdouble USE_LONG_DOUBLE /**/
d7d93a81
JH
2934#endif
2935
c71a9cee
JH
2936/* USE_MORE_BITS:
2937 * This symbol, if defined, indicates that 64-bit interfaces and
2938 * long doubles should be used when available.
2939 */
d7d93a81
JH
2940#ifndef USE_MORE_BITS
2941#$usemorebits USE_MORE_BITS /**/
2942#endif
b0ce926a 2943
104d25b7
JH
2944/* MULTIPLICITY:
2945 * This symbol, if defined, indicates that Perl should
2946 * be built to use multiplicity.
2947 */
43999f95 2948#ifndef MULTIPLICITY
104d25b7 2949#$usemultiplicity MULTIPLICITY /**/
d7d93a81 2950#endif
104d25b7 2951
e876cf0b 2952/* USE_PERLIO:
2953 * This symbol, if defined, indicates that the PerlIO abstraction should
2954 * be used throughout. If not defined, stdio should be
2955 * used in a fully backward compatible manner.
2956 */
d7d93a81 2957#ifndef USE_PERLIO
e876cf0b 2958#$useperlio USE_PERLIO /**/
d7d93a81 2959#endif
e876cf0b 2960
29209bc5
JH
2961/* USE_SOCKS:
2962 * This symbol, if defined, indicates that Perl should
2963 * be built to use socks.
2964 */
d7d93a81 2965#ifndef USE_SOCKS
29209bc5 2966#$usesocks USE_SOCKS /**/
d7d93a81 2967#endif
29209bc5 2968
aaacdc8b
GS
2969/* USE_ITHREADS:
2970 * This symbol, if defined, indicates that Perl should be built to
2971 * use the interpreter-based threading implementation.
2972 */
2973/* USE_5005THREADS:
2974 * This symbol, if defined, indicates that Perl should be built to
2975 * use the 5.005-based threading implementation.
dfe9444c 2976 */
693762b4
AD
2977/* OLD_PTHREADS_API:
2978 * This symbol, if defined, indicates that Perl should
2979 * be built to use the old draft POSIX threads API.
2980 */
aaacdc8b
GS
2981#$use5005threads USE_5005THREADS /**/
2982#$useithreads USE_ITHREADS /**/
2983#if defined(USE_5005THREADS) && !defined(USE_ITHREADS)
2984#define USE_THREADS /* until src is revised*/
d7d93a81 2985#endif
693762b4 2986#$d_oldpthreads OLD_PTHREADS_API /**/
8e07c86e 2987
1acc7ade
JH
2988/* PERL_VENDORARCH:
2989 * If defined, this symbol contains the name of a private library.
2990 * The library is private in the sense that it needn't be in anyone's
2991 * execution path, but it should be accessible by the world.
2992 * It may have a ~ on the front.
2993 * The standard distribution will put nothing in this directory.
2994 * Vendors who distribute perl may wish to place their own
2995 * architecture-dependent modules and extensions in this directory with
2996 * MakeMaker Makefile.PL INSTALLDIRS=vendor
2997 * or equivalent. See INSTALL for details.
2998 */
526fdc24
MS
2999/* PERL_VENDORARCH_EXP:
3000 * This symbol contains the ~name expanded version of PERL_VENDORARCH, to be used
3001 * in programs that are not prepared to deal with ~ expansion at run-time.
3002 */
1acc7ade 3003#$d_vendorarch PERL_VENDORARCH "$vendorarch" /**/
526fdc24
MS
3004#$d_vendorarch PERL_VENDORARCH_EXP "$vendorarchexp" /**/
3005
ff935051
JH
3006/* PERL_VENDORLIB_EXP:
3007 * This symbol contains the ~name expanded version of VENDORLIB, to be used
3008 * in programs that are not prepared to deal with ~ expansion at run-time.
887d2938 3009 */
526fdc24
MS
3010/* PERL_VENDORLIB_STEM:
3011 * This define is PERL_VENDORLIB_EXP with any trailing version-specific component
3012 * removed. The elements in inc_version_list (inc_version_list.U) can
3013 * be tacked onto this variable to generate a list of directories to search.
3014 */
ff935051 3015#$d_vendorlib PERL_VENDORLIB_EXP "$vendorlibexp" /**/
526fdc24 3016#$d_vendorlib PERL_VENDORLIB_STEM "$vendorlib_stem" /**/
887d2938 3017
ff935051
JH
3018/* VOIDFLAGS:
3019 * This symbol indicates how much support of the void type is given by this
3020 * compiler. What various bits mean:
3021 *
3022 * 1 = supports declaration of void
3023 * 2 = supports arrays of pointers to functions returning void
3024 * 4 = supports comparisons between pointers to void functions and
3025 * addresses of void functions
3026 * 8 = suports declaration of generic void pointers
3027 *
3028 * The package designer should define VOIDUSED to indicate the requirements
3029 * of the package. This can be done either by #defining VOIDUSED before
3030 * including config.h, or by defining defvoidused in Myinit.U. If the
3031 * latter approach is taken, only those flags will be tested. If the
3032 * level of void support necessary is not present, defines void to int.
dc45a647 3033 */
ff935051
JH
3034#ifndef VOIDUSED
3035#define VOIDUSED $defvoidused
3036#endif
3037#define VOIDFLAGS $voidflags
3038#if (VOIDFLAGS & VOIDUSED) != VOIDUSED
3039#define void int /* is void to be avoided? */
3040#define M_VOID /* Xenix strikes again */
3041#endif
dc45a647 3042
fe749a9f
JH
3043/* PERL_XS_APIVERSION:
3044 * This variable contains the version of the oldest perl binary
3045 * compatible with the present perl. perl.c:incpush() and
3046 * lib/lib.pm will automatically search in $sitearch for older
3047 * directories across major versions back to xs_apiversion.
3048 * This is only useful if you have a perl library directory tree
3049 * structured like the default one.
3050 * See INSTALL for how this works.
3051 * The versioned site_perl directory was introduced in 5.005,
3052 * so that is the lowest possible value.
3053 * Since this can depend on compile time options (such as
3054 * bincompat) it is set by Configure. Other non-default sources
3055 * of potential incompatibility, such as multiplicity, threads,
3056 * debugging, 64bits, sfio, etc., are not checked for currently,
3057 * though in principle we could go snooping around in old
3058 * Config.pm files.
3059 */
3060/* PERL_PM_APIVERSION:
3061 * This variable contains the version of the oldest perl
3062 * compatible with the present perl. (That is, pure perl modules
3063 * written for pm_apiversion will still work for the current
3064 * version). perl.c:incpush() and lib/lib.pm will automatically
3065 * search in $sitelib for older directories across major versions
3066 * back to pm_apiversion. This is only useful if you have a perl
3067 * library directory tree structured like the default one. The
3068 * versioned site_perl library was introduced in 5.005, so that's
3069 * the default setting for this variable. It's hard to imagine
3070 * it changing before Perl6. It is included here for symmetry
3071 * with xs_apiveprsion -- the searching algorithms will
3072 * (presumably) be similar.
3073 * See the INSTALL file for how this works.
3074 */
3075#define PERL_XS_APIVERSION "$xs_apiversion"
3076#define PERL_PM_APIVERSION "$pm_apiversion"
3077
1acc7ade
JH
3078/* HAS_LCHOWN:
3079 * This symbol, if defined, indicates that the lchown routine is
3080 * available to operate on a symbolic link (instead of following the
3081 * link).
c890dc6c 3082 */
1acc7ade 3083#$d_lchown HAS_LCHOWN /**/
c890dc6c 3084
fe14fcc3 3085#endif
8d063cd8 3086!GROK!THIS!