Regen Configure.
[p5sagit/p5-mst-13.2.git] / config_h.SH
CommitLineData
8d063cd8 1case $CONFIG in
2'')
2304df62 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 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 19/*
20 * This file was produced by running the config_h.SH script, which
8d063cd8 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 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 29 */
30
dfe9444c 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 39#ifndef _config_h_
40#define _config_h_
41
dfe9444c 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 47/* HAS_ALARM:
48 * This symbol, if defined, indicates that the alarm routine is
49 * available.
50 */
51#$d_alarm HAS_ALARM /**/
52
ecfc5424 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 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 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 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 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 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 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 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 115/* HAS_CUSERID:
116 * This symbol, if defined, indicates that the cuserid routine is
117 * available to get character login names.
13281fa4 118 */
a0d0e21e 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 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 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 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 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 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 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 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 193 * This symbol, if defined, indicates that the system supports filenames
194 * longer than 14 characters.
195 */
196#$d_flexfnam FLEXFILENAMES /**/
197
2304df62 198/* HAS_FLOCK:
199 * This symbol, if defined, indicates that the flock routine is
a687059c 200 * available to do file locking.
201 */
2304df62 202#$d_flock HAS_FLOCK /**/
a687059c 203
a0d0e21e 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 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 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 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 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 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 270/* HAS_GETPRIORITY:
271 * This symbol, if defined, indicates that the getpriority routine is
a687059c 272 * available to get a process's priority.
273 */
2304df62 274#$d_getprior HAS_GETPRIORITY /**/
a687059c 275
dfe9444c 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 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 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 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 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 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 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 332/* HAS_MEMCMP:
333 * This symbol, if defined, indicates that the memcmp routine is available
334 * to compare blocks of memory.
378cc40b 335 */
2304df62 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 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 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 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 373/* HAS_MKTIME:
374 * This symbol, if defined, indicates that the mktime routine is
375 * available.
376 */
377#$d_mktime HAS_MKTIME /**/
378
a0d0e21e 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 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 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 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 408#$d_pipe HAS_PIPE /**/
409
8e07c86e 410/* HAS_POLL:
411 * This symbol, if defined, indicates that the poll routine is
dfe9444c 412 * available to poll active file descriptors. You may safely
413 * include <poll.h> when this symbol is defined.
8e07c86e 414 */
415#$d_poll HAS_POLL /**/
416
a0d0e21e 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 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 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 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 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 476 * This symbol, if defined, indicates that the seteuid routine is available
477 * to change the effective uid of the current program.
478 */
2304df62 479#$d_seteuid HAS_SETEUID /**/
480
a0d0e21e 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 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 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 518/* HAS_SETPRIORITY:
519 * This symbol, if defined, indicates that the setpriority routine is
a687059c 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 526 * available to change the real and effective gid of the current
527 * process.
a687059c 528 */
2304df62 529/* HAS_SETRESGID:
a687059c 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 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 539 * available to change the real and effective uid of the current
540 * process.
a687059c 541 */
2304df62 542/* HAS_SETRESUID:
a687059c 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 547#$d_setreuid HAS_SETREUID /**/
548#$d_setresuid HAS_SETRESUID /**/
a687059c 549
2304df62 550/* HAS_SETRGID:
378cc40b 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 557 * This symbol, if defined, indicates that the setruid routine is available
558 * to change the real uid of the current program.
559 */
2304df62 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 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 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 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 579#define Shmat_t $shmattype /**/
580#$d_shmatprototype HAS_SHMAT_PROTOTYPE /**/
fe14fcc3 581
dfe9444c 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 587/* HAS_INDEX:
588 * This symbol is defined to indicate that the index()/rindex()
589 * functions are available for string searching.
c2960299 590 */
dfe9444c 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 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 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 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 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 622 */
623#$d_strtoul HAS_STRTOUL /**/
624
a0d0e21e 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 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 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 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 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 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 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 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 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 686 * This symbol, if defined, indicates that this C compiler knows about
687 * the volatile declaration.
688 */
689#$d_volatile HASVOLATILE /**/
2304df62 690#ifndef HASVOLATILE
691#define volatile
692#endif
afd9f252 693
2304df62 694/* HAS_WAIT4:
bf38876a 695 * This symbol, if defined, indicates that wait4() exists.
696 */
2304df62 697#$d_wait4 HAS_WAIT4 /**/
bf38876a 698
2304df62 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 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 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 723/* I_DBM:
724 * This symbol, if defined, indicates that <dbm.h> exists and should
725 * be included.
232e078e 726 */
dfe9444c 727/* I_RPCSVC_DBM:
728 * This symbol, if defined, indicates that <rpcsvc/dbm.h> exists and
729 * should be included.
232e078e 730 */
dfe9444c 731#$i_dbm I_DBM /**/
732#$i_rpcsvcdbm I_RPCSVC_DBM /**/
232e078e 733
2304df62 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 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 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 750#$i_dirent I_DIRENT /**/
751#$d_dirnamlen DIRNAMLEN /**/
a0d0e21e 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 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 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 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 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 799 * be included.
800 */
801#$i_ndbm I_NDBM /**/
802
ecfc5424 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 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 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 821/* I_STDDEF:
822 * This symbol, if defined, indicates that <stddef.h> exists and should
a687059c 823 * be included.
824 */
2304df62 825#$i_stddef I_STDDEF /**/
a687059c 826
a0d0e21e 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 968/* CAN_PROTOTYPE:
969 * If defined, this macro indicates that the C compiler can handle
970 * function prototypes.
85e6fe83 971 */
a0d0e21e 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 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 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 999#define STDCHAR $stdchar /**/
1000
5ff3f7a4 1001/* HAS_ACCESSX:
1002 * This symbol, if defined, indicates that the accessx routine is
1003 * available to do extended access checks.
1004 */
1005#$d_accessx HAS_ACCESSX /**/
1006
1007/* HAS_EACCESS:
1008 * This symbol, if defined, indicates that the eaccess routine is
1009 * available to do extended access checks.
1010 */
1011#$d_eaccess HAS_EACCESS /**/
1012
1013/* I_SYS_ACCESS:
1014 * This symbol, if defined, indicates to the C program that it should
85ab1d1d 1015 * include <sys/access.h>.
5ff3f7a4 1016 */
1017#$i_sysaccess I_SYS_ACCESS /**/
1018
1019/* I_SYS_SECURITY:
1020 * This symbol, if defined, indicates to the C program that it should
1021 * include <sys/security.h>.
1022 */
1023#$i_syssecrt I_SYS_SECURITY /**/
1024
a12fb911 1025/* CROSSCOMPILE:
1026 * This symbol, if defined, signifies that we our
1027 * build process is a cross-compilation.
1028 */
1029#$crosscompile CROSSCOMPILE /**/
1030
8f1f23e8 1031/* INTSIZE:
1032 * This symbol contains the value of sizeof(int) so that the C
1033 * preprocessor can make decisions based on it.
1034 */
1035/* LONGSIZE:
1036 * This symbol contains the value of sizeof(long) so that the C
1037 * preprocessor can make decisions based on it.
1038 */
1039/* SHORTSIZE:
1040 * This symbol contains the value of sizeof(short) so that the C
1041 * preprocessor can make decisions based on it.
1042 */
1043#define INTSIZE $intsize /**/
1044#define LONGSIZE $longsize /**/
1045#define SHORTSIZE $shortsize /**/
1046
a12fb911 1047/* MULTIARCH:
1048 * This symbol, if defined, signifies that the build
1049 * process will produce some binary files that are going to be
1050 * used in a cross-platform environment. This is the case for
1051 * example with the NeXT "fat" binaries that contain executables
1052 * for several CPUs.
1053 */
1054#$multiarch MULTIARCH /**/
1055
dfe9444c 1056/* MEM_ALIGNBYTES:
68c15b6f 1057 * This symbol contains the number of bytes required to align a
1058 * double. Usual values are 2, 4 and 8. The default is eight,
1059 * for safety.
5f05dabc 1060 */
c4747d3e 1061#if defined(CROSSCOMPILE) || defined(MULTIARCH)
68c15b6f 1062# define MEM_ALIGNBYTES 8
1063#else
1064#define MEM_ALIGNBYTES $alignbytes
1065#endif
5f05dabc 1066
8e07c86e 1067/* BYTEORDER:
e876cf0b 1068 * This symbol holds the hexadecimal constant defined in byteorder,
8e07c86e 1069 * i.e. 0x1234 or 0x4321, etc...
68c15b6f 1070 * If the compiler supports cross-compiling or multiple-architecture
1071 * binaries (eg. on NeXT systems), use compiler-defined macros to
1072 * determine the byte order.
7bac28a0 1073 * On NeXT 3.2 (and greater), you can build "Fat" Multiple Architecture
e876cf0b 1074 * Binaries (MAB) on either big endian or little endian machines.
1075 * The endian-ness is available at compile-time. This only matters
1076 * for perl, where the config.h can be generated and installed on
1077 * one system, and used by a different architecture to build an
1078 * extension. Older versions of NeXT that might not have
1079 * defined either *_ENDIAN__ were all on Motorola 680x0 series,
1080 * so the default case (for NeXT) is big endian to catch them.
1081 * This might matter for NeXT 3.0.
8e07c86e 1082 */
88d5303d 1083#if defined(CROSSCOMPILE) || defined(MULTIARCH)
1084# ifdef __LITTLE_ENDIAN__
1085# if LONGSIZE == 4
1086# define BYTEORDER 0x1234
1087# else
1088# if LONGSIZE == 8
1089# define BYTEORDER 0x12345678
1090# endif
1091# endif
1092# else
1093# ifdef __BIG_ENDIAN__
1094# if LONGSIZE == 4
1095# define BYTEORDER 0x4321
1096# else
1097# if LONGSIZE == 8
1098# define BYTEORDER 0x87654321
1099# endif
1100# endif
1101# endif
1102# endif
1103# if !defined(BYTEORDER) && (defined(NeXT) || defined(__NeXT__))
1104# define BYTEORDER 0x4321
1105# endif
1106#else
8e07c86e 1107#define BYTEORDER 0x$byteorder /* large digits for MSB */
88d5303d 1108#endif /* NeXT */
8e07c86e 1109
dfe9444c 1110/* CASTI32:
1111 * This symbol is defined if the C compiler can cast negative
1112 * or large floating point numbers to 32-bit ints.
1aef975c 1113 */
dfe9444c 1114#$d_casti32 CASTI32 /**/
85e6fe83 1115
dfe9444c 1116/* CASTNEGFLOAT:
1117 * This symbol is defined if the C compiler can cast negative
1118 * numbers to unsigned longs, ints and shorts.
85e6fe83 1119 */
dfe9444c 1120/* CASTFLAGS:
1121 * This symbol contains flags that say what difficulties the compiler
1122 * has casting odd floating values to unsigned long:
1123 * 0 = ok
1124 * 1 = couldn't cast < 0
1125 * 2 = couldn't cast >= 0x80000000
1126 * 4 = couldn't cast in argument expression list
bccf77a5 1127 */
dfe9444c 1128#$d_castneg CASTNEGFLOAT /**/
1129#define CASTFLAGS $castflags /**/
1130
1131/* VOID_CLOSEDIR:
1132 * This symbol, if defined, indicates that the closedir() routine
1133 * does not return a value.
bccf77a5 1134 */
dfe9444c 1135#$d_void_closedir VOID_CLOSEDIR /**/
bccf77a5 1136
921b2963 1137/* HAS_FD_SET:
1138 * This symbol, when defined, indicates presence of the fd_set typedef
1139 * in <sys/types.h>
1140 */
1141#$d_fd_set HAS_FD_SET /**/
1142
8e07c86e 1143/* Gconvert:
1144 * This preprocessor macro is defined to convert a floating point
1145 * number to a string without a trailing decimal point. This
1146 * emulates the behavior of sprintf("%g"), but is sometimes much more
1147 * efficient. If gconvert() is not available, but gcvt() drops the
1148 * trailing decimal point, then gcvt() is used. If all else fails,
1149 * a macro using sprintf("%g") is used. Arguments for the Gconvert
1150 * macro are: value, number of digits, whether trailing zeros should
1151 * be retained, and the output buffer.
1152 * Possible values are:
1153 * d_Gconvert='gconvert((x),(n),(t),(b))'
1154 * d_Gconvert='gcvt((x),(n),(b))'
1155 * d_Gconvert='sprintf((b),"%.*g",(n),(x))'
1156 * The last two assume trailing zeros should not be kept.
1157 */
1158#define Gconvert(x,n,t,b) $d_Gconvert
1159
dfe9444c 1160/* HAS_GNULIBC:
c1b76f5d 1161 * This symbol, if defined, indicates to the C program that
dfe9444c 1162 * the GNU C library is being used.
c1b76f5d 1163 */
dfe9444c 1164#$d_gnulibc HAS_GNULIBC /**/
1165/* HAS_ISASCII:
1166 * This manifest constant lets the C program know that isascii
1167 * is available.
c1b76f5d 1168 */
dfe9444c 1169#$d_isascii HAS_ISASCII /**/
c1b76f5d 1170
dd64f1c3 1171/* HAS_LCHOWN:
1172 * This symbol, if defined, indicates that the lchown routine is
1173 * available to operate on a symbolic link (instead of following the
1174 * link).
1175 */
1176#$d_lchown HAS_LCHOWN /**/
1177
dfe9444c 1178/* HAS_OPEN3:
1179 * This manifest constant lets the C program know that the three
1180 * argument form of open(2) is available.
774d564b 1181 */
dfe9444c 1182#$d_open3 HAS_OPEN3 /**/
774d564b 1183
dfe9444c 1184/* HAS_SAFE_BCOPY:
1185 * This symbol, if defined, indicates that the bcopy routine is available
1186 * to copy potentially overlapping memory blocks. Otherwise you should
1187 * probably use memmove() or memcpy(). If neither is defined, roll your
1188 * own version.
c1b76f5d 1189 */
dfe9444c 1190#$d_safebcpy HAS_SAFE_BCOPY /**/
c1b76f5d 1191
dfe9444c 1192/* HAS_SAFE_MEMCPY:
1193 * This symbol, if defined, indicates that the memcpy routine is available
1194 * to copy potentially overlapping memory blocks. Otherwise you should
1195 * probably use memmove() or memcpy(). If neither is defined, roll your
1196 * own version.
c1b76f5d 1197 */
dfe9444c 1198#$d_safemcpy HAS_SAFE_MEMCPY /**/
c1b76f5d 1199
dfe9444c 1200/* HAS_SANE_MEMCMP:
1201 * This symbol, if defined, indicates that the memcmp routine is available
1202 * and can be used to compare relative magnitudes of chars with their high
1203 * bits set. If it is not defined, roll your own version.
760ac839 1204 */
dfe9444c 1205#$d_sanemcmp HAS_SANE_MEMCMP /**/
760ac839 1206
dfe9444c 1207/* HAS_SIGACTION:
1208 * This symbol, if defined, indicates that Vr4's sigaction() routine
1209 * is available.
52e1cb5e 1210 */
dfe9444c 1211#$d_sigaction HAS_SIGACTION /**/
52e1cb5e 1212
921b2963 1213/* HAS_SIGSETJMP:
1214 * This variable indicates to the C program that the sigsetjmp()
1215 * routine is available to save the calling process's registers
1216 * and stack environment for later use by siglongjmp(), and
1217 * to optionally save the process's signal mask. See
1218 * Sigjmp_buf, Sigsetjmp, and Siglongjmp.
1219 */
a5f75d66 1220/* Sigjmp_buf:
760ac839 1221 * This is the buffer type to be used with Sigsetjmp and Siglongjmp.
a5f75d66 1222 */
1223/* Sigsetjmp:
760ac839 1224 * This macro is used in the same way as sigsetjmp(), but will invoke
1225 * traditional setjmp() if sigsetjmp isn't available.
1226 * See HAS_SIGSETJMP.
a5f75d66 1227 */
1228/* Siglongjmp:
760ac839 1229 * This macro is used in the same way as siglongjmp(), but will invoke
1230 * traditional longjmp() if siglongjmp isn't available.
1231 * See HAS_SIGSETJMP.
a5f75d66 1232 */
1233#$d_sigsetjmp HAS_SIGSETJMP /**/
1234#ifdef HAS_SIGSETJMP
1235#define Sigjmp_buf sigjmp_buf
760ac839 1236#define Sigsetjmp(buf,save_mask) sigsetjmp((buf),(save_mask))
1237#define Siglongjmp(buf,retval) siglongjmp((buf),(retval))
a5f75d66 1238#else
1239#define Sigjmp_buf jmp_buf
760ac839 1240#define Sigsetjmp(buf,save_mask) setjmp((buf))
1241#define Siglongjmp(buf,retval) longjmp((buf),(retval))
a5f75d66 1242#endif
1243
dfe9444c 1244/* USE_STDIO_PTR:
1245 * This symbol is defined if the _ptr and _cnt fields (or similar)
1246 * of the stdio FILE structure can be used to access the stdio buffer
1247 * for a file handle. If this is defined, then the FILE_ptr(fp)
1248 * and FILE_cnt(fp) macros will also be defined and should be used
1249 * to access these fields.
a687059c 1250 */
dfe9444c 1251/* FILE_ptr:
1252 * This macro is used to access the _ptr field (or equivalent) of the
1253 * FILE structure pointed to by its argument. This macro will always be
1254 * defined if USE_STDIO_PTR is defined.
1255 */
1256/* STDIO_PTR_LVALUE:
1257 * This symbol is defined if the FILE_ptr macro can be used as an
1258 * lvalue.
1259 */
1260/* FILE_cnt:
1261 * This macro is used to access the _cnt field (or equivalent) of the
1262 * FILE structure pointed to by its argument. This macro will always be
1263 * defined if USE_STDIO_PTR is defined.
1264 */
1265/* STDIO_CNT_LVALUE:
1266 * This symbol is defined if the FILE_cnt macro can be used as an
1267 * lvalue.
1268 */
1269#$d_stdstdio USE_STDIO_PTR /**/
1270#ifdef USE_STDIO_PTR
1271#define FILE_ptr(fp) $stdio_ptr
1272#$d_stdio_ptr_lval STDIO_PTR_LVALUE /**/
1273#define FILE_cnt(fp) $stdio_cnt
1274#$d_stdio_cnt_lval STDIO_CNT_LVALUE /**/
1275#endif
a687059c 1276
dfe9444c 1277/* USE_STDIO_BASE:
1278 * This symbol is defined if the _base field (or similar) of the
1279 * stdio FILE structure can be used to access the stdio buffer for
1280 * a file handle. If this is defined, then the FILE_base(fp) macro
1281 * will also be defined and should be used to access this field.
1282 * Also, the FILE_bufsiz(fp) macro will be defined and should be used
1283 * to determine the number of bytes in the buffer. USE_STDIO_BASE
1284 * will never be defined unless USE_STDIO_PTR is.
8e07c86e 1285 */
dfe9444c 1286/* FILE_base:
1287 * This macro is used to access the _base field (or equivalent) of the
1288 * FILE structure pointed to by its argument. This macro will always be
1289 * defined if USE_STDIO_BASE is defined.
8e07c86e 1290 */
dfe9444c 1291/* FILE_bufsiz:
1292 * This macro is used to determine the number of bytes in the I/O
1293 * buffer pointed to by _base field (or equivalent) of the FILE
1294 * structure pointed to its argument. This macro will always be defined
1295 * if USE_STDIO_BASE is defined.
1296 */
1297#$d_stdiobase USE_STDIO_BASE /**/
1298#ifdef USE_STDIO_BASE
1299#define FILE_base(fp) $stdio_base
1300#define FILE_bufsiz(fp) $stdio_bufsiz
1301#endif
8e07c86e 1302
dfe9444c 1303/* HAS_VPRINTF:
1304 * This symbol, if defined, indicates that the vprintf routine is available
1305 * to printf with a pointer to an argument list. If unavailable, you
1306 * may need to write your own, probably in terms of _doprnt().
4633a7c4 1307 */
dfe9444c 1308/* USE_CHAR_VSPRINTF:
1309 * This symbol is defined if this system has vsprintf() returning type
1310 * (char*). The trend seems to be to declare it as "int vsprintf()". It
1311 * is up to the package author to declare vsprintf correctly based on the
1312 * symbol.
1313 */
1314#$d_vprintf HAS_VPRINTF /**/
1315#$d_charvspr USE_CHAR_VSPRINTF /**/
4633a7c4 1316
693762b4 1317/* DOUBLESIZE:
1318 * This symbol contains the size of a double, so that the C preprocessor
1319 * can make decisions based on it.
1320 */
1321#define DOUBLESIZE $doublesize /**/
1322
dfe9444c 1323/* I_TIME:
760ac839 1324 * This symbol, if defined, indicates to the C program that it should
dfe9444c 1325 * include <time.h>.
760ac839 1326 */
dfe9444c 1327/* I_SYS_TIME:
1aef975c 1328 * This symbol, if defined, indicates to the C program that it should
dfe9444c 1329 * include <sys/time.h>.
1aef975c 1330 */
dfe9444c 1331/* I_SYS_TIME_KERNEL:
bccf77a5 1332 * This symbol, if defined, indicates to the C program that it should
dfe9444c 1333 * include <sys/time.h> with KERNEL defined.
bccf77a5 1334 */
dfe9444c 1335#$i_time I_TIME /**/
1336#$i_systime I_SYS_TIME /**/
1337#$i_systimek I_SYS_TIME_KERNEL /**/
8e07c86e 1338
dfe9444c 1339/* VAL_O_NONBLOCK:
1340 * This symbol is to be used during open() or fcntl(F_SETFL) to turn on
1341 * non-blocking I/O for the file descriptor. Note that there is no way
1342 * back, i.e. you cannot turn it blocking again this way. If you wish to
1343 * alternatively switch between blocking and non-blocking, use the
1344 * ioctl(FIOSNBIO) call instead, but that is not supported by all devices.
85e6fe83 1345 */
dfe9444c 1346/* VAL_EAGAIN:
1347 * This symbol holds the errno error code set by read() when no data was
1348 * present on the non-blocking file descriptor.
1349 */
1350/* RD_NODATA:
1351 * This symbol holds the return code from read() when no data is present
1352 * on the non-blocking file descriptor. Be careful! If EOF_NONBLOCK is
1353 * not defined, then you can't distinguish between no data and EOF by
1354 * issuing a read(). You'll have to find another way to tell for sure!
1355 */
1356/* EOF_NONBLOCK:
1357 * This symbol, if defined, indicates to the C program that a read() on
1358 * a non-blocking file descriptor will return 0 on EOF, and not the value
1359 * held in RD_NODATA (-1 usually, in that case!).
1360 */
1361#define VAL_O_NONBLOCK $o_nonblock
1362#define VAL_EAGAIN $eagain
1363#define RD_NODATA $rd_nodata
1364#$d_eofnblk EOF_NONBLOCK
85e6fe83 1365
693762b4 1366/* PTRSIZE:
1367 * This symbol contains the size of a pointer, so that the C preprocessor
1368 * can make decisions based on it. It will be sizeof(void *) if
1369 * the compiler supports (void *); otherwise it will be
1370 * sizeof(char *).
1371 */
1372#define PTRSIZE $ptrsize /**/
1373
85ab1d1d 1374/* Drand01:
1375 * This macro is to be used to generate uniformly distributed
1376 * random numbers over the range [0., 1.[. You may have to supply
1377 * an 'extern double drand48();' in your program since SunOS 4.1.3
1378 * doesn't provide you with anything relevant in it's headers.
1379 * See HAS_DRAND48_PROTO.
1380 */
1381/* Rand_seed_t:
1382 * This symbol defines the type of the argument of the
1383 * random seed function.
1384 */
1385/* seedDrand01:
1386 * This symbol defines the macro to be used in seeding the
1387 * random number generator (see Drand01).
1388 */
dfe9444c 1389/* RANDBITS:
85ab1d1d 1390 * This symbol indicates how many bits are produced by the
1391 * function used to generate normalized random numbers.
1392 * Values include 15, 16, 31, and 48.
dfe9444c 1393 */
85ab1d1d 1394#define Drand01() $drand01 /**/
1395#define Rand_seed_t $randseedtype /**/
1396#define seedDrand01(x) $seedfunc((Rand_seed_t)x) /**/
1397#define RANDBITS $randbits /**/
dfe9444c 1398
1399/* SSize_t:
1400 * This symbol holds the type used by functions that return
1401 * a count of bytes or an error condition. It must be a signed type.
1402 * It is usually ssize_t, but may be long or int, etc.
1403 * It may be necessary to include <sys/types.h> or <unistd.h>
1404 * to get any typedef'ed information.
1405 * We will pick a type such that sizeof(SSize_t) == sizeof(Size_t).
1406 */
1407#define SSize_t $ssizetype /* signed count of bytes */
1408
5ff3f7a4 1409/* EBCDIC:
1410 * This symbol, if defined, indicates that this system uses
1411 * EBCDIC encoding.
1412 */
1413#$ebcdic EBCDIC /**/
1414
dd4e71fd 1415/* ARCHLIB:
1416 * This variable, if defined, holds the name of the directory in
1417 * which the user wants to put architecture-dependent public
1418 * library files for $package. It is most often a local directory
1419 * such as /usr/local/lib. Programs using this variable must be
1420 * prepared to deal with filename expansion. If ARCHLIB is the
1421 * same as PRIVLIB, it is not defined, since presumably the
1422 * program already searches PRIVLIB.
1423 */
1424/* ARCHLIB_EXP:
1425 * This symbol contains the ~name expanded version of ARCHLIB, to be used
1426 * in programs that are not prepared to deal with ~ expansion at run-time.
1427 */
1428#$d_archlib ARCHLIB "$archlib" /**/
1429#$d_archlib ARCHLIB_EXP "$archlibexp" /**/
1430
1431/* BIN:
1432 * This symbol holds the path of the bin directory where the package will
1433 * be installed. Program must be prepared to deal with ~name substitution.
1434 */
1435/* BIN_EXP:
1436 * This symbol is the filename expanded version of the BIN symbol, for
1437 * programs that do not want to deal with that at run-time.
1438 */
1439#define BIN "$bin" /**/
1440#define BIN_EXP "$binexp" /**/
1441
1442/* INSTALL_USR_BIN_PERL:
1443 * This symbol, if defined, indicates that Perl is to be installed
1444 * also as /usr/bin/perl.
1445 */
1446#$installusrbinperl INSTALL_USR_BIN_PERL /**/
1447
1448/* PRIVLIB:
1449 * This symbol contains the name of the private library for this package.
1450 * The library is private in the sense that it needn't be in anyone's
1451 * execution path, but it should be accessible by the world. The program
1452 * should be prepared to do ~ expansion.
1453 */
1454/* PRIVLIB_EXP:
1455 * This symbol contains the ~name expanded version of PRIVLIB, to be used
1456 * in programs that are not prepared to deal with ~ expansion at run-time.
1457 */
1458#define PRIVLIB "$privlib" /**/
1459#define PRIVLIB_EXP "$privlibexp" /**/
1460
1461/* SITEARCH:
1462 * This symbol contains the name of the private library for this package.
1463 * The library is private in the sense that it needn't be in anyone's
1464 * execution path, but it should be accessible by the world. The program
1465 * should be prepared to do ~ expansion.
1466 * The standard distribution will put nothing in this directory.
f868067f 1467 * After perl has been installed, users may install their own local
1468 * architecture-dependent modules in this directory with
1469 * MakeMaker Makefile.PL
1470 * or equivalent. See INSTALL for details.
dd4e71fd 1471 */
1472/* SITEARCH_EXP:
1473 * This symbol contains the ~name expanded version of SITEARCH, to be used
1474 * in programs that are not prepared to deal with ~ expansion at run-time.
1475 */
1476#define SITEARCH "$sitearch" /**/
1477#define SITEARCH_EXP "$sitearchexp" /**/
1478
1479/* SITELIB:
1480 * This symbol contains the name of the private library for this package.
1481 * The library is private in the sense that it needn't be in anyone's
1482 * execution path, but it should be accessible by the world. The program
1483 * should be prepared to do ~ expansion.
1484 * The standard distribution will put nothing in this directory.
f868067f 1485 * After perl has been installed, users may install their own local
1486 * architecture-independent modules in this directory with
1487 * MakeMaker Makefile.PL
1488 * or equivalent. See INSTALL for details.
dd4e71fd 1489 */
1490/* SITELIB_EXP:
1491 * This symbol contains the ~name expanded version of SITELIB, to be used
1492 * in programs that are not prepared to deal with ~ expansion at run-time.
1493 */
1494#define SITELIB "$sitelib" /**/
1495#define SITELIB_EXP "$sitelibexp" /**/
1496
a3635516 1497/* PERL_VENDORLIB_EXP:
1498 * This symbol contains the ~name expanded version of VENDORLIB, to be used
1499 * in programs that are not prepared to deal with ~ expansion at run-time.
1500 */
1501#$d_vendorlib PERL_VENDORLIB_EXP "$vendorlibexp" /**/
1502
dfe9444c 1503/* OSNAME:
1504 * This symbol contains the name of the operating system, as determined
1505 * by Configure. You shouldn't rely on it too much; the specific
1506 * feature tests from Configure are generally more reliable.
1507 */
1508#define OSNAME "$osname" /**/
1509
dfe9444c 1510/* CAT2:
1511 * This macro catenates 2 tokens together.
1512 */
1513/* STRINGIFY:
1514 * This macro surrounds its token with double quotes.
1515 */
1516#if $cpp_stuff == 1
9cc6feab 1517#define CAT2(a,b)a/**/b
1518#define STRINGIFY(a)"a"
dfe9444c 1519 /* If you can get stringification with catify, tell me how! */
9cc6feab 1520#endif
1521#if $cpp_stuff == 42
1522#define CAT2(a,b)a ## b
1523#define StGiFy(a)# a
1524#define STRINGIFY(a)StGiFy(a)
1525#endif
1526#if $cpp_stuff != 1 && $cpp_stuff != 42
1527#include "Bletch: How does this C preprocessor catenate tokens?"
dfe9444c 1528#endif
1529
1cfa4ec7 1530/* CPPSTDIN:
1531 * This symbol contains the first part of the string which will invoke
1532 * the C preprocessor on the standard input and produce to standard
1533 * output. Typical value of "cc -E" or "/lib/cpp", but it can also
1534 * call a wrapper. See CPPRUN.
1535 */
1536/* CPPMINUS:
1537 * This symbol contains the second part of the string which will invoke
1538 * the C preprocessor on the standard input and produce to standard
1539 * output. This symbol will have the value "-" if CPPSTDIN needs a minus
1540 * to specify standard input, otherwise the value is "".
1541 */
921b2963 1542/* CPPRUN:
1543 * This symbol contains the string which will invoke a C preprocessor on
1544 * the standard input and produce to standard output. It needs to end
1545 * with CPPLAST, after all other preprocessor flags have been specified.
1546 * The main difference with CPPSTDIN is that this program will never be a
1547 * pointer to a shell wrapper, i.e. it will be empty if no preprocessor is
1548 * available directly to the user. Note that it may well be different from
1549 * the preprocessor used to compile the C program.
1550 */
48159a0c 1551/* CPPLAST:
1552 * This symbol is intended to be used along with CPPRUN in the same manner
1553 * symbol CPPMINUS is used with CPPSTDIN. It contains either "-" or "".
1554 */
1cfa4ec7 1555#define CPPSTDIN "$cppstdin"
1556#define CPPMINUS "$cppminus"
921b2963 1557#define CPPRUN "$cpprun"
48159a0c 1558#define CPPLAST "$cpplast"
1cfa4ec7 1559
5ff3f7a4 1560/* HAS_ACCESS:
1561 * This manifest constant lets the C program know that the access()
1562 * system call is available to check for accessibility using real UID/GID.
1563 * (always present on UNIX.)
1564 */
1565#$d_access HAS_ACCESS /**/
1566
921b2963 1567/* HAS_CSH:
1568 * This symbol, if defined, indicates that the C-shell exists.
1569 */
dfe9444c 1570/* CSH:
e5c9fcd0 1571 * This symbol, if defined, contains the full pathname of csh.
dfe9444c 1572 */
e5c9fcd0 1573#$d_csh HAS_CSH /**/
1574#ifdef HAS_CSH
1575#define CSH "$full_csh" /**/
1576#endif
1577
5ff3f7a4 1578/* HAS_ENDGRENT:
1579 * This symbol, if defined, indicates that the getgrent routine is
1580 * available for finalizing sequential access of the group database.
1581 */
1582#$d_endgrent HAS_ENDGRENT /**/
1583
e5c9fcd0 1584/* HAS_ENDHOSTENT:
1585 * This symbol, if defined, indicates that the endhostent() routine is
1586 * available to close whatever was being used for host queries.
1587 */
1588#$d_endhent HAS_ENDHOSTENT /**/
1589
1590/* HAS_ENDNETENT:
1591 * This symbol, if defined, indicates that the endnetent() routine is
1592 * available to close whatever was being used for network queries.
1593 */
1594#$d_endnent HAS_ENDNETENT /**/
1595
1596/* HAS_ENDPROTOENT:
1597 * This symbol, if defined, indicates that the endprotoent() routine is
1598 * available to close whatever was being used for protocol queries.
1599 */
1600#$d_endpent HAS_ENDPROTOENT /**/
1601
5ff3f7a4 1602/* HAS_ENDPWENT:
1603 * This symbol, if defined, indicates that the getgrent routine is
1604 * available for finalizing sequential access of the passwd database.
1605 */
1606#$d_endpwent HAS_ENDPWENT /**/
1607
e5c9fcd0 1608/* HAS_ENDSERVENT:
1609 * This symbol, if defined, indicates that the endservent() routine is
1610 * available to close whatever was being used for service queries.
1611 */
1612#$d_endsent HAS_ENDSERVENT /**/
dfe9444c 1613
5ff3f7a4 1614/* HAS_GETGRENT:
1615 * This symbol, if defined, indicates that the getgrent routine is
1616 * available for sequential access of the group database.
1617 */
1618#$d_getgrent HAS_GETGRENT /**/
1619
693762b4 1620/* HAS_GETHOSTBYADDR:
1621 * This symbol, if defined, indicates that the gethostbyaddr() routine is
1622 * available to look up hosts by their IP addresses.
1623 */
1624#$d_gethbyaddr HAS_GETHOSTBYADDR /**/
1625
1626/* HAS_GETHOSTBYNAME:
1627 * This symbol, if defined, indicates that the gethostbyname() routine is
1628 * available to look up host names in some data base or other.
1629 */
1630#$d_gethbyname HAS_GETHOSTBYNAME /**/
1631
1632/* HAS_GETHOSTENT:
1633 * This symbol, if defined, indicates that the gethostent() routine is
1634 * available to look up host names in some data base or another.
1635 */
1636#$d_gethent HAS_GETHOSTENT /**/
1637
a12fb911 1638/* HAS_GETHOSTNAME:
1639 * This symbol, if defined, indicates that the C program may use the
1640 * gethostname() routine to derive the host name. See also HAS_UNAME
1641 * and PHOSTNAME.
1642 */
1643/* HAS_UNAME:
1644 * This symbol, if defined, indicates that the C program may use the
1645 * uname() routine to derive the host name. See also HAS_GETHOSTNAME
1646 * and PHOSTNAME.
1647 */
1648/* PHOSTNAME:
c4747d3e 1649 * This symbol, if defined, indicates the command to feed to the
1650 * popen() routine to derive the host name. See also HAS_GETHOSTNAME
1651 * and HAS_UNAME. Note that the command uses a fully qualified path,
1652 * so that it is safe even if used by a process with super-user
1653 * privileges.
a12fb911 1654 */
48159a0c 1655/* HAS_PHOSTNAME:
1656 * This symbol, if defined, indicates that the C program may use the
1657 * contents of PHOSTNAME as a command to feed to the popen() routine
1658 * to derive the host name.
1659 */
a12fb911 1660#$d_gethname HAS_GETHOSTNAME /**/
1661#$d_uname HAS_UNAME /**/
c4747d3e 1662#$d_phostname HAS_PHOSTNAME
1663#ifdef HAS_PHOSTNAME
1664#define PHOSTNAME "$aphostname" /* How to get the host name */
a12fb911 1665#endif
1666
693762b4 1667/* HAS_GETNETBYADDR:
1668 * This symbol, if defined, indicates that the getnetbyaddr() routine is
1669 * available to look up networks by their IP addresses.
1670 */
1671#$d_getnbyaddr HAS_GETNETBYADDR /**/
1672
1673/* HAS_GETNETBYNAME:
1674 * This symbol, if defined, indicates that the getnetbyname() routine is
1675 * available to look up networks by their names.
1676 */
1677#$d_getnbyname HAS_GETNETBYNAME /**/
1678
e5c9fcd0 1679/* HAS_GETNETENT:
1680 * This symbol, if defined, indicates that the getnetent() routine is
1681 * available to look up network names in some data base or another.
1682 */
1683#$d_getnent HAS_GETNETENT /**/
1684
1685/* HAS_GETPROTOENT:
1686 * This symbol, if defined, indicates that the getprotoent() routine is
1687 * available to look up protocols in some data base or another.
1688 */
1689#$d_getpent HAS_GETPROTOENT /**/
1690
693762b4 1691/* HAS_GETPROTOBYNAME:
1692 * This symbol, if defined, indicates that the getprotobyname()
1693 * routine is available to look up protocols by their name.
1694 */
1695/* HAS_GETPROTOBYNUMBER:
1696 * This symbol, if defined, indicates that the getprotobynumber()
1697 * routine is available to look up protocols by their number.
1698 */
1699#$d_getpbyname HAS_GETPROTOBYNAME /**/
1700#$d_getpbynumber HAS_GETPROTOBYNUMBER /**/
1701
5ff3f7a4 1702/* HAS_GETPWENT:
1703 * This symbol, if defined, indicates that the getpwent routine is
1704 * available for sequential access of the passwd database.
1705 * If this is not available, the older getpw() function may be available.
1706 */
1707#$d_getpwent HAS_GETPWENT /**/
1708
e5c9fcd0 1709/* HAS_GETSERVENT:
1710 * This symbol, if defined, indicates that the getservent() routine is
1711 * available to look up network services in some data base or another.
1712 */
1713#$d_getsent HAS_GETSERVENT /**/
1714
693762b4 1715/* HAS_GETSERVBYNAME:
1716 * This symbol, if defined, indicates that the getservbyname()
1717 * routine is available to look up services by their name.
1718 */
1719/* HAS_GETSERVBYPORT:
1720 * This symbol, if defined, indicates that the getservbyport()
1721 * routine is available to look up services by their port.
1722 */
1723#$d_getsbyname HAS_GETSERVBYNAME /**/
1724#$d_getsbyport HAS_GETSERVBYPORT /**/
1725
5ff3f7a4 1726/* HAS_HTONL:
1727 * This symbol, if defined, indicates that the htonl() routine (and
1728 * friends htons() ntohl() ntohs()) are available to do network
1729 * order byte swapping.
1730 */
1731/* HAS_HTONS:
1732 * This symbol, if defined, indicates that the htons() routine (and
1733 * friends htonl() ntohl() ntohs()) are available to do network
1734 * order byte swapping.
1735 */
1736/* HAS_NTOHL:
1737 * This symbol, if defined, indicates that the ntohl() routine (and
1738 * friends htonl() htons() ntohs()) are available to do network
1739 * order byte swapping.
1740 */
1741/* HAS_NTOHS:
1742 * This symbol, if defined, indicates that the ntohs() routine (and
1743 * friends htonl() htons() ntohl()) are available to do network
1744 * order byte swapping.
1745 */
1746#$d_htonl HAS_HTONL /**/
1747#$d_htonl HAS_HTONS /**/
1748#$d_htonl HAS_NTOHL /**/
1749#$d_htonl HAS_NTOHS /**/
1750
e5c9fcd0 1751/* HAS_LONG_DOUBLE:
1752 * This symbol will be defined if the C compiler supports long
1753 * doubles.
1754 */
1755/* LONG_DOUBLESIZE:
1756 * This symbol contains the size of a long double, so that the
1757 * C preprocessor can make decisions based on it. It is only
1758 * defined if the system supports long doubles.
1759 */
1760#$d_longdbl HAS_LONG_DOUBLE /**/
1761#ifdef HAS_LONG_DOUBLE
1762#define LONG_DOUBLESIZE $longdblsize /**/
1763#endif
1764
dc45a647 1765/* HAS_LONG_LONG:
5ff3f7a4 1766 * This symbol will be defined if the C compiler supports long long.
dc45a647 1767 */
1768/* LONGLONGSIZE:
1769 * This symbol contains the size of a long long, so that the
1770 * C preprocessor can make decisions based on it. It is only
1771 * defined if the system supports long long.
1772 */
1773#$d_longlong HAS_LONG_LONG /**/
1774#ifdef HAS_LONG_LONG
1775#define LONGLONGSIZE $longlongsize /**/
1776#endif
1777
0f27ced1 1778/* HAS_MEMCHR:
1779 * This symbol, if defined, indicates that the memchr routine is available
1780 * to locate characters within a C string.
1781 */
1782#$d_memchr HAS_MEMCHR /**/
1783
5ff3f7a4 1784/* HAS_MSG:
1785 * This symbol, if defined, indicates that the entire msg*(2) library is
1786 * supported (IPC mechanism based on message queues).
1787 */
1788#$d_msg HAS_MSG /**/
1789
1790/* HAS_SEM:
1791 * This symbol, if defined, indicates that the entire sem*(2) library is
1792 * supported.
1793 */
1794#$d_sem HAS_SEM /**/
1795
1796/* HAS_SETGRENT:
1797 * This symbol, if defined, indicates that the setgrent routine is
1798 * available for initializing sequential access of the group database.
1799 */
1800#$d_setgrent HAS_SETGRENT /**/
1801
dfe9444c 1802/* HAS_SETGROUPS:
1803 * This symbol, if defined, indicates that the setgroups() routine is
1804 * available to set the list of process groups. If unavailable, multiple
1805 * groups are probably not supported.
1806 */
1807#$d_setgrps HAS_SETGROUPS /**/
1808
693762b4 1809/* HAS_SETHOSTENT:
1810 * This symbol, if defined, indicates that the sethostent() routine is
1811 * available.
1812 */
1813#$d_sethent HAS_SETHOSTENT /**/
1814
e5c9fcd0 1815/* HAS_SETNETENT:
1816 * This symbol, if defined, indicates that the setnetent() routine is
1817 * available.
1818 */
1819#$d_setnent HAS_SETNETENT /**/
1820
1821/* HAS_SETPROTOENT:
1822 * This symbol, if defined, indicates that the setprotoent() routine is
1823 * available.
1824 */
1825#$d_setpent HAS_SETPROTOENT /**/
1826
5ff3f7a4 1827/* HAS_SETPWENT:
1828 * This symbol, if defined, indicates that the setpwent routine is
1829 * available for initializing sequential access of the passwd database.
1830 */
1831#$d_setpwent HAS_SETPWENT /**/
1832
e5c9fcd0 1833/* HAS_SETSERVENT:
1834 * This symbol, if defined, indicates that the setservent() routine is
1835 * available.
1836 */
1837#$d_setsent HAS_SETSERVENT /**/
1838
1839/* HAS_SETVBUF:
1840 * This symbol, if defined, indicates that the setvbuf routine is
1841 * available to change buffering on an open stdio stream.
1842 * to a line-buffered mode.
1843 */
1844#$d_setvbuf HAS_SETVBUF /**/
1845
5ff3f7a4 1846/* HAS_SHM:
1847 * This symbol, if defined, indicates that the entire shm*(2) library is
1848 * supported.
1849 */
1850#$d_shm HAS_SHM /**/
1851
dc45a647 1852/* HAS_SOCKET:
1853 * This symbol, if defined, indicates that the BSD socket interface is
1854 * supported.
1855 */
1856/* HAS_SOCKETPAIR:
1857 * This symbol, if defined, indicates that the BSD socketpair() call is
1858 * supported.
1859 */
de4597cb 1860/* HAS_MSG_CTRUNC:
1861 * This symbol, if defined, indicates that the MSG_CTRUNC is supported.
1862 * Checking just with #ifdef might not be enough because this symbol
1863 * has been known to be an enum.
1864 */
1865/* HAS_MSG_DONTROUTE:
1866 * This symbol, if defined, indicates that the MSG_DONTROUTE is supported.
1867 * Checking just with #ifdef might not be enough because this symbol
1868 * has been known to be an enum.
1869 */
1870/* HAS_MSG_OOB:
1871 * This symbol, if defined, indicates that the MSG_OOB is supported.
1872 * Checking just with #ifdef might not be enough because this symbol
1873 * has been known to be an enum.
1874 */
1875/* HAS_MSG_PEEK:
1876 * This symbol, if defined, indicates that the MSG_PEEK is supported.
1877 * Checking just with #ifdef might not be enough because this symbol
1878 * has been known to be an enum.
1879 */
1880/* HAS_MSG_PROXY:
1881 * This symbol, if defined, indicates that the MSG_PROXY is supported.
1882 * Checking just with #ifdef might not be enough because this symbol
1883 * has been known to be an enum.
1884 */
1885/* HAS_SCM_RIGHTS:
1886 * This symbol, if defined, indicates that the SCM_RIGHTS is supported.
1887 * Checking just with #ifdef might not be enough because this symbol
1888 * has been known to be an enum.
1889 */
de4597cb 1890#$d_socket HAS_SOCKET /**/
1891#$d_sockpair HAS_SOCKETPAIR /**/
1892#$d_msg_ctrunc HAS_MSG_CTRUNC /**/
1893#$d_msg_dontroute HAS_MSG_DONTROUTE /**/
1894#$d_msg_oob HAS_MSG_OOB /**/
1895#$d_msg_peek HAS_MSG_PEEK /**/
1896#$d_msg_proxy HAS_MSG_PROXY /**/
1897#$d_scm_rights HAS_SCM_RIGHTS /**/
dc45a647 1898
5ff3f7a4 1899/* USE_STAT_BLOCKS:
1900 * This symbol is defined if this system has a stat structure declaring
1901 * st_blksize and st_blocks.
1902 */
85ab1d1d 1903#$d_statblks USE_STAT_BLOCKS /**/
5ff3f7a4 1904
1905/* HAS_STRERROR:
1906 * This symbol, if defined, indicates that the strerror routine is
1907 * available to translate error numbers to strings. See the writeup
1908 * of Strerror() in this file before you try to define your own.
1909 */
1910/* HAS_SYS_ERRLIST:
1911 * This symbol, if defined, indicates that the sys_errlist array is
1912 * available to translate error numbers to strings. The extern int
1913 * sys_nerr gives the size of that table.
1914 */
1915/* Strerror:
1916 * This preprocessor symbol is defined as a macro if strerror() is
1917 * not available to translate error numbers to strings but sys_errlist[]
1918 * array is there.
1919 */
1920#$d_strerror HAS_STRERROR /**/
1921#$d_syserrlst HAS_SYS_ERRLIST /**/
1922#define Strerror(e) $d_strerrm
1923
bd89102f 1924/* HAS_UNION_SEMUN:
1925 * This symbol, if defined, indicates that the union semun is
1926 * defined by including <sys/sem.h>. If not, the user code
1927 * probably needs to define it as:
1928 * union semun {
1929 * int val;
1930 * struct semid_ds *buf;
1931 * unsigned short *array;
1932 * }
1933 */
1934/* USE_SEMCTL_SEMUN:
1935 * This symbol, if defined, indicates that union semun is
1936 * used for semctl IPC_STAT.
1937 */
1938/* USE_SEMCTL_SEMID_DS:
1939 * This symbol, if defined, indicates that struct semid_ds * is
1940 * used for semctl IPC_STAT.
1941 */
1942#$d_union_semun HAS_UNION_SEMUN /**/
1943#$d_semctl_semun USE_SEMCTL_SEMUN /**/
1944#$d_semctl_semid_ds USE_SEMCTL_SEMID_DS /**/
1945
f10488a3 1946/* HAS_VFORK:
1947 * This symbol, if defined, indicates that vfork() exists.
1948 */
1949#$d_vfork HAS_VFORK /**/
1950
dfe9444c 1951/* Signal_t:
1952 * This symbol's value is either "void" or "int", corresponding to the
1953 * appropriate return type of a signal handler. Thus, you can declare
1954 * a signal handler using "Signal_t (*handler)()", and define the
1955 * handler using "Signal_t handler(sig)".
e876cf0b 1956 */
dfe9444c 1957#define Signal_t $signal_t /* Signal handler's return type */
1958
1959/* Groups_t:
1960 * This symbol holds the type used for the second argument to
1961 * getgroups() and setgropus(). Usually, this is the same as
1962 * gidtype (gid_t) , but sometimes it isn't.
1963 * It can be int, ushort, uid_t, etc...
1964 * It may be necessary to include <sys/types.h> to get any
1965 * typedef'ed information. This is only required if you have
1966 * getgroups() or setgropus()..
4633a7c4 1967 */
dfe9444c 1968#if defined(HAS_GETGROUPS) || defined(HAS_SETGROUPS)
1969#define Groups_t $groupstype /* Type for 2nd arg to [sg]etgroups() */
1970#endif
1971
5ff3f7a4 1972/* I_GRP:
1973 * This symbol, if defined, indicates to the C program that it should
1974 * include <grp.h>.
1975 */
1976/* GRPASSWD:
1977 * This symbol, if defined, indicates to the C program that struct group
1978 * in <grp.h> contains gr_passwd.
1979 */
1980#$i_grp I_GRP /**/
1981#$d_grpasswd GRPASSWD /**/
1982
dfe9444c 1983/* I_NETDB:
1984 * This symbol, if defined, indicates that <netdb.h> exists and
1985 * should be included.
1986 */
1987#$i_netdb I_NETDB /**/
4633a7c4 1988
c4f23d77 1989/* I_PWD:
1990 * This symbol, if defined, indicates to the C program that it should
1991 * include <pwd.h>.
1992 */
1993/* PWQUOTA:
1994 * This symbol, if defined, indicates to the C program that struct passwd
1995 * contains pw_quota.
1996 */
1997/* PWAGE:
1998 * This symbol, if defined, indicates to the C program that struct passwd
1999 * contains pw_age.
2000 */
2001/* PWCHANGE:
2002 * This symbol, if defined, indicates to the C program that struct passwd
2003 * contains pw_change.
2004 */
2005/* PWCLASS:
2006 * This symbol, if defined, indicates to the C program that struct passwd
2007 * contains pw_class.
2008 */
2009/* PWEXPIRE:
2010 * This symbol, if defined, indicates to the C program that struct passwd
2011 * contains pw_expire.
2012 */
2013/* PWCOMMENT:
2014 * This symbol, if defined, indicates to the C program that struct passwd
2015 * contains pw_comment.
2016 */
2017/* PWGECOS:
2018 * This symbol, if defined, indicates to the C program that struct passwd
2019 * contains pw_gecos.
2020 */
28e8609d 2021/* PWPASSWD:
2022 * This symbol, if defined, indicates to the C program that struct passwd
2023 * contains pw_passwd.
2024 */
c4f23d77 2025#$i_pwd I_PWD /**/
2026#$d_pwquota PWQUOTA /**/
2027#$d_pwage PWAGE /**/
2028#$d_pwchange PWCHANGE /**/
2029#$d_pwclass PWCLASS /**/
2030#$d_pwexpire PWEXPIRE /**/
2031#$d_pwcomment PWCOMMENT /**/
2032#$d_pwgecos PWGECOS /**/
28e8609d 2033#$d_pwpasswd PWPASSWD /**/
c4f23d77 2034
de4597cb 2035/* I_SYSUIO:
2036 * This symbol, if defined, indicates that <sys/uio.h> exists and
2037 * should be included.
2038 */
2039#$i_sysuio I_SYSUIO /**/
2040
bfb7748a 2041/* Free_t:
2042 * This variable contains the return type of free(). It is usually
2043 * void, but occasionally int.
e876cf0b 2044 */
bfb7748a 2045/* Malloc_t:
2046 * This symbol is the type of pointer returned by malloc and realloc.
4633a7c4 2047 */
bfb7748a 2048#define Malloc_t $malloctype /**/
2049#define Free_t $freetype /**/
2050
2051/* MYMALLOC:
2052 * This symbol, if defined, indicates that we're using our own malloc.
2053 */
2054#$d_mymalloc MYMALLOC /**/
4633a7c4 2055
c4f23d77 2056/* SIG_NAME:
2057 * This symbol contains a list of signal names in order of
2058 * signal number. This is intended
2059 * to be used as a static array initialization, like this:
2060 * char *sig_name[] = { SIG_NAME };
2061 * The signals in the list are separated with commas, and each signal
2062 * is surrounded by double quotes. There is no leading SIG in the signal
2063 * name, i.e. SIGQUIT is known as "QUIT".
2064 * Gaps in the signal numbers (up to NSIG) are filled in with NUMnn,
2065 * etc., where nn is the actual signal number (e.g. NUM37).
2066 * The signal number for sig_name[i] is stored in sig_num[i].
2067 * The last element is 0 to terminate the list with a NULL. This
2068 * corresponds to the 0 at the end of the sig_num list.
2069 */
2070/* SIG_NUM:
2071 * This symbol contains a list of signal numbers, in the same order as the
2072 * SIG_NAME list. It is suitable for static array initialization, as in:
2073 * int sig_num[] = { SIG_NUM };
2074 * The signals in the list are separated with commas, and the indices
2075 * within that list and the SIG_NAME list match, so it's easy to compute
2076 * the signal name from a number or vice versa at the price of a small
2077 * dynamic linear lookup.
2078 * Duplicates are allowed, but are moved to the end of the list.
2079 * The signal number corresponding to sig_name[i] is sig_number[i].
2080 * if (i < NSIG) then sig_number[i] == i.
2081 * The last element is 0, corresponding to the 0 at the end of
2082 * the sig_name list.
2083 */
2084#define SIG_NAME $sig_name_init /**/
824a2ba3 2085#define SIG_NUM $sig_num_init /**/
c4f23d77 2086
bfb7748a 2087/* VOIDFLAGS:
2088 * This symbol indicates how much support of the void type is given by this
2089 * compiler. What various bits mean:
2090 *
2091 * 1 = supports declaration of void
2092 * 2 = supports arrays of pointers to functions returning void
2093 * 4 = supports comparisons between pointers to void functions and
2094 * addresses of void functions
2095 * 8 = suports declaration of generic void pointers
2096 *
2097 * The package designer should define VOIDUSED to indicate the requirements
2098 * of the package. This can be done either by #defining VOIDUSED before
2099 * including config.h, or by defining defvoidused in Myinit.U. If the
2100 * latter approach is taken, only those flags will be tested. If the
2101 * level of void support necessary is not present, defines void to int.
16d20bd9 2102 */
bfb7748a 2103#ifndef VOIDUSED
2104#define VOIDUSED $defvoidused
2105#endif
2106#define VOIDFLAGS $voidflags
2107#if (VOIDFLAGS & VOIDUSED) != VOIDUSED
2108#define void int /* is void to be avoided? */
2109#define M_VOID /* Xenix strikes again */
2110#endif
16d20bd9 2111
cf2093f6 2112/* HAS_ATOLF:
2113 * This symbol, if defined, indicates that the atolf routine is
2114 * available to convert strings into long doubles.
2115 */
2116#$d_atolf HAS_ATOLF /**/
2117
2118/* HAS_ATOLL:
2119 * This symbol, if defined, indicates that the atoll routine is
2120 * available to convert strings into long longs.
2121 */
2122#$d_atoll HAS_ATOLL /**/
2123
d71b2b6b 2124/* PERL_BINCOMPAT_5005:
2125 * This symbol, if defined, indicates that Perl 5.006 should be
2126 * binary-compatible with Perl 5.005. This is impossible for builds
2127 * that use features like threads and multiplicity it is always $undef
2128 * for those versions.
2129 */
2130#$d_bincompat5005 PERL_BINCOMPAT_5005 /**/
2131
dfe9444c 2132/* DLSYM_NEEDS_UNDERSCORE:
2133 * This symbol, if defined, indicates that we need to prepend an
2134 * underscore to the symbol name before calling dlsym(). This only
2135 * makes sense if you *have* dlsym, which we will presume is the
2136 * case if you're using dl_dlopen.xs.
2137 */
2138#$d_dlsymun DLSYM_NEEDS_UNDERSCORE /**/
2139
f1066039 2140/* HAS_ENDSPENT:
2141 * This symbol, if defined, indicates that the endspent system call is
2142 * available to finalize the scan of SysV shadow password entries.
2143 */
2144#$d_endspent HAS_ENDSPENT /**/
2145
ad27e871 2146/* HAS_STRUCT_FS_DATA:
2147 * This symbol, if defined, indicates that the struct fs_data
2148 * to do statfs() is supported.
2149 */
2150#$d_fs_data_s HAS_STRUCT_FS_DATA /**/
2151
5ff3f7a4 2152/* HAS_FSEEKO:
2153 * This symbol, if defined, indicates that the fseeko routine is
2154 * available to fseek beyond 32 bits (useful for ILP32 hosts).
2155 */
2156#$d_fseeko HAS_FSEEKO /**/
2157
0545a864 2158/* HAS_FSTATFS:
2159 * This symbol, if defined, indicates that the fstatfs routine is
2160 * available to stat filesystems by file descriptors.
2161 */
2162#$d_fstatfs HAS_FSTATFS /**/
5ff3f7a4 2163/* HAS_FTELLO:
2164 * This symbol, if defined, indicates that the ftello routine is
5f9d9a17 2165 * available to ftell beyond 32 bits (useful for ILP32 hosts).
5ff3f7a4 2166 */
2167#$d_ftello HAS_FTELLO /**/
2168
ad27e871 2169/* HAS_GETMNT:
2170 * This symbol, if defined, indicates that the getmnt routine is
2171 * available to get filesystem mount info by filename.
2172 */
2173#$d_getmnt HAS_GETMNT /**/
2174
732c9516 2175/* HAS_GETMNTENT:
2176 * This symbol, if defined, indicates that the getmntent routine is
0617aed7 2177 * available to iterate through mounted file systems to get their info.
732c9516 2178 */
2179#$d_getmntent HAS_GETMNTENT /**/
2180
f1066039 2181/* HAS_GETSPENT:
2182 * This symbol, if defined, indicates that the getspent system call is
2183 * available to retrieve SysV shadow password entries sequentially.
2184 */
2185#$d_getspent HAS_GETSPENT /**/
2186
2187/* HAS_GETSPNAM:
2188 * This symbol, if defined, indicates that the getspnam system call is
2189 * available to retrieve SysV shadow password entries by name.
2190 */
2191#$d_getspnam HAS_GETSPNAM /**/
2192
732c9516 2193/* HAS_HASMNTOPT:
2194 * This symbol, if defined, indicates that the hasmntopt routine is
2195 * available to query the mount options of file systems.
2196 */
2197#$d_hasmntopt HAS_HASMNTOPT /**/
2198
2d4389e4 2199/* HAS_LDBL_DIG:
2200 * This symbol, if defined, indicates that this system's <float.h>
2201 * or <limits.h> defines the symbol LDBL_DIG, which is the number
2202 * of significant digits in a long double precision number. Unlike
2203 * for DBL_DIG, there's no good guess for LDBL_DIG if it is undefined.
2204 */
2205#$d_ldbl_dig HAS_LDBL_DIG /* */
2206
f1066039 2207/* HAS_SETSPENT:
2208 * This symbol, if defined, indicates that the setspent system call is
2209 * available to initialize the scan of SysV shadow password entries.
2210 */
2211#$d_setspent HAS_SETSPENT /**/
2212
dfe9444c 2213/* USE_SFIO:
2214 * This symbol, if defined, indicates that sfio should
2215 * be used.
2216 */
2217#$d_sfio USE_SFIO /**/
2218
68d4903c 2219/* HAS_SQRTL:
2220 * This symbol, if defined, indicates that the sqrtl routine is
2221 * available to do long double square roots.
2222 */
2223#$d_sqrtl HAS_SQRTL /**/
2224
0545a864 2225/* HAS_STRUCT_STATFS_F_FLAGS:
104d25b7 2226 * This symbol, if defined, indicates that the struct statfs
2227 * does have the f_flags member containing the mount flags of
0545a864 2228 * the filesystem containing the file.
0617aed7 2229 * This kind of struct statfs is coming from <sys/mount.h> (BSD 4.3),
2230 * not from <sys/statfs.h> (SYSV). Older BSDs (like Ultrix) do not
ad27e871 2231 * have statfs() and struct statfs, they have ustat() and getmnt()
2232 * with struct ustat and struct fs_data.
104d25b7 2233 */
0545a864 2234#$d_statfs_f_flags HAS_STRUCT_STATFS_F_FLAGS /**/
104d25b7 2235
ad27e871 2236/* HAS_STRUCT_STATFS:
2237 * This symbol, if defined, indicates that the struct statfs
2238 * to do statfs() is supported.
2239 */
2240#$d_statfs_s HAS_STRUCT_STATFS /**/
2241
104d25b7 2242/* HAS_FSTATVFS:
2243 * This symbol, if defined, indicates that the fstatvfs routine is
0617aed7 2244 * available to stat filesystems by file descriptors.
104d25b7 2245 */
2246#$d_fstatvfs HAS_FSTATVFS /**/
2247
cb86ce0e 2248/* HAS_TELLDIR_PROTO:
2249 * This symbol, if defined, indicates that the system provides
2250 * a prototype for the telldir() function. Otherwise, it is up
2251 * to the program to supply one. A good guess is
b0ca4213 2252 * extern long telldir _((DIR*));
cb86ce0e 2253 */
2254#$d_telldirproto HAS_TELLDIR_PROTO /**/
2255
0545a864 2256/* HAS_USTAT:
2257 * This symbol, if defined, indicates that the ustat system call is
2258 * available to query file system statistics by dev_t.
2259 */
2260#$d_ustat HAS_USTAT /**/
2261
dfe9444c 2262/* USE_DYNAMIC_LOADING:
2263 * This symbol, if defined, indicates that dynamic loading of
2264 * some sort is available.
2265 */
2266#$usedl USE_DYNAMIC_LOADING /**/
2267
66fe083f 2268/* FFLUSH_NULL:
2269 * This symbol, if defined, tells that fflush(NULL) does flush
2270 * all pending stdio output.
2271 */
767df6a1 2272/* FFLUSH_ALL:
2273 * This symbol, if defined, tells that to flush
2274 * all pending stdio output one must loop through all
a71cd7cd 2275 * the stdio file handles stored in an array and fflush them.
a32a45b6 2276 * Note that if fflushNULL is defined, fflushall will not
2277 * even be probed for and will be left undefined.
767df6a1 2278 */
2279#$fflushNULL FFLUSH_NULL /**/
2280#$fflushall FFLUSH_ALL /**/
66fe083f 2281
dfe9444c 2282/* DB_Prefix_t:
2283 * This symbol contains the type of the prefix structure element
2284 * in the <db.h> header file. In older versions of DB, it was
2285 * int, while in newer ones it is u_int32_t.
2286 */
2287/* DB_Hash_t:
2288 * This symbol contains the type of the prefix structure element
2289 * in the <db.h> header file. In older versions of DB, it was
2290 * int, while in newer ones it is size_t.
2291 */
2292#define DB_Hash_t $db_hashtype /**/
2293#define DB_Prefix_t $db_prefixtype /**/
2294
5ff3f7a4 2295/* I_INTTYPES:
2296 * This symbol, if defined, indicates to the C program that it should
2297 * include <inttypes.h>.
2298 */
2299/* HAS_INT64_T:
2300 * This symbol will defined if the C compiler supports int64_t.
2301 * Usually the <inttypes.h> needs to be included, but sometimes
2302 * <sys/types.h> is enough.
2303 */
2304#$i_inttypes I_INTTYPES /**/
2305#$d_int64t HAS_INT64_T /**/
2306
e7fb4fcc 2307/* I_MNTENT:
2308 * This symbol, if defined, indicates that <mntent.h> exists and
2309 * should be included.
2310 */
2311#$i_mntent I_MNTENT /**/
2312
9cc6feab 2313/* I_NETINET_TCP:
2314 * This symbol, if defined, indicates to the C program that it should
2315 * include <netinet/tcp.h>.
2316 */
2317#$i_netinettcp I_NETINET_TCP /**/
2318
5b34fd99 2319/* I_POLL:
2320 * This symbol, if defined, indicates that <poll.h> exists and
2321 * should be included.
2322 */
2323#$i_poll I_POLL /**/
2324
f1066039 2325/* I_SHADOW:
2326 * This symbol, if defined, indicates that <shadow.h> exists and
2327 * should be included.
2328 */
2329#$i_shadow I_SHADOW /**/
2330
86959918 2331/* I_SOCKS:
2332 * This symbol, if defined, indicates that <socks.h> exists and
2333 * should be included.
2334 */
2335#$i_socks I_SOCKS /**/
2336
104d25b7 2337/* I_SYS_MOUNT:
2338 * This symbol, if defined, indicates that <sys/mount.h> exists and
2339 * should be included.
2340 */
2341#$i_sysmount I_SYS_MOUNT /**/
2342
0545a864 2343/* I_SYS_STATFS:
2344 * This symbol, if defined, indicates that <sys/statfs.h> exists.
2345 */
2346#$i_sysstatfs I_SYS_STATFS /**/
2347
104d25b7 2348/* I_SYS_STATVFS:
2349 * This symbol, if defined, indicates that <sys/statvfs.h> exists and
2350 * should be included.
2351 */
2352#$i_sysstatvfs I_SYS_STATVFS /**/
2353
0545a864 2354/* I_SYS_VFS:
2355 * This symbol, if defined, indicates that <sys/vfs.h> exists and
2356 * should be included.
2357 */
2358#$i_sysvfs I_SYS_VFS /**/
2359
2360/* I_USTAT:
2361 * This symbol, if defined, indicates that <ustat.h> exists and
2362 * should be included.
2363 */
2364#$i_ustat I_USTAT /**/
2365
5ff3f7a4 2366/* HAS_OFF64_T:
2367 * This symbol will be defined if the C compiler supports off64_t.
2368 */
d9b3e12d 2369/* HAS_FPOS64_T:
2370 * This symbol will be defined if the C compiler supports fpos64_t.
2371 */
2372#$d_off64_t HAS_OFF64_T /**/
2373#$d_fpos64_t HAS_FPOS64_T /**/
5ff3f7a4 2374
cf2093f6 2375/* PERL_PRIfldbl:
2376 * This symbol, if defined, contains the string used by stdio to
2377 * format long doubles (format 'f') for output.
2378 */
2379/* PERL_PRIgldbl:
2380 * This symbol, if defined, contains the string used by stdio to
2381 * format long doubles (format 'g') for output.
2382 */
2383#$d_PRIfldbl PERL_PRIfldbl $sPRIfldbl /**/
2384#$d_PRIgldbl PERL_PRIgldbl $sPRIgldbl /**/
2385
2386/* PERL_PRId64:
2387 * This symbol, if defined, contains the string used by stdio to
2388 * format 64-bit decimal numbers (format 'd') for output.
2389 */
2390/* PERL_PRIu64:
2391 * This symbol, if defined, contains the string used by stdio to
2392 * format 64-bit unsigned decimal numbers (format 'u') for output.
2393 */
0f4b6630 2394/* PERL_PRIo64:
2395 * This symbol, if defined, contains the string used by stdio to
2396 * format 64-bit octal numbers (format 'o') for output.
2397 */
cf2093f6 2398/* PERL_PRIx64:
2399 * This symbol, if defined, contains the string used by stdio to
2400 * format 64-bit hexadecimal numbers (format 'x') for output.
2401 */
2402#$d_PRId64 PERL_PRId64 $sPRId64 /**/
2403#$d_PRIu64 PERL_PRIu64 $sPRIu64 /**/
0f4b6630 2404#$d_PRIo64 PERL_PRIo64 $sPRIo64 /**/
cf2093f6 2405#$d_PRIx64 PERL_PRIx64 $sPRIx64 /**/
2406
5ff3f7a4 2407/* SELECT_MIN_BITS:
2408 * This symbol holds the minimum number of bits operated by select.
2409 * That is, if you do select(n, ...), how many bits at least will be
2410 * cleared in the masks if some activity is detected. Usually this
2411 * is either n or 32*ceil(n/32), especially many little-endians do
2412 * the latter. This is only useful if you have select(), naturally.
2413 */
2414#define SELECT_MIN_BITS $selectminbits /**/
2415
568ef1f6 2416/* STARTPERL:
2417 * This variable contains the string to put in front of a perl
2418 * script to make sure (one hopes) that it runs with perl and not
2419 * some shell.
2420 */
2421#define STARTPERL "$startperl" /**/
2422
ed39a0f2 2423/* HAS_STDIO_STREAM_ARRAY:
2424 * This symbol, if defined, tells that there is an array
2425 * holding the stdio streams.
2426 */
767df6a1 2427/* STDIO_STREAM_ARRAY:
ed39a0f2 2428 * This symbol tells the name of the array holding the stdio streams.
2429 * Usual values include _iob, __iob, and __sF.
767df6a1 2430 */
ed39a0f2 2431#$d_stdio_stream_array HAS_STDIO_STREAM_ARRAY /**/
767df6a1 2432#define STDIO_STREAM_ARRAY $stdio_stream_array
2433
cf2093f6 2434/* HAS_STRTOULL:
2435 * This symbol, if defined, indicates that the strtoull routine is
2436 * available to convert strings into unsigned long longs.
2437 */
2438#$d_strtoull HAS_STRTOULL /**/
2439
5ff3f7a4 2440/* USE_64_BITS:
85ab1d1d 2441 * This symbol, if defined, indicates that 64-bit interfaces should
2442 * be used when available. If not defined, the native default interfaces
5ff3f7a4 2443 * will be used (be they 32 or 64 bits).
2444 */
2445#$use64bits USE_64_BITS /**/
2446
09458382 2447/* USE_LARGE_FILES:
2448 * This symbol, if defined, indicates that large file support
2449 * should be used when available. The USE_64_BITS symbol will
1baac590 2450 * also be turned on if necessary.
09458382 2451 */
249b38c6 2452#$uselargefiles USE_LARGE_FILES /**/
09458382 2453
b0ce926a 2454/* USE_LONG_DOUBLE:
2455 * This symbol, if defined, indicates that long doubles should
2456 * be used when available.
2457 */
2458#$uselongdouble USE_LONG_DOUBLE /**/
2459
104d25b7 2460/* MULTIPLICITY:
2461 * This symbol, if defined, indicates that Perl should
2462 * be built to use multiplicity.
2463 */
2464#$usemultiplicity MULTIPLICITY /**/
2465
e876cf0b 2466/* USE_PERLIO:
2467 * This symbol, if defined, indicates that the PerlIO abstraction should
2468 * be used throughout. If not defined, stdio should be
2469 * used in a fully backward compatible manner.
2470 */
2471#$useperlio USE_PERLIO /**/
2472
29209bc5 2473/* USE_SOCKS:
2474 * This symbol, if defined, indicates that Perl should
2475 * be built to use socks.
2476 */
2477#$usesocks USE_SOCKS /**/
2478
75347591 2479/* PERL_XS_APIVERSION:
2480 * This variable contains the version of the oldest perl binary
2481 * compatible with the present perl. perl.c:incpush() and
2482 * lib/lib.pm will automatically search in $sitearch for older
2483 * directories across major versions back to xs_apiversion.
2484 * This is only useful if you have a perl library directory tree
2485 * structured like the default one.
2486 * See INSTALL for how this works.
2487 * The versioned site_perl directory was introduced in 5.005,
2488 * so that is the lowest possible value.
2489 * Since this can depend on compile time options (such as
2490 * bincompat) it is set by Configure. Other non-default sources
2491 * of potential incompatibility, such as multiplicity, threads,
2492 * debugging, 64bits, sfio, etc., are not checked for currently,
2493 * though in principle we could go snooping around in old
2494 * Config.pm files.
2495 */
2496/* PERL_PM_APIVERSION:
2497 * This variable contains the version of the oldest perl
2498 * compatible with the present perl. (That is, pure perl modules
2499 * written for pm_apiversion will still work for the current
2500 * version). perl.c:incpush() and lib/lib.pm will automatically
2501 * search in $sitelib for older directories across major versions
2502 * back to pm_apiversion. This is only useful if you have a perl
2503 * library directory tree structured like the default one. The
2504 * versioned site_perl library was introduced in 5.005, so that's
2505 * the default setting for this variable. It's hard to imagine
2506 * it changing before Perl6. It is included here for symmetry
2507 * with xs_apiveprsion -- the searching algorithms will
2508 * (presumably) be similar.
2509 * See the INSTALL file for how this works.
2510 */
2511#define PERL_XS_APIVERSION $xs_apiversion /* Change to string for tuples?*/
2512#define PERL_PM_APIVERSION $pm_apiversion /* Change to string for tuples?*/
2513
85ab1d1d 2514/* HAS_DRAND48_PROTO:
2515 * This symbol, if defined, indicates that the system provides
2516 * a prototype for the drand48() function. Otherwise, it is up
2517 * to the program to supply one. A good guess is
b0ca4213 2518 * extern double drand48 _((void));
85ab1d1d 2519 */
2520#$d_drand48proto HAS_DRAND48_PROTO /**/
2521
dc45a647 2522/* HAS_GETHOST_PROTOS:
2523 * This symbol, if defined, indicates that <netdb.h> includes
2524 * prototypes for gethostent(), gethostbyname(), and
2525 * gethostbyaddr(). Otherwise, it is up to the program to guess
2526 * them. See netdbtype.U for probing for various Netdb_xxx_t types.
2527 */
2528#$d_gethostprotos HAS_GETHOST_PROTOS /**/
2529
2530/* HAS_GETNET_PROTOS:
2531 * This symbol, if defined, indicates that <netdb.h> includes
2532 * prototypes for getnetent(), getnetbyname(), and
2533 * getnetbyaddr(). Otherwise, it is up to the program to guess
2534 * them. See netdbtype.U for probing for various Netdb_xxx_t types.
2535 */
2536#$d_getnetprotos HAS_GETNET_PROTOS /**/
2537
2538/* HAS_GETPROTO_PROTOS:
2539 * This symbol, if defined, indicates that <netdb.h> includes
2540 * prototypes for getprotoent(), getprotobyname(), and
2541 * getprotobyaddr(). Otherwise, it is up to the program to guess
2542 * them. See netdbtype.U for probing for various Netdb_xxx_t types.
2543 */
2544#$d_getprotoprotos HAS_GETPROTO_PROTOS /**/
2545
2546/* HAS_GETSERV_PROTOS:
2547 * This symbol, if defined, indicates that <netdb.h> includes
2548 * prototypes for getservent(), getservbyname(), and
2549 * getservbyaddr(). Otherwise, it is up to the program to guess
2550 * them. See netdbtype.U for probing for various Netdb_xxx_t types.
2551 */
2552#$d_getservprotos HAS_GETSERV_PROTOS /**/
2553
dfe9444c 2554/* Netdb_host_t:
2555 * This symbol holds the type used for the 1st argument
2556 * to gethostbyaddr().
8e07c86e 2557 */
dfe9444c 2558/* Netdb_hlen_t:
2559 * This symbol holds the type used for the 2nd argument
2560 * to gethostbyaddr().
2561 */
2562/* Netdb_name_t:
2563 * This symbol holds the type used for the argument to
2564 * gethostbyname().
2565 */
2566/* Netdb_net_t:
2567 * This symbol holds the type used for the 1st argument to
2568 * getnetbyaddr().
2569 */
2570#define Netdb_host_t $netdb_host_type /**/
2571#define Netdb_hlen_t $netdb_hlen_type /**/
2572#define Netdb_name_t $netdb_name_type /**/
2573#define Netdb_net_t $netdb_net_type /**/
2574
2575/* Select_fd_set_t:
2576 * This symbol holds the type used for the 2nd, 3rd, and 4th
2577 * arguments to select. Usually, this is 'fd_set *', if HAS_FD_SET
2578 * is defined, and 'int *' otherwise. This is only useful if you
2579 * have select(), of course.
2580 */
2581#define Select_fd_set_t $selecttype /**/
2582
2583/* ARCHNAME:
2584 * This symbol holds a string representing the architecture name.
2585 * It may be used to construct an architecture-dependant pathname
2586 * where library files may be held under a private library, for
2587 * instance.
2588 */
2589#define ARCHNAME "$archname" /**/
2590
ef4af2be 2591/* OLD_PTHREAD_CREATE_JOINABLE:
13666627 2592 * This symbol, if defined, indicates how to create pthread
ef4af2be 2593 * in joinable (aka undetached) state. NOTE: not defined
2594 * if pthread.h already has defined PTHREAD_CREATE_JOINABLE
2595 * (the new version of the constant).
104d25b7 2596 * If defined, known values are PTHREAD_CREATE_UNDETACHED
13666627 2597 * and __UNDETACHED.
2598 */
ef4af2be 2599#$d_old_pthread_create_joinable OLD_PTHREAD_CREATE_JOINABLE $old_pthread_create_joinable /**/
13666627 2600
31dfa2f6 2601/* HAS_PTHREAD_YIELD:
2602 * This symbol, if defined, indicates that the pthread_yield
2603 * routine is available to yield the execution of the current
2604 * thread. sched_yield is preferable to pthread_yield.
2605 */
1cfa4ec7 2606/* SCHED_YIELD:
2607 * This symbol defines the way to yield the execution of
2608 * the current thread. Known ways are sched_yield,
2609 * pthread_yield, and pthread_yield with NULL.
c4f23d77 2610 */
31dfa2f6 2611/* HAS_SCHED_YIELD:
2612 * This symbol, if defined, indicates that the sched_yield
2613 * routine is available to yield the execution of the current
2614 * thread. sched_yield is preferable to pthread_yield.
2615 */
2616#$d_pthread_yield HAS_PTHREAD_YIELD /**/
1cfa4ec7 2617#define SCHED_YIELD $sched_yield /**/
31dfa2f6 2618#$d_sched_yield HAS_SCHED_YIELD /**/
dfe9444c 2619
7f3d1cf1 2620/* I_MACH_CTHREADS:
2621 * This symbol, if defined, indicates to the C program that it should
2622 * include <mach/cthreads.h>.
2623 */
2624#$i_machcthr I_MACH_CTHREADS /**/
2625
c107d834 2626/* I_PTHREAD:
2627 * This symbol, if defined, indicates to the C program that it should
2628 * include <pthread.h>.
2629 */
2630#$i_pthread I_PTHREAD /**/
2631
dfe9444c 2632/* USE_THREADS:
2633 * This symbol, if defined, indicates that Perl should
2634 * be built to use threads.
2635 */
693762b4 2636/* OLD_PTHREADS_API:
2637 * This symbol, if defined, indicates that Perl should
2638 * be built to use the old draft POSIX threads API.
2639 */
dfe9444c 2640#$usethreads USE_THREADS /**/
693762b4 2641#$d_oldpthreads OLD_PTHREADS_API /**/
8e07c86e 2642
dc45a647 2643/* Time_t:
2644 * This symbol holds the type returned by time(). It can be long,
2645 * or time_t on BSD sites (in which case <sys/types.h> should be
2646 * included).
2647 */
2648#define Time_t $timetype /* Time type */
2649
2650/* HAS_TIMES:
2651 * This symbol, if defined, indicates that the times() routine exists.
2652 * Note that this became obsolete on some systems (SUNOS), which now
2653 * use getrusage(). It may be necessary to include <sys/times.h>.
2654 */
2655#$d_times HAS_TIMES /**/
2656
2657/* Fpos_t:
2658 * This symbol holds the type used to declare file positions in libc.
2659 * It can be fpos_t, long, uint, etc... It may be necessary to include
2660 * <sys/types.h> to get any typedef'ed information.
2661 */
2662#define Fpos_t $fpostype /* File position type */
2663
785fb66b 2664/* Gid_t_SIGN:
2665 * This symbol holds the signedess of a Gid_t.
2666 * 1 for unsigned, -1 for signed.
2667 */
2668#define Gid_t_SIGN $gidsign /* GID sign */
2669
2670/* Gid_t_SIZE:
2671 * This symbol holds the size of a Gid_t in bytes.
2672 */
2673#define Gid_t_SIZE $gidsize /* GID size */
2674
dc45a647 2675/* Gid_t:
2676 * This symbol holds the return type of getgid() and the type of
2677 * argument to setrgid() and related functions. Typically,
2678 * it is the type of group ids in the kernel. It can be int, ushort,
2679 * uid_t, etc... It may be necessary to include <sys/types.h> to get
2680 * any typedef'ed information.
2681 */
2682#define Gid_t $gidtype /* Type for getgid(), etc... */
2683
2684/* Off_t:
2685 * This symbol holds the type used to declare offsets in the kernel.
2686 * It can be int, long, off_t, etc... It may be necessary to include
2687 * <sys/types.h> to get any typedef'ed information.
2688 */
aa5812c3 2689/* LSEEKSIZE:
2690 * This symbol holds the number of bytes used by the Off_t.
2691 */
dc45a647 2692#define Off_t $lseektype /* <offset> type */
aa5812c3 2693#define LSEEKSIZE $lseeksize /* <offset> size */
dc45a647 2694
2695/* Mode_t:
2696 * This symbol holds the type used to declare file modes
2697 * for systems calls. It is usually mode_t, but may be
2698 * int or unsigned short. It may be necessary to include <sys/types.h>
2699 * to get any typedef'ed information.
2700 */
2701#define Mode_t $modetype /* file mode parameter for system calls */
2702
2703/* Pid_t:
2704 * This symbol holds the type used to declare process ids in the kernel.
2705 * It can be int, uint, pid_t, etc... It may be necessary to include
2706 * <sys/types.h> to get any typedef'ed information.
2707 */
2708#define Pid_t $pidtype /* PID type */
2709
2710/* Size_t:
2711 * This symbol holds the type used to declare length parameters
2712 * for string functions. It is usually size_t, but may be
2713 * unsigned long, int, etc. It may be necessary to include
2714 * <sys/types.h> to get any typedef'ed information.
2715 */
2716#define Size_t $sizetype /* length paramater for string functions */
2717
57def98f 2718/* Uid_t_SIGN:
2719 * This symbol holds the signedess of a Uid_t.
2720 * 1 for unsigned, -1 for signed.
2721 */
2722#define Uid_t_SIGN $uidsign /* UID sign */
2723
785fb66b 2724/* Uid_t_SIZE:
2725 * This symbol holds the size of a Uid_t in bytes.
2726 */
2727#define Uid_t_SIZE $uidsize /* UID size */
2728
dc45a647 2729/* Uid_t:
2730 * This symbol holds the type used to declare user ids in the kernel.
2731 * It can be int, ushort, uid_t, etc... It may be necessary to include
2732 * <sys/types.h> to get any typedef'ed information.
2733 */
2734#define Uid_t $uidtype /* UID type */
2735
fe14fcc3 2736#endif
8d063cd8 2737!GROK!THIS!