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