don't longjmp() in pp_goto() (regressive bug from old single-stack
[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
2304df62 47/* BIN:
48 * This symbol holds the path of the bin directory where the package will
49 * be installed. Program must be prepared to deal with ~name substitution.
a687059c 50 */
2ae324a7 51/* BIN_EXP:
52 * This symbol is the filename expanded version of the BIN symbol, for
53 * programs that do not want to deal with that at run-time.
54 */
2304df62 55#define BIN "$bin" /**/
2ae324a7 56#define BIN_EXP "$binexp" /**/
a687059c 57
2304df62 58/* CPPSTDIN:
36ce8bec 59 * This symbol contains the first part of the string which will invoke
60 * the C preprocessor on the standard input and produce to standard
2304df62 61 * output. Typical value of "cc -E" or "/lib/cpp", but it can also
62 * call a wrapper. See CPPRUN.
36ce8bec 63 */
2304df62 64/* CPPMINUS:
36ce8bec 65 * This symbol contains the second part of the string which will invoke
66 * the C preprocessor on the standard input and produce to standard
378cc40b 67 * output. This symbol will have the value "-" if CPPSTDIN needs a minus
36ce8bec 68 * to specify standard input, otherwise the value is "".
69 */
378cc40b 70#define CPPSTDIN "$cppstdin"
36ce8bec 71#define CPPMINUS "$cppminus"
72
a0d0e21e 73/* HAS_ALARM:
74 * This symbol, if defined, indicates that the alarm routine is
75 * available.
76 */
77#$d_alarm HAS_ALARM /**/
78
ecfc5424 79/* HASATTRIBUTE:
80 * This symbol indicates the C compiler can check for function attributes,
81 * such as printf formats. This is normally only supported by GNU cc.
82 */
83#$d_attribut HASATTRIBUTE /**/
84#ifndef HASATTRIBUTE
85#define __attribute__(_arg_)
86#endif
87
2304df62 88/* HAS_BCMP:
89 * This symbol is defined if the bcmp() routine is available to
90 * compare blocks of memory.
a687059c 91 */
2304df62 92#$d_bcmp HAS_BCMP /**/
a687059c 93
2304df62 94/* HAS_BCOPY:
95 * This symbol is defined if the bcopy() routine is available to
96 * copy blocks of memory.
c51b80d1 97 */
2304df62 98#$d_bcopy HAS_BCOPY /**/
c51b80d1 99
2304df62 100/* HAS_BZERO:
101 * This symbol is defined if the bzero() routine is available to
102 * set a memory block to 0.
0d3e774c 103 */
2304df62 104#$d_bzero HAS_BZERO /**/
0d3e774c 105
a0d0e21e 106/* HAS_CHOWN:
107 * This symbol, if defined, indicates that the chown routine is
108 * available.
109 */
110#$d_chown HAS_CHOWN /**/
111
112/* HAS_CHROOT:
113 * This symbol, if defined, indicates that the chroot routine is
114 * available.
115 */
116#$d_chroot HAS_CHROOT /**/
117
2304df62 118/* HAS_CHSIZE:
87250799 119 * This symbol, if defined, indicates that the chsize routine is available
120 * to truncate files. You might need a -lx to get this routine.
121 */
fe14fcc3 122#$d_chsize HAS_CHSIZE /**/
87250799 123
2304df62 124/* HASCONST:
125 * This symbol, if defined, indicates that this C compiler knows about
126 * the const type. There is no need to actually test for that symbol
127 * within your programs. The mere use of the "const" keyword will
128 * trigger the necessary tests.
129 */
130#$d_const HASCONST /**/
131#ifndef HASCONST
132#define const
133#endif
134
135/* HAS_CRYPT:
2e1b3b7e 136 * This symbol, if defined, indicates that the crypt routine is available
137 * to encrypt passwords and the like.
138 */
2304df62 139#$d_crypt HAS_CRYPT /**/
2e1b3b7e 140
a0d0e21e 141/* HAS_CUSERID:
142 * This symbol, if defined, indicates that the cuserid routine is
143 * available to get character login names.
13281fa4 144 */
a0d0e21e 145#$d_cuserid HAS_CUSERID /**/
146
147/* HAS_DBL_DIG:
148 * This symbol, if defined, indicates that this system's <float.h>
149 * or <limits.h> defines the symbol DBL_DIG, which is the number
150 * of significant digits in a double precision number. If this
151 * symbol is not defined, a guess of 15 is usually pretty good.
152 */
153#$d_dbl_dig HAS_DBL_DIG /* */
154
155/* HAS_DIFFTIME:
156 * This symbol, if defined, indicates that the difftime routine is
157 * available.
158 */
159#$d_difftime HAS_DIFFTIME /**/
13281fa4 160
ecfc5424 161/* HAS_DLERROR:
162 * This symbol, if defined, indicates that the dlerror routine is
163 * available to return a string describing the last error that
164 * occurred from a call to dlopen(), dlclose() or dlsym().
165 */
166#$d_dlerror HAS_DLERROR /**/
167
dfe9444c 168/* SETUID_SCRIPTS_ARE_SECURE_NOW:
169 * This symbol, if defined, indicates that the bug that prevents
170 * setuid scripts from being secure is not present in this kernel.
171 */
172/* DOSUID:
173 * This symbol, if defined, indicates that the C program should
174 * check the script that it is executing for setuid/setgid bits, and
175 * attempt to emulate setuid/setgid on systems that have disabled
176 * setuid #! scripts because the kernel can't do it securely.
177 * It is up to the package designer to make sure that this emulation
178 * is done securely. Among other things, it should do an fstat on
179 * the script it just opened to make sure it really is a setuid/setgid
180 * script, it should make sure the arguments passed correspond exactly
181 * to the argument on the #! line, and it should not trust any
182 * subprocesses to which it must pass the filename rather than the
183 * file descriptor of the script to be executed.
184 */
185#$d_suidsafe SETUID_SCRIPTS_ARE_SECURE_NOW /**/
186#$d_dosuid DOSUID /**/
187
2304df62 188/* HAS_DUP2:
189 * This symbol, if defined, indicates that the dup2 routine is
190 * available to duplicate file descriptors.
a687059c 191 */
2304df62 192#$d_dup2 HAS_DUP2 /**/
a687059c 193
2304df62 194/* HAS_FCHMOD:
378cc40b 195 * This symbol, if defined, indicates that the fchmod routine is available
196 * to change mode of opened files. If unavailable, use chmod().
197 */
2304df62 198#$d_fchmod HAS_FCHMOD /**/
378cc40b 199
2304df62 200/* HAS_FCHOWN:
378cc40b 201 * This symbol, if defined, indicates that the fchown routine is available
202 * to change ownership of opened files. If unavailable, use chown().
203 */
2304df62 204#$d_fchown HAS_FCHOWN /**/
378cc40b 205
2304df62 206/* HAS_FCNTL:
fe14fcc3 207 * This symbol, if defined, indicates to the C program that
208 * the fcntl() function exists.
a687059c 209 */
2304df62 210#$d_fcntl HAS_FCNTL /**/
a687059c 211
a0d0e21e 212/* HAS_FGETPOS:
213 * This symbol, if defined, indicates that the fgetpos routine is
214 * available to get the file position indicator, similar to ftell().
215 */
216#$d_fgetpos HAS_FGETPOS /**/
217
2304df62 218/* FLEXFILENAMES:
7e1cf235 219 * This symbol, if defined, indicates that the system supports filenames
220 * longer than 14 characters.
221 */
222#$d_flexfnam FLEXFILENAMES /**/
223
2304df62 224/* HAS_FLOCK:
225 * This symbol, if defined, indicates that the flock routine is
a687059c 226 * available to do file locking.
227 */
2304df62 228#$d_flock HAS_FLOCK /**/
a687059c 229
a0d0e21e 230/* HAS_FORK:
231 * This symbol, if defined, indicates that the fork routine is
232 * available.
233 */
234#$d_fork HAS_FORK /**/
235
236/* HAS_FSETPOS:
237 * This symbol, if defined, indicates that the fsetpos routine is
238 * available to set the file position indicator, similar to fseek().
239 */
240#$d_fsetpos HAS_FSETPOS /**/
241
5f05dabc 242/* HAS_GETTIMEOFDAY:
243 * This symbol, if defined, indicates that the gettimeofday() system
244 * call is available for a sub-second accuracy clock. Usually, the file
245 * <sys/resource.h> needs to be included (see I_SYS_RESOURCE).
246 * The type "Timeval" should be used to refer to "struct timeval".
247 */
248#$d_gettimeod HAS_GETTIMEOFDAY /**/
249#ifdef HAS_GETTIMEOFDAY
250#define Timeval struct timeval /* Structure used by gettimeofday() */
251#endif
252
2304df62 253/* HAS_GETGROUPS:
378cc40b 254 * This symbol, if defined, indicates that the getgroups() routine is
255 * available to get the list of process groups. If unavailable, multiple
256 * groups are probably not supported.
257 */
2304df62 258#$d_getgrps HAS_GETGROUPS /**/
378cc40b 259
2304df62 260/* HAS_UNAME:
261 * This symbol, if defined, indicates that the C program may use the
262 * uname() routine to derive the host name. See also HAS_GETHOSTNAME
263 * and PHOSTNAME.
264 */
265#$d_uname HAS_UNAME /**/
a687059c 266
a0d0e21e 267/* HAS_GETLOGIN:
268 * This symbol, if defined, indicates that the getlogin routine is
269 * available to get the login name.
270 */
271#$d_getlogin HAS_GETLOGIN /**/
272
dfe9444c 273/* HAS_GETPGID:
274 * This symbol, if defined, indicates to the C program that
275 * the getpgid(pid) function is available to get the
276 * process group id.
277 */
278#$d_getpgid HAS_GETPGID /**/
279
280/* HAS_GETPGRP:
281 * This symbol, if defined, indicates that the getpgrp routine is
282 * available to get the current process group.
283 */
284/* USE_BSD_GETPGRP:
285 * This symbol, if defined, indicates that getpgrp needs one
286 * arguments whereas USG one needs none.
287 */
288#$d_getpgrp HAS_GETPGRP /**/
289#$d_bsdgetpgrp USE_BSD_GETPGRP /**/
290
2304df62 291/* HAS_GETPGRP2:
d8f2e4cc 292 * This symbol, if defined, indicates that the getpgrp2() (as in DG/UX)
293 * routine is available to get the current process group.
294 */
2304df62 295#$d_getpgrp2 HAS_GETPGRP2 /**/
d8f2e4cc 296
a0d0e21e 297/* HAS_GETPPID:
298 * This symbol, if defined, indicates that the getppid routine is
299 * available to get the parent process ID.
300 */
301#$d_getppid HAS_GETPPID /**/
302
2304df62 303/* HAS_GETPRIORITY:
304 * This symbol, if defined, indicates that the getpriority routine is
a687059c 305 * available to get a process's priority.
306 */
2304df62 307#$d_getprior HAS_GETPRIORITY /**/
a687059c 308
dfe9444c 309/* HAS_INET_ATON:
310 * This symbol, if defined, indicates to the C program that the
311 * inet_aton() function is available to parse IP address "dotted-quad"
312 * strings.
ecfc5424 313 */
dfe9444c 314#$d_inetaton HAS_INET_ATON /**/
ecfc5424 315
2304df62 316/* HAS_KILLPG:
378cc40b 317 * This symbol, if defined, indicates that the killpg routine is available
318 * to kill process groups. If unavailable, you probably should use kill
319 * with a negative process number.
320 */
2304df62 321#$d_killpg HAS_KILLPG /**/
378cc40b 322
2304df62 323/* HAS_LINK:
324 * This symbol, if defined, indicates that the link routine is
325 * available to create hard links.
0d3e774c 326 */
2304df62 327#$d_link HAS_LINK /**/
0d3e774c 328
ecfc5424 329/* HAS_LOCALECONV:
330 * This symbol, if defined, indicates that the localeconv routine is
331 * available for numeric and monetary formatting conventions.
332 */
333#$d_locconv HAS_LOCALECONV /**/
334
a0d0e21e 335/* HAS_LOCKF:
336 * This symbol, if defined, indicates that the lockf routine is
337 * available to do file locking.
338 */
339#$d_lockf HAS_LOCKF /**/
340
2304df62 341/* HAS_LSTAT:
342 * This symbol, if defined, indicates that the lstat routine is
343 * available to do file stats on symbolic links.
a687059c 344 */
2304df62 345#$d_lstat HAS_LSTAT /**/
a687059c 346
a0d0e21e 347/* HAS_MBLEN:
348 * This symbol, if defined, indicates that the mblen routine is available
349 * to find the number of bytes in a multibye character.
350 */
351#$d_mblen HAS_MBLEN /**/
352
353/* HAS_MBSTOWCS:
354 * This symbol, if defined, indicates that the mbstowcs routine is
355 * available to covert a multibyte string into a wide character string.
356 */
357#$d_mbstowcs HAS_MBSTOWCS /**/
358
359/* HAS_MBTOWC:
360 * This symbol, if defined, indicates that the mbtowc routine is available
361 * to covert a multibyte to a wide character.
362 */
363#$d_mbtowc HAS_MBTOWC /**/
364
2304df62 365/* HAS_MEMCMP:
366 * This symbol, if defined, indicates that the memcmp routine is available
367 * to compare blocks of memory.
378cc40b 368 */
2304df62 369#$d_memcmp HAS_MEMCMP /**/
370
371/* HAS_MEMCPY:
9f971974 372 * This symbol, if defined, indicates that the memcpy routine is available
2304df62 373 * to copy blocks of memory.
9f971974 374 */
2304df62 375#$d_memcpy HAS_MEMCPY /**/
9f971974 376
2304df62 377/* HAS_MEMMOVE:
9f971974 378 * This symbol, if defined, indicates that the memmove routine is available
2304df62 379 * to copy potentially overlapping blocks of memory. This should be used
380 * only when HAS_SAFE_BCOPY is not defined. If neither is there, roll your
381 * own version.
9f971974 382 */
2304df62 383#$d_memmove HAS_MEMMOVE /**/
9f971974 384
2304df62 385/* HAS_MEMSET:
9f971974 386 * This symbol, if defined, indicates that the memset routine is available
2304df62 387 * to set blocks of memory.
9f971974 388 */
2304df62 389#$d_memset HAS_MEMSET /**/
378cc40b 390
2304df62 391/* HAS_MKDIR:
a687059c 392 * This symbol, if defined, indicates that the mkdir routine is available
393 * to create directories. Otherwise you should fork off a new process to
394 * exec /bin/mkdir.
395 */
2304df62 396#$d_mkdir HAS_MKDIR /**/
fe14fcc3 397
ecfc5424 398/* HAS_MKFIFO:
399 * This symbol, if defined, indicates that the mkfifo routine is
400 * available to create FIFOs. Otherwise, mknod should be able to
401 * do it for you. However, if mkfifo is there, mknod might require
402 * super-user privileges which mkfifo will not.
403 */
404#$d_mkfifo HAS_MKFIFO /**/
405
a0d0e21e 406/* HAS_MKTIME:
407 * This symbol, if defined, indicates that the mktime routine is
408 * available.
409 */
410#$d_mktime HAS_MKTIME /**/
411
a0d0e21e 412/* HAS_NICE:
413 * This symbol, if defined, indicates that the nice routine is
414 * available.
fe14fcc3 415 */
a0d0e21e 416#$d_nice HAS_NICE /**/
a687059c 417
ecfc5424 418/* HAS_PATHCONF:
419 * This symbol, if defined, indicates that pathconf() is available
420 * to determine file-system related limits and options associated
421 * with a given filename.
422 */
423/* HAS_FPATHCONF:
424 * This symbol, if defined, indicates that pathconf() is available
425 * to determine file-system related limits and options associated
426 * with a given open file descriptor.
427 */
428#$d_pathconf HAS_PATHCONF /**/
429#$d_fpathconf HAS_FPATHCONF /**/
430
a0d0e21e 431/* HAS_PAUSE:
432 * This symbol, if defined, indicates that the pause routine is
433 * available to suspend a process until a signal is received.
a687059c 434 */
a0d0e21e 435#$d_pause HAS_PAUSE /**/
a687059c 436
a0d0e21e 437/* HAS_PIPE:
438 * This symbol, if defined, indicates that the pipe routine is
439 * available to create an inter-process channel.
fe14fcc3 440 */
a0d0e21e 441#$d_pipe HAS_PIPE /**/
442
8e07c86e 443/* HAS_POLL:
444 * This symbol, if defined, indicates that the poll routine is
dfe9444c 445 * available to poll active file descriptors. You may safely
446 * include <poll.h> when this symbol is defined.
8e07c86e 447 */
448#$d_poll HAS_POLL /**/
449
a0d0e21e 450/* HAS_READDIR:
451 * This symbol, if defined, indicates that the readdir routine is
452 * available to read directory entries. You may have to include
453 * <dirent.h>. See I_DIRENT.
454 */
455#$d_readdir HAS_READDIR /**/
456
457/* HAS_SEEKDIR:
458 * This symbol, if defined, indicates that the seekdir routine is
459 * available. You may have to include <dirent.h>. See I_DIRENT.
460 */
461#$d_seekdir HAS_SEEKDIR /**/
462
463/* HAS_TELLDIR:
464 * This symbol, if defined, indicates that the telldir routine is
465 * available. You may have to include <dirent.h>. See I_DIRENT.
466 */
467#$d_telldir HAS_TELLDIR /**/
468
469/* HAS_REWINDDIR:
470 * This symbol, if defined, indicates that the rewinddir routine is
471 * available. You may have to include <dirent.h>. See I_DIRENT.
472 */
473#$d_rewinddir HAS_REWINDDIR /**/
474
475/* HAS_READLINK:
476 * This symbol, if defined, indicates that the readlink routine is
477 * available to read the value of a symbolic link.
478 */
479#$d_readlink HAS_READLINK /**/
fe14fcc3 480
2304df62 481/* HAS_RENAME:
378cc40b 482 * This symbol, if defined, indicates that the rename routine is available
483 * to rename files. Otherwise you should do the unlink(), link(), unlink()
484 * trick.
485 */
2304df62 486#$d_rename HAS_RENAME /**/
378cc40b 487
2304df62 488/* HAS_RMDIR:
489 * This symbol, if defined, indicates that the rmdir routine is
490 * available to remove directories. Otherwise you should fork off a
491 * new process to exec /bin/rmdir.
9f971974 492 */
2304df62 493#$d_rmdir HAS_RMDIR /**/
9f971974 494
2304df62 495/* HAS_SELECT:
496 * This symbol, if defined, indicates that the select routine is
497 * available to select active file descriptors. If the timeout field
498 * is used, <sys/time.h> may need to be included.
fe14fcc3 499 */
2304df62 500#$d_select HAS_SELECT /**/
a687059c 501
2304df62 502/* HAS_SETEGID:
378cc40b 503 * This symbol, if defined, indicates that the setegid routine is available
504 * to change the effective gid of the current program.
505 */
2304df62 506#$d_setegid HAS_SETEGID /**/
378cc40b 507
2304df62 508/* HAS_SETEUID:
378cc40b 509 * This symbol, if defined, indicates that the seteuid routine is available
510 * to change the effective uid of the current program.
511 */
2304df62 512#$d_seteuid HAS_SETEUID /**/
513
a0d0e21e 514/* HAS_SETLINEBUF:
515 * This symbol, if defined, indicates that the setlinebuf routine is
516 * available to change stderr or stdout from block-buffered or unbuffered
517 * to a line-buffered mode.
518 */
519#$d_setlinebuf HAS_SETLINEBUF /**/
520
521/* HAS_SETLOCALE:
522 * This symbol, if defined, indicates that the setlocale routine is
523 * available to handle locale-specific ctype implementations.
524 */
525#$d_setlocale HAS_SETLOCALE /**/
526
dfe9444c 527/* HAS_SETPGID:
528 * This symbol, if defined, indicates that the setpgid(pid, gpid)
529 * routine is available to set process group ID.
530 */
531#$d_setpgid HAS_SETPGID /**/
532
533/* HAS_SETPGRP:
534 * This symbol, if defined, indicates that the setpgrp routine is
535 * available to set the current process group.
536 */
537/* USE_BSD_SETPGRP:
538 * This symbol, if defined, indicates that setpgrp needs two
539 * arguments whereas USG one needs none. See also HAS_SETPGID
540 * for a POSIX interface.
541 */
542#$d_setpgrp HAS_SETPGRP /**/
543#$d_bsdsetpgrp USE_BSD_SETPGRP /**/
544
2304df62 545/* HAS_SETPGRP2:
d8f2e4cc 546 * This symbol, if defined, indicates that the setpgrp2() (as in DG/UX)
547 * routine is available to set the current process group.
548 */
2304df62 549#$d_setpgrp2 HAS_SETPGRP2 /**/
d8f2e4cc 550
2304df62 551/* HAS_SETPRIORITY:
552 * This symbol, if defined, indicates that the setpriority routine is
a687059c 553 * available to set a process's priority.
554 */
2304df62 555#$d_setprior HAS_SETPRIORITY /**/
a687059c 556
2304df62 557/* HAS_SETREGID:
a687059c 558 * This symbol, if defined, indicates that the setregid routine is
2304df62 559 * available to change the real and effective gid of the current
560 * process.
a687059c 561 */
2304df62 562/* HAS_SETRESGID:
a687059c 563 * This symbol, if defined, indicates that the setresgid routine is
564 * available to change the real, effective and saved gid of the current
2304df62 565 * process.
a687059c 566 */
2304df62 567#$d_setregid HAS_SETREGID /**/
568#$d_setresgid HAS_SETRESGID /**/
a687059c 569
2304df62 570/* HAS_SETREUID:
a687059c 571 * This symbol, if defined, indicates that the setreuid routine is
2304df62 572 * available to change the real and effective uid of the current
573 * process.
a687059c 574 */
2304df62 575/* HAS_SETRESUID:
a687059c 576 * This symbol, if defined, indicates that the setresuid routine is
577 * available to change the real, effective and saved uid of the current
2304df62 578 * process.
a687059c 579 */
2304df62 580#$d_setreuid HAS_SETREUID /**/
581#$d_setresuid HAS_SETRESUID /**/
a687059c 582
2304df62 583/* HAS_SETRGID:
378cc40b 584 * This symbol, if defined, indicates that the setrgid routine is available
585 * to change the real gid of the current program.
586 */
2304df62 587#$d_setrgid HAS_SETRGID /**/
378cc40b 588
2304df62 589/* HAS_SETRUID:
378cc40b 590 * This symbol, if defined, indicates that the setruid routine is available
591 * to change the real uid of the current program.
592 */
2304df62 593#$d_setruid HAS_SETRUID /**/
594
595/* HAS_SETSID:
596 * This symbol, if defined, indicates that the setsid routine is
597 * available to set the process group ID.
598 */
599#$d_setsid HAS_SETSID /**/
fe14fcc3 600
a0d0e21e 601/* Shmat_t:
602 * This symbol holds the return type of the shmat() system call.
603 * Usually set to 'void *' or 'char *'.
fe14fcc3 604 */
a0d0e21e 605/* HAS_SHMAT_PROTOTYPE:
606 * This symbol, if defined, indicates that the sys/shm.h includes
607 * a prototype for shmat(). Otherwise, it is up to the program to
608 * guess one. Shmat_t shmat _((int, Shmat_t, int)) is a good guess,
609 * but not always right so it should be emitted by the program only
610 * when HAS_SHMAT_PROTOTYPE is not defined to avoid conflicting defs.
fe14fcc3 611 */
a0d0e21e 612#define Shmat_t $shmattype /**/
613#$d_shmatprototype HAS_SHMAT_PROTOTYPE /**/
fe14fcc3 614
dfe9444c 615/* HAS_STRCHR:
616 * This symbol is defined to indicate that the strchr()/strrchr()
617 * functions are available for string searching. If not, try the
618 * index()/rindex() pair.
16d20bd9 619 */
dfe9444c 620/* HAS_INDEX:
621 * This symbol is defined to indicate that the index()/rindex()
622 * functions are available for string searching.
c2960299 623 */
dfe9444c 624#$d_strchr HAS_STRCHR /**/
625#$d_index HAS_INDEX /**/
626
627/* HAS_STRCOLL:
628 * This symbol, if defined, indicates that the strcoll routine is
629 * available to compare strings using collating information.
16d20bd9 630 */
dfe9444c 631#$d_strcoll HAS_STRCOLL /**/
632
633/* USE_STRUCT_COPY:
634 * This symbol, if defined, indicates that this C compiler knows how
635 * to copy structures. If undefined, you'll need to use a block copy
636 * routine of some sort instead.
c2960299 637 */
dfe9444c 638#$d_strctcpy USE_STRUCT_COPY /**/
8d063cd8 639
a89d8a78 640/* HAS_STRTOD:
641 * This symbol, if defined, indicates that the strtod routine is
5f05dabc 642 * available to provide better numeric string conversion than atof().
a89d8a78 643 */
644#$d_strtod HAS_STRTOD /**/
645
646/* HAS_STRTOL:
5f05dabc 647 * This symbol, if defined, indicates that the strtol routine is available
648 * to provide better numeric string conversion than atoi() and friends.
a89d8a78 649 */
650#$d_strtol HAS_STRTOL /**/
651
652/* HAS_STRTOUL:
653 * This symbol, if defined, indicates that the strtoul routine is
5f05dabc 654 * available to provide conversion of strings to unsigned long.
a89d8a78 655 */
656#$d_strtoul HAS_STRTOUL /**/
657
a0d0e21e 658/* HAS_STRXFRM:
659 * This symbol, if defined, indicates that the strxfrm() routine is
660 * available to transform strings.
661 */
662#$d_strxfrm HAS_STRXFRM /**/
663
2304df62 664/* HAS_SYMLINK:
2e1b3b7e 665 * This symbol, if defined, indicates that the symlink routine is available
666 * to create symbolic links.
667 */
2304df62 668#$d_symlink HAS_SYMLINK /**/
2e1b3b7e 669
2304df62 670/* HAS_SYSCALL:
671 * This symbol, if defined, indicates that the syscall routine is
672 * available to call arbitrary system calls. If undefined, that's tough.
a687059c 673 */
2304df62 674#$d_syscall HAS_SYSCALL /**/
e5d73d77 675
ecfc5424 676/* HAS_SYSCONF:
677 * This symbol, if defined, indicates that sysconf() is available
678 * to determine system related limits and options.
679 */
680#$d_sysconf HAS_SYSCONF /**/
681
2304df62 682/* HAS_SYSTEM:
683 * This symbol, if defined, indicates that the system routine is
684 * available to issue a shell command.
9f971974 685 */
2304df62 686#$d_system HAS_SYSTEM /**/
9f971974 687
a0d0e21e 688/* HAS_TCGETPGRP:
689 * This symbol, if defined, indicates that the tcgetpgrp routine is
690 * available to get foreground process group ID.
85e6fe83 691 */
a0d0e21e 692#$d_tcgetpgrp HAS_TCGETPGRP /**/
693
694/* HAS_TCSETPGRP:
695 * This symbol, if defined, indicates that the tcsetpgrp routine is
696 * available to set foreground process group ID.
697 */
698#$d_tcsetpgrp HAS_TCSETPGRP /**/
85e6fe83 699
2304df62 700/* HAS_TRUNCATE:
87250799 701 * This symbol, if defined, indicates that the truncate routine is
702 * available to truncate files.
703 */
2304df62 704#$d_truncate HAS_TRUNCATE /**/
87250799 705
a0d0e21e 706/* HAS_TZNAME:
707 * This symbol, if defined, indicates that the tzname[] array is
708 * available to access timezone names.
709 */
710#$d_tzname HAS_TZNAME /**/
711
712/* HAS_UMASK:
713 * This symbol, if defined, indicates that the umask routine is
714 * available to set and get the value of the file creation mask.
715 */
716#$d_umask HAS_UMASK /**/
717
718/* HAS_VFORK:
719 * This symbol, if defined, indicates that vfork() exists.
2304df62 720 */
a0d0e21e 721#$d_vfork HAS_VFORK /**/
2304df62 722
2304df62 723/* HASVOLATILE:
afd9f252 724 * This symbol, if defined, indicates that this C compiler knows about
725 * the volatile declaration.
726 */
727#$d_volatile HASVOLATILE /**/
2304df62 728#ifndef HASVOLATILE
729#define volatile
730#endif
afd9f252 731
2304df62 732/* HAS_WAIT4:
bf38876a 733 * This symbol, if defined, indicates that wait4() exists.
734 */
2304df62 735#$d_wait4 HAS_WAIT4 /**/
bf38876a 736
2304df62 737/* HAS_WAITPID:
738 * This symbol, if defined, indicates that the waitpid routine is
739 * available to wait for child process.
39c3038c 740 */
2304df62 741#$d_waitpid HAS_WAITPID /**/
39c3038c 742
a0d0e21e 743/* HAS_WCSTOMBS:
744 * This symbol, if defined, indicates that the wcstombs routine is
745 * available to convert wide character strings to multibyte strings.
746 */
747#$d_wcstombs HAS_WCSTOMBS /**/
748
749/* HAS_WCTOMB:
750 * This symbol, if defined, indicates that the wctomb routine is available
751 * to covert a wide character to a multibyte.
752 */
753#$d_wctomb HAS_WCTOMB /**/
754
28e8609d 755/* I_ARPA_INET:
5ff3f7a4 756 * This symbol, if defined, indicates to the C program that it should
757 * include <arpa/inet.h> to get inet_addr and friends declarations.
28e8609d 758 */
5ff3f7a4 759#$i_arpainet I_ARPA_INET /**/
28e8609d 760
dfe9444c 761/* I_DBM:
762 * This symbol, if defined, indicates that <dbm.h> exists and should
763 * be included.
232e078e 764 */
dfe9444c 765/* I_RPCSVC_DBM:
766 * This symbol, if defined, indicates that <rpcsvc/dbm.h> exists and
767 * should be included.
232e078e 768 */
dfe9444c 769#$i_dbm I_DBM /**/
770#$i_rpcsvcdbm I_RPCSVC_DBM /**/
232e078e 771
2304df62 772/* I_DIRENT:
773 * This symbol, if defined, indicates to the C program that it should
774 * include <dirent.h>. Using this symbol also triggers the definition
775 * of the Direntry_t define which ends up being 'struct dirent' or
776 * 'struct direct' depending on the availability of <dirent.h>.
1c3d792e 777 */
2304df62 778/* DIRNAMLEN:
779 * This symbol, if defined, indicates to the C program that the length
780 * of directory entry names is provided by a d_namlen field. Otherwise
781 * you need to do strlen() on the d_name field.
782 */
a0d0e21e 783/* Direntry_t:
784 * This symbol is set to 'struct direct' or 'struct dirent' depending on
785 * whether dirent is available or not. You should use this pseudo type to
786 * portably declare your directory entries.
787 */
2304df62 788#$i_dirent I_DIRENT /**/
789#$d_dirnamlen DIRNAMLEN /**/
a0d0e21e 790#define Direntry_t $direntrytype
791
792/* I_DLFCN:
793 * This symbol, if defined, indicates that <dlfcn.h> exists and should
794 * be included.
795 */
796#$i_dlfcn I_DLFCN /**/
1c3d792e 797
2304df62 798/* I_FCNTL:
fe14fcc3 799 * This manifest constant tells the C program to include <fcntl.h>.
a687059c 800 */
2304df62 801#$i_fcntl I_FCNTL /**/
a687059c 802
a0d0e21e 803/* I_FLOAT:
804 * This symbol, if defined, indicates to the C program that it should
805 * include <float.h> to get definition of symbols like DBL_MAX or
806 * DBL_MIN, i.e. machine dependent floating point values.
a687059c 807 */
a0d0e21e 808#$i_float I_FLOAT /**/
a687059c 809
a0d0e21e 810/* I_LIMITS:
811 * This symbol, if defined, indicates to the C program that it should
812 * include <limits.h> to get definition of symbols like WORD_BIT or
813 * LONG_MAX, i.e. machine dependant limitations.
814 */
815#$i_limits I_LIMITS /**/
816
dfe9444c 817/* I_LOCALE:
818 * This symbol, if defined, indicates to the C program that it should
819 * include <locale.h>.
820 */
821#$i_locale I_LOCALE /**/
822
a0d0e21e 823/* I_MATH:
824 * This symbol, if defined, indicates to the C program that it should
825 * include <math.h>.
826 */
827#$i_math I_MATH /**/
828
829/* I_MEMORY:
830 * This symbol, if defined, indicates to the C program that it should
831 * include <memory.h>.
832 */
833#$i_memory I_MEMORY /**/
834
232e078e 835/* I_NDBM:
16d20bd9 836 * This symbol, if defined, indicates that <ndbm.h> exists and should
232e078e 837 * be included.
838 */
839#$i_ndbm I_NDBM /**/
840
ecfc5424 841/* I_NET_ERRNO:
842 * This symbol, if defined, indicates that <net/errno.h> exists and
843 * should be included.
2304df62 844 */
ecfc5424 845#$i_neterrno I_NET_ERRNO /**/
2304df62 846
847/* I_NETINET_IN:
03a14243 848 * This symbol, if defined, indicates to the C program that it should
2304df62 849 * include <netinet/in.h>. Otherwise, you may try <sys/in.h>.
03a14243 850 */
2304df62 851#$i_niin I_NETINET_IN /**/
03a14243 852
dfe9444c 853/* I_SFIO:
854 * This symbol, if defined, indicates to the C program that it should
855 * include <sfio.h>.
856 */
857#$i_sfio I_SFIO /**/
858
2304df62 859/* I_STDDEF:
860 * This symbol, if defined, indicates that <stddef.h> exists and should
a687059c 861 * be included.
862 */
2304df62 863#$i_stddef I_STDDEF /**/
a687059c 864
a0d0e21e 865/* I_STDLIB:
866 * This symbol, if defined, indicates that <stdlib.h> exists and should
867 * be included.
868 */
869#$i_stdlib I_STDLIB /**/
870
871/* I_STRING:
85e6fe83 872 * This symbol, if defined, indicates to the C program that it should
873 * include <string.h> (USG systems) instead of <strings.h> (BSD systems).
874 */
875#$i_string I_STRING /**/
876
2304df62 877/* I_SYS_DIR:
878 * This symbol, if defined, indicates to the C program that it should
879 * include <sys/dir.h>.
d8f2e4cc 880 */
2304df62 881#$i_sysdir I_SYS_DIR /**/
882
883/* I_SYS_FILE:
884 * This symbol, if defined, indicates to the C program that it should
885 * include <sys/file.h> to get definition of R_OK and friends.
d8f2e4cc 886 */
2304df62 887#$i_sysfile I_SYS_FILE /**/
888
889/* I_SYS_IOCTL:
890 * This symbol, if defined, indicates that <sys/ioctl.h> exists and should
891 * be included. Otherwise, include <sgtty.h> or <termio.h>.
d8f2e4cc 892 */
2304df62 893#$i_sysioctl I_SYS_IOCTL /**/
894
895/* I_SYS_NDIR:
896 * This symbol, if defined, indicates to the C program that it should
897 * include <sys/ndir.h>.
898 */
899#$i_sysndir I_SYS_NDIR /**/
900
a0d0e21e 901/* I_SYS_PARAM:
902 * This symbol, if defined, indicates to the C program that it should
903 * include <sys/param.h>.
904 */
905#$i_sysparam I_SYS_PARAM /**/
906
e876cf0b 907/* I_SYS_RESOURCE:
908 * This symbol, if defined, indicates to the C program that it should
909 * include <sys/resource.h>.
910 */
911#$i_sysresrc I_SYS_RESOURCE /**/
912
2304df62 913/* I_SYS_SELECT:
914 * This symbol, if defined, indicates to the C program that it should
915 * include <sys/select.h> in order to get definition of struct timeval.
916 */
917#$i_sysselct I_SYS_SELECT /**/
918
dfe9444c 919/* I_SYS_STAT:
920 * This symbol, if defined, indicates to the C program that it should
921 * include <sys/stat.h>.
922 */
923#$i_sysstat I_SYS_STAT /**/
924
a0d0e21e 925/* I_SYS_TIMES:
926 * This symbol, if defined, indicates to the C program that it should
927 * include <sys/times.h>.
928 */
929#$i_systimes I_SYS_TIMES /**/
930
bd89102f 931/* I_SYS_TYPES:
932 * This symbol, if defined, indicates to the C program that it should
933 * include <sys/types.h>.
934 */
935#$i_systypes I_SYS_TYPES /**/
936
25f94b33 937/* I_SYS_UN:
938 * This symbol, if defined, indicates to the C program that it should
939 * include <sys/un.h> to get UNIX domain socket definitions.
940 */
941#$i_sysun I_SYS_UN /**/
942
e876cf0b 943/* I_SYS_WAIT:
944 * This symbol, if defined, indicates to the C program that it should
945 * include <sys/wait.h>.
946 */
947#$i_syswait I_SYS_WAIT /**/
948
a0d0e21e 949/* I_TERMIO:
950 * This symbol, if defined, indicates that the program should include
951 * <termio.h> rather than <sgtty.h>. There are also differences in
952 * the ioctl() calls that depend on the value of this symbol.
953 */
954/* I_TERMIOS:
955 * This symbol, if defined, indicates that the program should include
956 * the POSIX termios.h rather than sgtty.h or termio.h.
957 * There are also differences in the ioctl() calls that depend on the
958 * value of this symbol.
959 */
960/* I_SGTTY:
961 * This symbol, if defined, indicates that the program should include
962 * <sgtty.h> rather than <termio.h>. There are also differences in
963 * the ioctl() calls that depend on the value of this symbol.
964 */
965#$i_termio I_TERMIO /**/
966#$i_termios I_TERMIOS /**/
967#$i_sgtty I_SGTTY /**/
968
85e6fe83 969/* I_UNISTD:
970 * This symbol, if defined, indicates to the C program that it should
971 * include <unistd.h>.
972 */
973#$i_unistd I_UNISTD /**/
d8f2e4cc 974
2304df62 975/* I_UTIME:
d8f2e4cc 976 * This symbol, if defined, indicates to the C program that it should
2304df62 977 * include <utime.h>.
d8f2e4cc 978 */
2304df62 979#$i_utime I_UTIME /**/
d8f2e4cc 980
dfe9444c 981/* I_VALUES:
982 * This symbol, if defined, indicates to the C program that it should
983 * include <values.h> to get definition of symbols like MINFLOAT or
984 * MAXLONG, i.e. machine dependant limitations. Probably, you
985 * should use <limits.h> instead, if it is available.
986 */
987#$i_values I_VALUES /**/
988
e876cf0b 989/* I_STDARG:
990 * This symbol, if defined, indicates that <stdarg.h> exists and should
991 * be included.
992 */
993/* I_VARARGS:
994 * This symbol, if defined, indicates to the C program that it should
995 * include <varargs.h>.
996 */
997#$i_stdarg I_STDARG /**/
998#$i_varargs I_VARARGS /**/
999
a0d0e21e 1000/* I_VFORK:
1001 * This symbol, if defined, indicates to the C program that it should
1002 * include vfork.h.
1003 */
1004#$i_vfork I_VFORK /**/
a687059c 1005
a0d0e21e 1006/* CAN_PROTOTYPE:
1007 * If defined, this macro indicates that the C compiler can handle
1008 * function prototypes.
85e6fe83 1009 */
a0d0e21e 1010/* _:
1011 * This macro is used to declare function parameters for folks who want
1012 * to make declarations with prototypes using a different style than
1013 * the above macros. Use double parentheses. For example:
1014 *
1015 * int main _((int argc, char *argv[]));
1016 */
1017#$prototype CAN_PROTOTYPE /**/
1018#ifdef CAN_PROTOTYPE
1019#define _(args) args
1020#else
1021#define _(args) ()
1022#endif
85e6fe83 1023
dfe9444c 1024/* SH_PATH:
1025 * This symbol contains the full pathname to the shell used on this
1026 * on this system to execute Bourne shell scripts. Usually, this will be
1027 * /bin/sh, though it's possible that some systems will have /bin/ksh,
1028 * /bin/pdksh, /bin/ash, /bin/bash, or even something such as
1029 * D:/bin/sh.exe.
a0d0e21e 1030 */
dfe9444c 1031#define SH_PATH "$sh" /**/
a0d0e21e 1032
2304df62 1033/* STDCHAR:
1034 * This symbol is defined to be the type of char used in stdio.h.
1035 * It has the values "unsigned char" or "char".
fe14fcc3 1036 */
2304df62 1037#define STDCHAR $stdchar /**/
1038
5ff3f7a4 1039/* HAS_ACCESSX:
1040 * This symbol, if defined, indicates that the accessx routine is
1041 * available to do extended access checks.
1042 */
1043#$d_accessx HAS_ACCESSX /**/
1044
1045/* HAS_EACCESS:
1046 * This symbol, if defined, indicates that the eaccess routine is
1047 * available to do extended access checks.
1048 */
1049#$d_eaccess HAS_EACCESS /**/
1050
1051/* I_SYS_ACCESS:
1052 * This symbol, if defined, indicates to the C program that it should
85ab1d1d 1053 * include <sys/access.h>.
5ff3f7a4 1054 */
1055#$i_sysaccess I_SYS_ACCESS /**/
1056
1057/* I_SYS_SECURITY:
1058 * This symbol, if defined, indicates to the C program that it should
1059 * include <sys/security.h>.
1060 */
1061#$i_syssecrt I_SYS_SECURITY /**/
1062
dfe9444c 1063/* MEM_ALIGNBYTES:
1064 * This symbol contains the number of bytes required to align a
1065 * double. Usual values are 2, 4 and 8.
1066 * On NeXT starting with 3.2, you can build "Fat" Multiple Architecture
1067 * Binaries (MAB) for targets with varying alignment. This only matters
1068 * for perl, where the config.h can be generated and installed on one
1069 * system, and used by a different architecture to build an extension.
1070 * The default is eight, for safety.
5f05dabc 1071 */
dfe9444c 1072#define MEM_ALIGNBYTES $alignbytes /**/
5f05dabc 1073
8e07c86e 1074/* BYTEORDER:
e876cf0b 1075 * This symbol holds the hexadecimal constant defined in byteorder,
8e07c86e 1076 * i.e. 0x1234 or 0x4321, etc...
7bac28a0 1077 * On NeXT 3.2 (and greater), you can build "Fat" Multiple Architecture
e876cf0b 1078 * Binaries (MAB) on either big endian or little endian machines.
1079 * The endian-ness is available at compile-time. This only matters
1080 * for perl, where the config.h can be generated and installed on
1081 * one system, and used by a different architecture to build an
1082 * extension. Older versions of NeXT that might not have
1083 * defined either *_ENDIAN__ were all on Motorola 680x0 series,
1084 * so the default case (for NeXT) is big endian to catch them.
1085 * This might matter for NeXT 3.0.
8e07c86e 1086 */
40750cc0 1087#ifndef NeXT
8e07c86e 1088#define BYTEORDER 0x$byteorder /* large digits for MSB */
760ac839 1089#else /* NeXT */
1090#ifdef __LITTLE_ENDIAN__
40750cc0 1091#define BYTEORDER 0x1234
760ac839 1092#else /* __BIG_ENDIAN__ */
1093#define BYTEORDER 0x4321
40750cc0 1094#endif /* ENDIAN CHECK */
760ac839 1095#endif /* NeXT */
8e07c86e 1096
dfe9444c 1097/* CASTI32:
1098 * This symbol is defined if the C compiler can cast negative
1099 * or large floating point numbers to 32-bit ints.
1aef975c 1100 */
dfe9444c 1101#$d_casti32 CASTI32 /**/
85e6fe83 1102
dfe9444c 1103/* CASTNEGFLOAT:
1104 * This symbol is defined if the C compiler can cast negative
1105 * numbers to unsigned longs, ints and shorts.
85e6fe83 1106 */
dfe9444c 1107/* CASTFLAGS:
1108 * This symbol contains flags that say what difficulties the compiler
1109 * has casting odd floating values to unsigned long:
1110 * 0 = ok
1111 * 1 = couldn't cast < 0
1112 * 2 = couldn't cast >= 0x80000000
1113 * 4 = couldn't cast in argument expression list
bccf77a5 1114 */
dfe9444c 1115#$d_castneg CASTNEGFLOAT /**/
1116#define CASTFLAGS $castflags /**/
1117
1118/* VOID_CLOSEDIR:
1119 * This symbol, if defined, indicates that the closedir() routine
1120 * does not return a value.
bccf77a5 1121 */
dfe9444c 1122#$d_void_closedir VOID_CLOSEDIR /**/
bccf77a5 1123
8e07c86e 1124/* Gconvert:
1125 * This preprocessor macro is defined to convert a floating point
1126 * number to a string without a trailing decimal point. This
1127 * emulates the behavior of sprintf("%g"), but is sometimes much more
1128 * efficient. If gconvert() is not available, but gcvt() drops the
1129 * trailing decimal point, then gcvt() is used. If all else fails,
1130 * a macro using sprintf("%g") is used. Arguments for the Gconvert
1131 * macro are: value, number of digits, whether trailing zeros should
1132 * be retained, and the output buffer.
1133 * Possible values are:
1134 * d_Gconvert='gconvert((x),(n),(t),(b))'
1135 * d_Gconvert='gcvt((x),(n),(b))'
1136 * d_Gconvert='sprintf((b),"%.*g",(n),(x))'
1137 * The last two assume trailing zeros should not be kept.
1138 */
1139#define Gconvert(x,n,t,b) $d_Gconvert
1140
dfe9444c 1141/* HAS_GNULIBC:
c1b76f5d 1142 * This symbol, if defined, indicates to the C program that
dfe9444c 1143 * the GNU C library is being used.
c1b76f5d 1144 */
dfe9444c 1145#$d_gnulibc HAS_GNULIBC /**/
1146/* HAS_ISASCII:
1147 * This manifest constant lets the C program know that isascii
1148 * is available.
c1b76f5d 1149 */
dfe9444c 1150#$d_isascii HAS_ISASCII /**/
c1b76f5d 1151
dd64f1c3 1152/* HAS_LCHOWN:
1153 * This symbol, if defined, indicates that the lchown routine is
1154 * available to operate on a symbolic link (instead of following the
1155 * link).
1156 */
1157#$d_lchown HAS_LCHOWN /**/
1158
dfe9444c 1159/* HAS_OPEN3:
1160 * This manifest constant lets the C program know that the three
1161 * argument form of open(2) is available.
774d564b 1162 */
dfe9444c 1163#$d_open3 HAS_OPEN3 /**/
774d564b 1164
dfe9444c 1165/* HAS_SAFE_BCOPY:
1166 * This symbol, if defined, indicates that the bcopy routine is available
1167 * to copy potentially overlapping memory blocks. Otherwise you should
1168 * probably use memmove() or memcpy(). If neither is defined, roll your
1169 * own version.
c1b76f5d 1170 */
dfe9444c 1171#$d_safebcpy HAS_SAFE_BCOPY /**/
c1b76f5d 1172
dfe9444c 1173/* HAS_SAFE_MEMCPY:
1174 * This symbol, if defined, indicates that the memcpy routine is available
1175 * to copy potentially overlapping memory blocks. Otherwise you should
1176 * probably use memmove() or memcpy(). If neither is defined, roll your
1177 * own version.
c1b76f5d 1178 */
dfe9444c 1179#$d_safemcpy HAS_SAFE_MEMCPY /**/
c1b76f5d 1180
dfe9444c 1181/* HAS_SANE_MEMCMP:
1182 * This symbol, if defined, indicates that the memcmp routine is available
1183 * and can be used to compare relative magnitudes of chars with their high
1184 * bits set. If it is not defined, roll your own version.
760ac839 1185 */
dfe9444c 1186#$d_sanemcmp HAS_SANE_MEMCMP /**/
760ac839 1187
dfe9444c 1188/* HAS_SIGACTION:
1189 * This symbol, if defined, indicates that Vr4's sigaction() routine
1190 * is available.
52e1cb5e 1191 */
dfe9444c 1192#$d_sigaction HAS_SIGACTION /**/
52e1cb5e 1193
a5f75d66 1194/* Sigjmp_buf:
760ac839 1195 * This is the buffer type to be used with Sigsetjmp and Siglongjmp.
a5f75d66 1196 */
1197/* Sigsetjmp:
760ac839 1198 * This macro is used in the same way as sigsetjmp(), but will invoke
1199 * traditional setjmp() if sigsetjmp isn't available.
1200 * See HAS_SIGSETJMP.
a5f75d66 1201 */
1202/* Siglongjmp:
760ac839 1203 * This macro is used in the same way as siglongjmp(), but will invoke
1204 * traditional longjmp() if siglongjmp isn't available.
1205 * See HAS_SIGSETJMP.
a5f75d66 1206 */
1207#$d_sigsetjmp HAS_SIGSETJMP /**/
1208#ifdef HAS_SIGSETJMP
1209#define Sigjmp_buf sigjmp_buf
760ac839 1210#define Sigsetjmp(buf,save_mask) sigsetjmp((buf),(save_mask))
1211#define Siglongjmp(buf,retval) siglongjmp((buf),(retval))
a5f75d66 1212#else
1213#define Sigjmp_buf jmp_buf
760ac839 1214#define Sigsetjmp(buf,save_mask) setjmp((buf))
1215#define Siglongjmp(buf,retval) longjmp((buf),(retval))
a5f75d66 1216#endif
1217
dfe9444c 1218/* USE_STDIO_PTR:
1219 * This symbol is defined if the _ptr and _cnt fields (or similar)
1220 * of the stdio FILE structure can be used to access the stdio buffer
1221 * for a file handle. If this is defined, then the FILE_ptr(fp)
1222 * and FILE_cnt(fp) macros will also be defined and should be used
1223 * to access these fields.
a687059c 1224 */
dfe9444c 1225/* FILE_ptr:
1226 * This macro is used to access the _ptr field (or equivalent) of the
1227 * FILE structure pointed to by its argument. This macro will always be
1228 * defined if USE_STDIO_PTR is defined.
1229 */
1230/* STDIO_PTR_LVALUE:
1231 * This symbol is defined if the FILE_ptr macro can be used as an
1232 * lvalue.
1233 */
1234/* FILE_cnt:
1235 * This macro is used to access the _cnt field (or equivalent) of the
1236 * FILE structure pointed to by its argument. This macro will always be
1237 * defined if USE_STDIO_PTR is defined.
1238 */
1239/* STDIO_CNT_LVALUE:
1240 * This symbol is defined if the FILE_cnt macro can be used as an
1241 * lvalue.
1242 */
1243#$d_stdstdio USE_STDIO_PTR /**/
1244#ifdef USE_STDIO_PTR
1245#define FILE_ptr(fp) $stdio_ptr
1246#$d_stdio_ptr_lval STDIO_PTR_LVALUE /**/
1247#define FILE_cnt(fp) $stdio_cnt
1248#$d_stdio_cnt_lval STDIO_CNT_LVALUE /**/
1249#endif
a687059c 1250
dfe9444c 1251/* USE_STDIO_BASE:
1252 * This symbol is defined if the _base field (or similar) of the
1253 * stdio FILE structure can be used to access the stdio buffer for
1254 * a file handle. If this is defined, then the FILE_base(fp) macro
1255 * will also be defined and should be used to access this field.
1256 * Also, the FILE_bufsiz(fp) macro will be defined and should be used
1257 * to determine the number of bytes in the buffer. USE_STDIO_BASE
1258 * will never be defined unless USE_STDIO_PTR is.
8e07c86e 1259 */
dfe9444c 1260/* FILE_base:
1261 * This macro is used to access the _base field (or equivalent) of the
1262 * FILE structure pointed to by its argument. This macro will always be
1263 * defined if USE_STDIO_BASE is defined.
8e07c86e 1264 */
dfe9444c 1265/* FILE_bufsiz:
1266 * This macro is used to determine the number of bytes in the I/O
1267 * buffer pointed to by _base field (or equivalent) of the FILE
1268 * structure pointed to its argument. This macro will always be defined
1269 * if USE_STDIO_BASE is defined.
1270 */
1271#$d_stdiobase USE_STDIO_BASE /**/
1272#ifdef USE_STDIO_BASE
1273#define FILE_base(fp) $stdio_base
1274#define FILE_bufsiz(fp) $stdio_bufsiz
1275#endif
8e07c86e 1276
dfe9444c 1277/* HAS_VPRINTF:
1278 * This symbol, if defined, indicates that the vprintf routine is available
1279 * to printf with a pointer to an argument list. If unavailable, you
1280 * may need to write your own, probably in terms of _doprnt().
4633a7c4 1281 */
dfe9444c 1282/* USE_CHAR_VSPRINTF:
1283 * This symbol is defined if this system has vsprintf() returning type
1284 * (char*). The trend seems to be to declare it as "int vsprintf()". It
1285 * is up to the package author to declare vsprintf correctly based on the
1286 * symbol.
1287 */
1288#$d_vprintf HAS_VPRINTF /**/
1289#$d_charvspr USE_CHAR_VSPRINTF /**/
4633a7c4 1290
693762b4 1291/* DOUBLESIZE:
1292 * This symbol contains the size of a double, so that the C preprocessor
1293 * can make decisions based on it.
1294 */
1295#define DOUBLESIZE $doublesize /**/
1296
dfe9444c 1297/* I_TIME:
760ac839 1298 * This symbol, if defined, indicates to the C program that it should
dfe9444c 1299 * include <time.h>.
760ac839 1300 */
dfe9444c 1301/* I_SYS_TIME:
1aef975c 1302 * This symbol, if defined, indicates to the C program that it should
dfe9444c 1303 * include <sys/time.h>.
1aef975c 1304 */
dfe9444c 1305/* I_SYS_TIME_KERNEL:
bccf77a5 1306 * This symbol, if defined, indicates to the C program that it should
dfe9444c 1307 * include <sys/time.h> with KERNEL defined.
bccf77a5 1308 */
dfe9444c 1309#$i_time I_TIME /**/
1310#$i_systime I_SYS_TIME /**/
1311#$i_systimek I_SYS_TIME_KERNEL /**/
8e07c86e 1312
dfe9444c 1313/* INTSIZE:
1314 * This symbol contains the value of sizeof(int) so that the C
1315 * preprocessor can make decisions based on it.
94b6baf5 1316 */
dfe9444c 1317/* LONGSIZE:
1318 * This symbol contains the value of sizeof(long) so that the C
1319 * preprocessor can make decisions based on it.
36ce8bec 1320 */
dfe9444c 1321/* SHORTSIZE:
1322 * This symbol contains the value of sizeof(short) so that the C
1323 * preprocessor can make decisions based on it.
1324 */
1325#define INTSIZE $intsize /**/
1326#define LONGSIZE $longsize /**/
1327#define SHORTSIZE $shortsize /**/
36ce8bec 1328
dfe9444c 1329/* VAL_O_NONBLOCK:
1330 * This symbol is to be used during open() or fcntl(F_SETFL) to turn on
1331 * non-blocking I/O for the file descriptor. Note that there is no way
1332 * back, i.e. you cannot turn it blocking again this way. If you wish to
1333 * alternatively switch between blocking and non-blocking, use the
1334 * ioctl(FIOSNBIO) call instead, but that is not supported by all devices.
85e6fe83 1335 */
dfe9444c 1336/* VAL_EAGAIN:
1337 * This symbol holds the errno error code set by read() when no data was
1338 * present on the non-blocking file descriptor.
1339 */
1340/* RD_NODATA:
1341 * This symbol holds the return code from read() when no data is present
1342 * on the non-blocking file descriptor. Be careful! If EOF_NONBLOCK is
1343 * not defined, then you can't distinguish between no data and EOF by
1344 * issuing a read(). You'll have to find another way to tell for sure!
1345 */
1346/* EOF_NONBLOCK:
1347 * This symbol, if defined, indicates to the C program that a read() on
1348 * a non-blocking file descriptor will return 0 on EOF, and not the value
1349 * held in RD_NODATA (-1 usually, in that case!).
1350 */
1351#define VAL_O_NONBLOCK $o_nonblock
1352#define VAL_EAGAIN $eagain
1353#define RD_NODATA $rd_nodata
1354#$d_eofnblk EOF_NONBLOCK
85e6fe83 1355
693762b4 1356/* PTRSIZE:
1357 * This symbol contains the size of a pointer, so that the C preprocessor
1358 * can make decisions based on it. It will be sizeof(void *) if
1359 * the compiler supports (void *); otherwise it will be
1360 * sizeof(char *).
1361 */
1362#define PTRSIZE $ptrsize /**/
1363
85ab1d1d 1364/* Drand01:
1365 * This macro is to be used to generate uniformly distributed
1366 * random numbers over the range [0., 1.[. You may have to supply
1367 * an 'extern double drand48();' in your program since SunOS 4.1.3
1368 * doesn't provide you with anything relevant in it's headers.
1369 * See HAS_DRAND48_PROTO.
1370 */
1371/* Rand_seed_t:
1372 * This symbol defines the type of the argument of the
1373 * random seed function.
1374 */
1375/* seedDrand01:
1376 * This symbol defines the macro to be used in seeding the
1377 * random number generator (see Drand01).
1378 */
dfe9444c 1379/* RANDBITS:
85ab1d1d 1380 * This symbol indicates how many bits are produced by the
1381 * function used to generate normalized random numbers.
1382 * Values include 15, 16, 31, and 48.
dfe9444c 1383 */
85ab1d1d 1384#define Drand01() $drand01 /**/
1385#define Rand_seed_t $randseedtype /**/
1386#define seedDrand01(x) $seedfunc((Rand_seed_t)x) /**/
1387#define RANDBITS $randbits /**/
dfe9444c 1388
1389/* SSize_t:
1390 * This symbol holds the type used by functions that return
1391 * a count of bytes or an error condition. It must be a signed type.
1392 * It is usually ssize_t, but may be long or int, etc.
1393 * It may be necessary to include <sys/types.h> or <unistd.h>
1394 * to get any typedef'ed information.
1395 * We will pick a type such that sizeof(SSize_t) == sizeof(Size_t).
1396 */
1397#define SSize_t $ssizetype /* signed count of bytes */
1398
5ff3f7a4 1399/* EBCDIC:
1400 * This symbol, if defined, indicates that this system uses
1401 * EBCDIC encoding.
1402 */
1403#$ebcdic EBCDIC /**/
1404
dfe9444c 1405/* OSNAME:
1406 * This symbol contains the name of the operating system, as determined
1407 * by Configure. You shouldn't rely on it too much; the specific
1408 * feature tests from Configure are generally more reliable.
1409 */
1410#define OSNAME "$osname" /**/
1411
dfe9444c 1412/* CAT2:
1413 * This macro catenates 2 tokens together.
1414 */
1415/* STRINGIFY:
1416 * This macro surrounds its token with double quotes.
1417 */
1418#if $cpp_stuff == 1
1419#define CAT2(a,b)a/**/b
1420#define STRINGIFY(a)"a"
1421 /* If you can get stringification with catify, tell me how! */
1422#endif
1423#if $cpp_stuff == 42
1424#define CAT2(a,b)a ## b
1425#define StGiFy(a)# a
1426#define STRINGIFY(a)StGiFy(a)
1427#endif
1428#if $cpp_stuff != 1 && $cpp_stuff != 42
1429#include "Bletch: How does this C preprocessor catenate tokens?"
1430#endif
1431
5ff3f7a4 1432/* HAS_ACCESS:
1433 * This manifest constant lets the C program know that the access()
1434 * system call is available to check for accessibility using real UID/GID.
1435 * (always present on UNIX.)
1436 */
1437#$d_access HAS_ACCESS /**/
1438
dfe9444c 1439/* CSH:
e5c9fcd0 1440 * This symbol, if defined, contains the full pathname of csh.
dfe9444c 1441 */
e5c9fcd0 1442#$d_csh HAS_CSH /**/
1443#ifdef HAS_CSH
1444#define CSH "$full_csh" /**/
1445#endif
1446
5ff3f7a4 1447/* HAS_ENDGRENT:
1448 * This symbol, if defined, indicates that the getgrent routine is
1449 * available for finalizing sequential access of the group database.
1450 */
1451#$d_endgrent HAS_ENDGRENT /**/
1452
e5c9fcd0 1453/* HAS_ENDHOSTENT:
1454 * This symbol, if defined, indicates that the endhostent() routine is
1455 * available to close whatever was being used for host queries.
1456 */
1457#$d_endhent HAS_ENDHOSTENT /**/
1458
1459/* HAS_ENDNETENT:
1460 * This symbol, if defined, indicates that the endnetent() routine is
1461 * available to close whatever was being used for network queries.
1462 */
1463#$d_endnent HAS_ENDNETENT /**/
1464
1465/* HAS_ENDPROTOENT:
1466 * This symbol, if defined, indicates that the endprotoent() routine is
1467 * available to close whatever was being used for protocol queries.
1468 */
1469#$d_endpent HAS_ENDPROTOENT /**/
1470
5ff3f7a4 1471/* HAS_ENDPWENT:
1472 * This symbol, if defined, indicates that the getgrent routine is
1473 * available for finalizing sequential access of the passwd database.
1474 */
1475#$d_endpwent HAS_ENDPWENT /**/
1476
e5c9fcd0 1477/* HAS_ENDSERVENT:
1478 * This symbol, if defined, indicates that the endservent() routine is
1479 * available to close whatever was being used for service queries.
1480 */
1481#$d_endsent HAS_ENDSERVENT /**/
dfe9444c 1482
5ff3f7a4 1483/* HAS_GETGRENT:
1484 * This symbol, if defined, indicates that the getgrent routine is
1485 * available for sequential access of the group database.
1486 */
1487#$d_getgrent HAS_GETGRENT /**/
1488
693762b4 1489/* HAS_GETHOSTBYADDR:
1490 * This symbol, if defined, indicates that the gethostbyaddr() routine is
1491 * available to look up hosts by their IP addresses.
1492 */
1493#$d_gethbyaddr HAS_GETHOSTBYADDR /**/
1494
1495/* HAS_GETHOSTBYNAME:
1496 * This symbol, if defined, indicates that the gethostbyname() routine is
1497 * available to look up host names in some data base or other.
1498 */
1499#$d_gethbyname HAS_GETHOSTBYNAME /**/
1500
1501/* HAS_GETHOSTENT:
1502 * This symbol, if defined, indicates that the gethostent() routine is
1503 * available to look up host names in some data base or another.
1504 */
1505#$d_gethent HAS_GETHOSTENT /**/
1506
1507/* HAS_GETNETBYADDR:
1508 * This symbol, if defined, indicates that the getnetbyaddr() routine is
1509 * available to look up networks by their IP addresses.
1510 */
1511#$d_getnbyaddr HAS_GETNETBYADDR /**/
1512
1513/* HAS_GETNETBYNAME:
1514 * This symbol, if defined, indicates that the getnetbyname() routine is
1515 * available to look up networks by their names.
1516 */
1517#$d_getnbyname HAS_GETNETBYNAME /**/
1518
e5c9fcd0 1519/* HAS_GETNETENT:
1520 * This symbol, if defined, indicates that the getnetent() routine is
1521 * available to look up network names in some data base or another.
1522 */
1523#$d_getnent HAS_GETNETENT /**/
1524
1525/* HAS_GETPROTOENT:
1526 * This symbol, if defined, indicates that the getprotoent() routine is
1527 * available to look up protocols in some data base or another.
1528 */
1529#$d_getpent HAS_GETPROTOENT /**/
1530
693762b4 1531/* HAS_GETPROTOBYNAME:
1532 * This symbol, if defined, indicates that the getprotobyname()
1533 * routine is available to look up protocols by their name.
1534 */
1535/* HAS_GETPROTOBYNUMBER:
1536 * This symbol, if defined, indicates that the getprotobynumber()
1537 * routine is available to look up protocols by their number.
1538 */
1539#$d_getpbyname HAS_GETPROTOBYNAME /**/
1540#$d_getpbynumber HAS_GETPROTOBYNUMBER /**/
1541
5ff3f7a4 1542/* HAS_GETPWENT:
1543 * This symbol, if defined, indicates that the getpwent routine is
1544 * available for sequential access of the passwd database.
1545 * If this is not available, the older getpw() function may be available.
1546 */
1547#$d_getpwent HAS_GETPWENT /**/
1548
e5c9fcd0 1549/* HAS_GETSERVENT:
1550 * This symbol, if defined, indicates that the getservent() routine is
1551 * available to look up network services in some data base or another.
1552 */
1553#$d_getsent HAS_GETSERVENT /**/
1554
693762b4 1555/* HAS_GETSERVBYNAME:
1556 * This symbol, if defined, indicates that the getservbyname()
1557 * routine is available to look up services by their name.
1558 */
1559/* HAS_GETSERVBYPORT:
1560 * This symbol, if defined, indicates that the getservbyport()
1561 * routine is available to look up services by their port.
1562 */
1563#$d_getsbyname HAS_GETSERVBYNAME /**/
1564#$d_getsbyport HAS_GETSERVBYPORT /**/
1565
5ff3f7a4 1566/* HAS_HTONL:
1567 * This symbol, if defined, indicates that the htonl() routine (and
1568 * friends htons() ntohl() ntohs()) are available to do network
1569 * order byte swapping.
1570 */
1571/* HAS_HTONS:
1572 * This symbol, if defined, indicates that the htons() routine (and
1573 * friends htonl() ntohl() ntohs()) are available to do network
1574 * order byte swapping.
1575 */
1576/* HAS_NTOHL:
1577 * This symbol, if defined, indicates that the ntohl() routine (and
1578 * friends htonl() htons() ntohs()) are available to do network
1579 * order byte swapping.
1580 */
1581/* HAS_NTOHS:
1582 * This symbol, if defined, indicates that the ntohs() routine (and
1583 * friends htonl() htons() ntohl()) are available to do network
1584 * order byte swapping.
1585 */
1586#$d_htonl HAS_HTONL /**/
1587#$d_htonl HAS_HTONS /**/
1588#$d_htonl HAS_NTOHL /**/
1589#$d_htonl HAS_NTOHS /**/
1590
e5c9fcd0 1591/* HAS_LONG_DOUBLE:
1592 * This symbol will be defined if the C compiler supports long
1593 * doubles.
1594 */
1595/* LONG_DOUBLESIZE:
1596 * This symbol contains the size of a long double, so that the
1597 * C preprocessor can make decisions based on it. It is only
1598 * defined if the system supports long doubles.
1599 */
1600#$d_longdbl HAS_LONG_DOUBLE /**/
1601#ifdef HAS_LONG_DOUBLE
1602#define LONG_DOUBLESIZE $longdblsize /**/
1603#endif
1604
dc45a647 1605/* HAS_LONG_LONG:
5ff3f7a4 1606 * This symbol will be defined if the C compiler supports long long.
dc45a647 1607 */
1608/* LONGLONGSIZE:
1609 * This symbol contains the size of a long long, so that the
1610 * C preprocessor can make decisions based on it. It is only
1611 * defined if the system supports long long.
1612 */
1613#$d_longlong HAS_LONG_LONG /**/
1614#ifdef HAS_LONG_LONG
1615#define LONGLONGSIZE $longlongsize /**/
1616#endif
1617
5ff3f7a4 1618/* HAS_MSG:
1619 * This symbol, if defined, indicates that the entire msg*(2) library is
1620 * supported (IPC mechanism based on message queues).
1621 */
1622#$d_msg HAS_MSG /**/
1623
1624/* HAS_SEM:
1625 * This symbol, if defined, indicates that the entire sem*(2) library is
1626 * supported.
1627 */
1628#$d_sem HAS_SEM /**/
1629
1630/* HAS_SETGRENT:
1631 * This symbol, if defined, indicates that the setgrent routine is
1632 * available for initializing sequential access of the group database.
1633 */
1634#$d_setgrent HAS_SETGRENT /**/
1635
dfe9444c 1636/* HAS_SETGROUPS:
1637 * This symbol, if defined, indicates that the setgroups() routine is
1638 * available to set the list of process groups. If unavailable, multiple
1639 * groups are probably not supported.
1640 */
1641#$d_setgrps HAS_SETGROUPS /**/
1642
693762b4 1643/* HAS_SETHOSTENT:
1644 * This symbol, if defined, indicates that the sethostent() routine is
1645 * available.
1646 */
1647#$d_sethent HAS_SETHOSTENT /**/
1648
e5c9fcd0 1649/* HAS_SETNETENT:
1650 * This symbol, if defined, indicates that the setnetent() routine is
1651 * available.
1652 */
1653#$d_setnent HAS_SETNETENT /**/
1654
1655/* HAS_SETPROTOENT:
1656 * This symbol, if defined, indicates that the setprotoent() routine is
1657 * available.
1658 */
1659#$d_setpent HAS_SETPROTOENT /**/
1660
5ff3f7a4 1661/* HAS_SETPWENT:
1662 * This symbol, if defined, indicates that the setpwent routine is
1663 * available for initializing sequential access of the passwd database.
1664 */
1665#$d_setpwent HAS_SETPWENT /**/
1666
e5c9fcd0 1667/* HAS_SETSERVENT:
1668 * This symbol, if defined, indicates that the setservent() routine is
1669 * available.
1670 */
1671#$d_setsent HAS_SETSERVENT /**/
1672
1673/* HAS_SETVBUF:
1674 * This symbol, if defined, indicates that the setvbuf routine is
1675 * available to change buffering on an open stdio stream.
1676 * to a line-buffered mode.
1677 */
1678#$d_setvbuf HAS_SETVBUF /**/
1679
5ff3f7a4 1680/* HAS_SHM:
1681 * This symbol, if defined, indicates that the entire shm*(2) library is
1682 * supported.
1683 */
1684#$d_shm HAS_SHM /**/
1685
dc45a647 1686/* HAS_SOCKET:
1687 * This symbol, if defined, indicates that the BSD socket interface is
1688 * supported.
1689 */
1690/* HAS_SOCKETPAIR:
1691 * This symbol, if defined, indicates that the BSD socketpair() call is
1692 * supported.
1693 */
1694#$d_socket HAS_SOCKET /**/
1695#$d_sockpair HAS_SOCKETPAIR /**/
1696
5ff3f7a4 1697/* USE_STAT_BLOCKS:
1698 * This symbol is defined if this system has a stat structure declaring
1699 * st_blksize and st_blocks.
1700 */
85ab1d1d 1701#$d_statblks USE_STAT_BLOCKS /**/
5ff3f7a4 1702
1703/* HAS_STRERROR:
1704 * This symbol, if defined, indicates that the strerror routine is
1705 * available to translate error numbers to strings. See the writeup
1706 * of Strerror() in this file before you try to define your own.
1707 */
1708/* HAS_SYS_ERRLIST:
1709 * This symbol, if defined, indicates that the sys_errlist array is
1710 * available to translate error numbers to strings. The extern int
1711 * sys_nerr gives the size of that table.
1712 */
1713/* Strerror:
1714 * This preprocessor symbol is defined as a macro if strerror() is
1715 * not available to translate error numbers to strings but sys_errlist[]
1716 * array is there.
1717 */
1718#$d_strerror HAS_STRERROR /**/
1719#$d_syserrlst HAS_SYS_ERRLIST /**/
1720#define Strerror(e) $d_strerrm
1721
bd89102f 1722/* HAS_UNION_SEMUN:
1723 * This symbol, if defined, indicates that the union semun is
1724 * defined by including <sys/sem.h>. If not, the user code
1725 * probably needs to define it as:
1726 * union semun {
1727 * int val;
1728 * struct semid_ds *buf;
1729 * unsigned short *array;
1730 * }
1731 */
1732/* USE_SEMCTL_SEMUN:
1733 * This symbol, if defined, indicates that union semun is
1734 * used for semctl IPC_STAT.
1735 */
1736/* USE_SEMCTL_SEMID_DS:
1737 * This symbol, if defined, indicates that struct semid_ds * is
1738 * used for semctl IPC_STAT.
1739 */
1740#$d_union_semun HAS_UNION_SEMUN /**/
1741#$d_semctl_semun USE_SEMCTL_SEMUN /**/
1742#$d_semctl_semid_ds USE_SEMCTL_SEMID_DS /**/
1743
dfe9444c 1744/* Signal_t:
1745 * This symbol's value is either "void" or "int", corresponding to the
1746 * appropriate return type of a signal handler. Thus, you can declare
1747 * a signal handler using "Signal_t (*handler)()", and define the
1748 * handler using "Signal_t handler(sig)".
e876cf0b 1749 */
dfe9444c 1750#define Signal_t $signal_t /* Signal handler's return type */
1751
1752/* Groups_t:
1753 * This symbol holds the type used for the second argument to
1754 * getgroups() and setgropus(). Usually, this is the same as
1755 * gidtype (gid_t) , but sometimes it isn't.
1756 * It can be int, ushort, uid_t, etc...
1757 * It may be necessary to include <sys/types.h> to get any
1758 * typedef'ed information. This is only required if you have
1759 * getgroups() or setgropus()..
4633a7c4 1760 */
dfe9444c 1761#if defined(HAS_GETGROUPS) || defined(HAS_SETGROUPS)
1762#define Groups_t $groupstype /* Type for 2nd arg to [sg]etgroups() */
1763#endif
1764
5ff3f7a4 1765/* I_GRP:
1766 * This symbol, if defined, indicates to the C program that it should
1767 * include <grp.h>.
1768 */
1769/* GRPASSWD:
1770 * This symbol, if defined, indicates to the C program that struct group
1771 * in <grp.h> contains gr_passwd.
1772 */
1773#$i_grp I_GRP /**/
1774#$d_grpasswd GRPASSWD /**/
1775
dfe9444c 1776/* I_NETDB:
1777 * This symbol, if defined, indicates that <netdb.h> exists and
1778 * should be included.
1779 */
1780#$i_netdb I_NETDB /**/
4633a7c4 1781
c4f23d77 1782/* I_PWD:
1783 * This symbol, if defined, indicates to the C program that it should
1784 * include <pwd.h>.
1785 */
1786/* PWQUOTA:
1787 * This symbol, if defined, indicates to the C program that struct passwd
1788 * contains pw_quota.
1789 */
1790/* PWAGE:
1791 * This symbol, if defined, indicates to the C program that struct passwd
1792 * contains pw_age.
1793 */
1794/* PWCHANGE:
1795 * This symbol, if defined, indicates to the C program that struct passwd
1796 * contains pw_change.
1797 */
1798/* PWCLASS:
1799 * This symbol, if defined, indicates to the C program that struct passwd
1800 * contains pw_class.
1801 */
1802/* PWEXPIRE:
1803 * This symbol, if defined, indicates to the C program that struct passwd
1804 * contains pw_expire.
1805 */
1806/* PWCOMMENT:
1807 * This symbol, if defined, indicates to the C program that struct passwd
1808 * contains pw_comment.
1809 */
1810/* PWGECOS:
1811 * This symbol, if defined, indicates to the C program that struct passwd
1812 * contains pw_gecos.
1813 */
28e8609d 1814/* PWPASSWD:
1815 * This symbol, if defined, indicates to the C program that struct passwd
1816 * contains pw_passwd.
1817 */
c4f23d77 1818#$i_pwd I_PWD /**/
1819#$d_pwquota PWQUOTA /**/
1820#$d_pwage PWAGE /**/
1821#$d_pwchange PWCHANGE /**/
1822#$d_pwclass PWCLASS /**/
1823#$d_pwexpire PWEXPIRE /**/
1824#$d_pwcomment PWCOMMENT /**/
1825#$d_pwgecos PWGECOS /**/
28e8609d 1826#$d_pwpasswd PWPASSWD /**/
c4f23d77 1827
bfb7748a 1828/* Free_t:
1829 * This variable contains the return type of free(). It is usually
1830 * void, but occasionally int.
e876cf0b 1831 */
bfb7748a 1832/* Malloc_t:
1833 * This symbol is the type of pointer returned by malloc and realloc.
4633a7c4 1834 */
bfb7748a 1835#define Malloc_t $malloctype /**/
1836#define Free_t $freetype /**/
1837
1838/* MYMALLOC:
1839 * This symbol, if defined, indicates that we're using our own malloc.
1840 */
1841#$d_mymalloc MYMALLOC /**/
4633a7c4 1842
c4f23d77 1843/* SIG_NAME:
1844 * This symbol contains a list of signal names in order of
1845 * signal number. This is intended
1846 * to be used as a static array initialization, like this:
1847 * char *sig_name[] = { SIG_NAME };
1848 * The signals in the list are separated with commas, and each signal
1849 * is surrounded by double quotes. There is no leading SIG in the signal
1850 * name, i.e. SIGQUIT is known as "QUIT".
1851 * Gaps in the signal numbers (up to NSIG) are filled in with NUMnn,
1852 * etc., where nn is the actual signal number (e.g. NUM37).
1853 * The signal number for sig_name[i] is stored in sig_num[i].
1854 * The last element is 0 to terminate the list with a NULL. This
1855 * corresponds to the 0 at the end of the sig_num list.
1856 */
1857/* SIG_NUM:
1858 * This symbol contains a list of signal numbers, in the same order as the
1859 * SIG_NAME list. It is suitable for static array initialization, as in:
1860 * int sig_num[] = { SIG_NUM };
1861 * The signals in the list are separated with commas, and the indices
1862 * within that list and the SIG_NAME list match, so it's easy to compute
1863 * the signal name from a number or vice versa at the price of a small
1864 * dynamic linear lookup.
1865 * Duplicates are allowed, but are moved to the end of the list.
1866 * The signal number corresponding to sig_name[i] is sig_number[i].
1867 * if (i < NSIG) then sig_number[i] == i.
1868 * The last element is 0, corresponding to the 0 at the end of
1869 * the sig_name list.
1870 */
1871#define SIG_NAME $sig_name_init /**/
1872#define SIG_NUM $sig_num /**/
1873
bfb7748a 1874/* VOIDFLAGS:
1875 * This symbol indicates how much support of the void type is given by this
1876 * compiler. What various bits mean:
1877 *
1878 * 1 = supports declaration of void
1879 * 2 = supports arrays of pointers to functions returning void
1880 * 4 = supports comparisons between pointers to void functions and
1881 * addresses of void functions
1882 * 8 = suports declaration of generic void pointers
1883 *
1884 * The package designer should define VOIDUSED to indicate the requirements
1885 * of the package. This can be done either by #defining VOIDUSED before
1886 * including config.h, or by defining defvoidused in Myinit.U. If the
1887 * latter approach is taken, only those flags will be tested. If the
1888 * level of void support necessary is not present, defines void to int.
16d20bd9 1889 */
bfb7748a 1890#ifndef VOIDUSED
1891#define VOIDUSED $defvoidused
1892#endif
1893#define VOIDFLAGS $voidflags
1894#if (VOIDFLAGS & VOIDUSED) != VOIDUSED
1895#define void int /* is void to be avoided? */
1896#define M_VOID /* Xenix strikes again */
1897#endif
16d20bd9 1898
bfb7748a 1899/* ARCHLIB:
1900 * This variable, if defined, holds the name of the directory in
1901 * which the user wants to put architecture-dependent public
1902 * library files for $package. It is most often a local directory
1903 * such as /usr/local/lib. Programs using this variable must be
1904 * prepared to deal with filename expansion. If ARCHLIB is the
1905 * same as PRIVLIB, it is not defined, since presumably the
1906 * program already searches PRIVLIB.
e876cf0b 1907 */
bfb7748a 1908/* ARCHLIB_EXP:
1909 * This symbol contains the ~name expanded version of ARCHLIB, to be used
25f94b33 1910 * in programs that are not prepared to deal with ~ expansion at run-time.
1911 */
bfb7748a 1912#$d_archlib ARCHLIB "$archlib" /**/
1913#$d_archlib ARCHLIB_EXP "$archlibexp" /**/
25f94b33 1914
dfe9444c 1915/* DLSYM_NEEDS_UNDERSCORE:
1916 * This symbol, if defined, indicates that we need to prepend an
1917 * underscore to the symbol name before calling dlsym(). This only
1918 * makes sense if you *have* dlsym, which we will presume is the
1919 * case if you're using dl_dlopen.xs.
1920 */
1921#$d_dlsymun DLSYM_NEEDS_UNDERSCORE /**/
1922
5ff3f7a4 1923/* HAS_FSEEKO:
1924 * This symbol, if defined, indicates that the fseeko routine is
1925 * available to fseek beyond 32 bits (useful for ILP32 hosts).
1926 */
1927#$d_fseeko HAS_FSEEKO /**/
1928
1929/* HAS_FTELLO:
1930 * This symbol, if defined, indicates that the ftello routine is
1931 * available to ftell from beyond 32 bits (useful for ILP32 hosts).
1932 */
1933#$d_ftello HAS_FTELLO /**/
1934
dfe9444c 1935/* USE_SFIO:
1936 * This symbol, if defined, indicates that sfio should
1937 * be used.
1938 */
1939#$d_sfio USE_SFIO /**/
1940
5ff3f7a4 1941/* HAS_DBMINIT64:
1942 * This symbol, if defined, indicates that the dbminit64 routine is
1943 * available to open dbm files larger than 2 gigabytes.
1944 */
1945/* HAS_DBMCLOSE64:
1946 * This symbol, if defined, indicates that the dbmclose64 routine is
1947 * available to close dbm files larger than 2 gigabytes.
1948 */
1949/* HAS_FETCH64:
1950 * This symbol, if defined, indicates that the fetch64 routine is
1951 * available to fetch from dbm files larger than 2 gigabytes.
1952 */
1953/* HAS_STORE64:
1954 * This symbol, if defined, indicates that the store64 routine is
1955 * available to store to dbm files larger than 2 gigabytes.
1956 */
1957/* HAS_DELETE64:
1958 * This symbol, if defined, indicates that the delete64 routine is
1959 * available to delete from dbm files larger than 2 gigabytes.
1960 */
1961/* HAS_FIRSTKEY64:
1962 * This symbol, if defined, indicates that the firstkey64 routine is
1963 * available to firstkey in dbm files larger than 2 gigabytes.
1964 */
1965/* HAS_NEXTKEY64:
1966 * This symbol, if defined, indicates that the nextkey64 routine is
1967 * available to nextkey in dbm files larger than 2 gigabytes.
1968 */
1969#$d_dbminit64 HAS_DBMINIT64 /**/
1970#$d_dbmclose64 HAS_DBMCLOSE64 /**/
1971#$d_fetch64 HAS_FETCH64 /**/
1972#$d_store64 HAS_STORE64 /**/
1973#$d_delete64 HAS_DELETE64 /**/
1974#$d_firstkey64 HAS_FIRSTKEY64 /**/
1975#$d_nextkey64 HAS_NEXTKEY64 /**/
1976
dfe9444c 1977/* USE_DYNAMIC_LOADING:
1978 * This symbol, if defined, indicates that dynamic loading of
1979 * some sort is available.
1980 */
1981#$usedl USE_DYNAMIC_LOADING /**/
1982
1983/* DB_Prefix_t:
1984 * This symbol contains the type of the prefix structure element
1985 * in the <db.h> header file. In older versions of DB, it was
1986 * int, while in newer ones it is u_int32_t.
1987 */
1988/* DB_Hash_t:
1989 * This symbol contains the type of the prefix structure element
1990 * in the <db.h> header file. In older versions of DB, it was
1991 * int, while in newer ones it is size_t.
1992 */
1993#define DB_Hash_t $db_hashtype /**/
1994#define DB_Prefix_t $db_prefixtype /**/
1995
5ff3f7a4 1996/* I_INTTYPES:
1997 * This symbol, if defined, indicates to the C program that it should
1998 * include <inttypes.h>.
1999 */
2000/* HAS_INT64_T:
2001 * This symbol will defined if the C compiler supports int64_t.
2002 * Usually the <inttypes.h> needs to be included, but sometimes
2003 * <sys/types.h> is enough.
2004 */
2005#$i_inttypes I_INTTYPES /**/
2006#$d_int64t HAS_INT64_T /**/
2007
2008/* HAS_FSTAT64:
2009 * This symbol, if defined, indicates that the fstat64 routine is
2010 * available to stat files (fds) larger than 2 gigabytes.
2011 */
2012/* HAS_FTRUNCATE64:
2013 * This symbol, if defined, indicates that the ftruncate64 routine is
2014 * available to tell files larger than 2 gigabytes.
2015 */
2016/* HAS_LSEEK64:
2017 * This symbol, if defined, indicates that the lseek64 routine is
2018 * available to seek files larger than 2 gigabytes.
2019 */
2020/* HAS_LSTAT64:
2021 * This symbol, if defined, indicates that the lstat64 routine is
2022 * available to stat files (symlinks) larger than 2 gigabytes.
2023 */
2024/* HAS_OPEN64:
2025 * This symbol, if defined, indicates that the open64 routine is
2026 * available to open files larger than 2 gigabytes.
2027 */
2028/* HAS_OPENDIR64:
2029 * This symbol, if defined, indicates that the opendir64 routine is
2030 * available to opendir files larger than 2 gigabytes.
2031 */
2032/* HAS_READDIR64:
2033 * This symbol, if defined, indicates that the readdir64 routine is
2034 * available to readdir files larger than 2 gigabytes.
2035 */
2036/* HAS_SEEKDIR64:
2037 * This symbol, if defined, indicates that the seekdir64 routine is
2038 * available to seekdir files larger than 2 gigabytes.
2039 */
2040/* HAS_STAT64:
85ab1d1d 2041 * This symbol, if defined, indicates that the stat64 routine is
5ff3f7a4 2042 * available to stat files larger than 2 gigabytes.
2043 */
2044/* HAS_TELLDIR64:
2045 * This symbol, if defined, indicates that the telldir64 routine is
2046 * available to telldir files larger than 2 gigabytes.
2047 */
2048/* HAS_TRUNCATE64:
2049 * This symbol, if defined, indicates that the truncate64 routine is
2050 * available to truncate files larger than 2 gigabytes.
2051 */
2052/* HAS_OFF64_T:
2053 * This symbol will be defined if the C compiler supports off64_t.
2054 */
2055/* HAS_STRUCT_DIRENT64:
2056 * This symbol will be defined if the C compiler supports struct dirent64.
2057 */
2058#$d_fstat64 HAS_FSTAT64 /**/
2059#$d_ftruncate64 HAS_FTRUNCATE64 /**/
2060#$d_lseek64 HAS_LSEEK64 /**/
2061#$d_lstat64 HAS_LSTAT64 /**/
2062#$d_open64 HAS_OPEN64 /**/
2063#$d_opendir64 HAS_OPENDIR64 /**/
2064#$d_readdir64 HAS_READDIR64 /**/
2065#$d_seekdir64 HAS_SEEKDIR64 /**/
2066#$d_stat64 HAS_STAT64 /**/
2067#$d_telldir64 HAS_TELLDIR64 /**/
2068#$d_truncate64 HAS_TRUNCATE64 /**/
2069#$d_off64t HAS_OFF64_T /**/
2070#$d_dirent64s HAS_STRUCT_DIRENT64 /**/
2071
bfb7748a 2072/* PRIVLIB:
2073 * This symbol contains the name of the private library for this package.
2074 * The library is private in the sense that it needn't be in anyone's
2075 * execution path, but it should be accessible by the world. The program
2076 * should be prepared to do ~ expansion.
2077 */
2078/* PRIVLIB_EXP:
2079 * This symbol contains the ~name expanded version of PRIVLIB, to be used
2080 * in programs that are not prepared to deal with ~ expansion at run-time.
2081 */
2082#define PRIVLIB "$privlib" /**/
2083#define PRIVLIB_EXP "$privlibexp" /**/
2084
5ff3f7a4 2085/* SELECT_MIN_BITS:
2086 * This symbol holds the minimum number of bits operated by select.
2087 * That is, if you do select(n, ...), how many bits at least will be
2088 * cleared in the masks if some activity is detected. Usually this
2089 * is either n or 32*ceil(n/32), especially many little-endians do
2090 * the latter. This is only useful if you have select(), naturally.
2091 */
2092#define SELECT_MIN_BITS $selectminbits /**/
2093
bfb7748a 2094/* SITEARCH:
2095 * This symbol contains the name of the private library for this package.
2096 * The library is private in the sense that it needn't be in anyone's
2097 * execution path, but it should be accessible by the world. The program
2098 * should be prepared to do ~ expansion.
2099 * The standard distribution will put nothing in this directory.
2100 * Individual sites may place their own extensions and modules in
2101 * this directory.
2102 */
2103/* SITEARCH_EXP:
2104 * This symbol contains the ~name expanded version of SITEARCH, to be used
2105 * in programs that are not prepared to deal with ~ expansion at run-time.
2106 */
2107#define SITEARCH "$sitearch" /**/
2108#define SITEARCH_EXP "$sitearchexp" /**/
2109
2110/* SITELIB:
2111 * This symbol contains the name of the private library for this package.
2112 * The library is private in the sense that it needn't be in anyone's
2113 * execution path, but it should be accessible by the world. The program
2114 * should be prepared to do ~ expansion.
2115 * The standard distribution will put nothing in this directory.
2116 * Individual sites may place their own extensions and modules in
2117 * this directory.
2118 */
2119/* SITELIB_EXP:
2120 * This symbol contains the ~name expanded version of SITELIB, to be used
2121 * in programs that are not prepared to deal with ~ expansion at run-time.
2122 */
2123#define SITELIB "$sitelib" /**/
2124#define SITELIB_EXP "$sitelibexp" /**/
2125
568ef1f6 2126/* STARTPERL:
2127 * This variable contains the string to put in front of a perl
2128 * script to make sure (one hopes) that it runs with perl and not
2129 * some shell.
2130 */
2131#define STARTPERL "$startperl" /**/
2132
5ff3f7a4 2133/* HAS_FGETPOS64:
2134 * This symbol, if defined, indicates that the fgetpos64 routine is
2135 * available to getpos files larger than 2 gigabytes.
2136 */
2137/* HAS_FOPEN64:
2138 * This symbol, if defined, indicates that the fopen64 routine is
2139 * available to open files larger than 2 gigabytes.
2140 */
2141/* HAS_FREOPEN64:
2142 * This symbol, if defined, indicates that the freopen64 routine is
2143 * available to reopen files larger than 2 gigabytes.
2144 */
2145/* HAS_FSEEK64:
2146 * This symbol, if defined, indicates that the fseek64 routine is
2147 * available to seek files larger than 2 gigabytes.
2148 */
2149/* HAS_FSEEKO64:
2150 * This symbol, if defined, indicates that the fseeko64 routine is
2151 * available to seek files larger than 2 gigabytes.
2152 */
2153/* HAS_FSETPOS64:
2154 * This symbol, if defined, indicates that the fsetpos64 routine is
2155 * available to setpos files larger than 2 gigabytes.
2156 */
2157/* HAS_FTELL64:
2158 * This symbol, if defined, indicates that the ftell64 routine is
2159 * available to tell files larger than 2 gigabytes.
2160 */
2161/* HAS_FTELLO64:
2162 * This symbol, if defined, indicates that the ftello64 routine is
2163 * available to tell files larger than 2 gigabytes.
2164 */
2165/* HAS_TMPFILE64:
2166 * This symbol, if defined, indicates that the tmpfile64 routine is
2167 * available to tmpfile files larger than 2 gigabytes.
2168 */
2169#$d_fgetpos64 HAS_FGETPOS64 /**/
2170#$d_fopen64 HAS_FOPEN64 /**/
2171#$d_freopen64 HAS_FREOPEN64 /**/
2172#$d_fseek64 HAS_FSEEK64 /**/
2173#$d_fseeko64 HAS_FSEEKO64 /**/
2174#$d_fsetpos64 HAS_FSETPOS64 /**/
2175#$d_ftell64 HAS_FTELL64 /**/
2176#$d_ftello64 HAS_FTELLO64 /**/
2177#$d_tmpfile64 HAS_TMPFILE64 /**/
2178
2179/* USE_64_BITS:
85ab1d1d 2180 * This symbol, if defined, indicates that 64-bit interfaces should
2181 * be used when available. If not defined, the native default interfaces
5ff3f7a4 2182 * will be used (be they 32 or 64 bits).
2183 */
2184#$use64bits USE_64_BITS /**/
2185
e876cf0b 2186/* USE_PERLIO:
2187 * This symbol, if defined, indicates that the PerlIO abstraction should
2188 * be used throughout. If not defined, stdio should be
2189 * used in a fully backward compatible manner.
2190 */
2191#$useperlio USE_PERLIO /**/
2192
85ab1d1d 2193/* HAS_DRAND48_PROTO:
2194 * This symbol, if defined, indicates that the system provides
2195 * a prototype for the drand48() function. Otherwise, it is up
2196 * to the program to supply one. A good guess is
2197 * extern double drand48 _((void));
2198 */
2199#$d_drand48proto HAS_DRAND48_PROTO /**/
2200
dc45a647 2201/* HAS_GETHOST_PROTOS:
2202 * This symbol, if defined, indicates that <netdb.h> includes
2203 * prototypes for gethostent(), gethostbyname(), and
2204 * gethostbyaddr(). Otherwise, it is up to the program to guess
2205 * them. See netdbtype.U for probing for various Netdb_xxx_t types.
2206 */
2207#$d_gethostprotos HAS_GETHOST_PROTOS /**/
2208
2209/* HAS_GETNET_PROTOS:
2210 * This symbol, if defined, indicates that <netdb.h> includes
2211 * prototypes for getnetent(), getnetbyname(), and
2212 * getnetbyaddr(). Otherwise, it is up to the program to guess
2213 * them. See netdbtype.U for probing for various Netdb_xxx_t types.
2214 */
2215#$d_getnetprotos HAS_GETNET_PROTOS /**/
2216
2217/* HAS_GETPROTO_PROTOS:
2218 * This symbol, if defined, indicates that <netdb.h> includes
2219 * prototypes for getprotoent(), getprotobyname(), and
2220 * getprotobyaddr(). Otherwise, it is up to the program to guess
2221 * them. See netdbtype.U for probing for various Netdb_xxx_t types.
2222 */
2223#$d_getprotoprotos HAS_GETPROTO_PROTOS /**/
2224
2225/* HAS_GETSERV_PROTOS:
2226 * This symbol, if defined, indicates that <netdb.h> includes
2227 * prototypes for getservent(), getservbyname(), and
2228 * getservbyaddr(). Otherwise, it is up to the program to guess
2229 * them. See netdbtype.U for probing for various Netdb_xxx_t types.
2230 */
2231#$d_getservprotos HAS_GETSERV_PROTOS /**/
2232
dfe9444c 2233/* Netdb_host_t:
2234 * This symbol holds the type used for the 1st argument
2235 * to gethostbyaddr().
8e07c86e 2236 */
dfe9444c 2237/* Netdb_hlen_t:
2238 * This symbol holds the type used for the 2nd argument
2239 * to gethostbyaddr().
2240 */
2241/* Netdb_name_t:
2242 * This symbol holds the type used for the argument to
2243 * gethostbyname().
2244 */
2245/* Netdb_net_t:
2246 * This symbol holds the type used for the 1st argument to
2247 * getnetbyaddr().
2248 */
2249#define Netdb_host_t $netdb_host_type /**/
2250#define Netdb_hlen_t $netdb_hlen_type /**/
2251#define Netdb_name_t $netdb_name_type /**/
2252#define Netdb_net_t $netdb_net_type /**/
2253
2254/* Select_fd_set_t:
2255 * This symbol holds the type used for the 2nd, 3rd, and 4th
2256 * arguments to select. Usually, this is 'fd_set *', if HAS_FD_SET
2257 * is defined, and 'int *' otherwise. This is only useful if you
2258 * have select(), of course.
2259 */
2260#define Select_fd_set_t $selecttype /**/
2261
2262/* ARCHNAME:
2263 * This symbol holds a string representing the architecture name.
2264 * It may be used to construct an architecture-dependant pathname
2265 * where library files may be held under a private library, for
2266 * instance.
2267 */
2268#define ARCHNAME "$archname" /**/
2269
2270/* HAS_PTHREAD_YIELD:
2271 * This symbol, if defined, indicates that the pthread_yield
2272 * routine is available to yield the execution of the current
2273 * thread.
2274 */
c4f23d77 2275/* HAS_SCHED_YIELD:
2276 * This symbol, if defined, indicates that the sched_yield
2277 * routine is available to yield the execution of the current
2278 * thread.
2279 */
dfe9444c 2280#$d_pthread_yield HAS_PTHREAD_YIELD /**/
c4f23d77 2281#$d_sched_yield HAS_SCHED_YIELD /**/
dfe9444c 2282
2283/* PTHREADS_CREATED_JOINABLE:
2284 * This symbol, if defined, indicates that pthreads are created
2285 * in the joinable (aka undetached) state.
2286 */
2287#$d_pthreads_created_joinable PTHREADS_CREATED_JOINABLE /**/
2288
d8668976 2289/* MULTIPLICITY:
2290 * This symbol, if defined, indicates that Perl should
2291 * be built to use multiplicity.
2292 */
2293#$usemultiplicity MULTIPLICITY /**/
2294
dfe9444c 2295/* USE_THREADS:
2296 * This symbol, if defined, indicates that Perl should
2297 * be built to use threads.
2298 */
693762b4 2299/* OLD_PTHREADS_API:
2300 * This symbol, if defined, indicates that Perl should
2301 * be built to use the old draft POSIX threads API.
2302 */
dfe9444c 2303#$usethreads USE_THREADS /**/
693762b4 2304#$d_oldpthreads OLD_PTHREADS_API /**/
8e07c86e 2305
dc45a647 2306/* Time_t:
2307 * This symbol holds the type returned by time(). It can be long,
2308 * or time_t on BSD sites (in which case <sys/types.h> should be
2309 * included).
2310 */
2311#define Time_t $timetype /* Time type */
2312
2313/* HAS_TIMES:
2314 * This symbol, if defined, indicates that the times() routine exists.
2315 * Note that this became obsolete on some systems (SUNOS), which now
2316 * use getrusage(). It may be necessary to include <sys/times.h>.
2317 */
2318#$d_times HAS_TIMES /**/
2319
2320/* Fpos_t:
2321 * This symbol holds the type used to declare file positions in libc.
2322 * It can be fpos_t, long, uint, etc... It may be necessary to include
2323 * <sys/types.h> to get any typedef'ed information.
2324 */
2325#define Fpos_t $fpostype /* File position type */
2326
2327/* Gid_t:
2328 * This symbol holds the return type of getgid() and the type of
2329 * argument to setrgid() and related functions. Typically,
2330 * it is the type of group ids in the kernel. It can be int, ushort,
2331 * uid_t, etc... It may be necessary to include <sys/types.h> to get
2332 * any typedef'ed information.
2333 */
2334#define Gid_t $gidtype /* Type for getgid(), etc... */
2335
2336/* Off_t:
2337 * This symbol holds the type used to declare offsets in the kernel.
2338 * It can be int, long, off_t, etc... It may be necessary to include
2339 * <sys/types.h> to get any typedef'ed information.
2340 */
2341#define Off_t $lseektype /* <offset> type */
2342
2343/* Mode_t:
2344 * This symbol holds the type used to declare file modes
2345 * for systems calls. It is usually mode_t, but may be
2346 * int or unsigned short. It may be necessary to include <sys/types.h>
2347 * to get any typedef'ed information.
2348 */
2349#define Mode_t $modetype /* file mode parameter for system calls */
2350
2351/* Pid_t:
2352 * This symbol holds the type used to declare process ids in the kernel.
2353 * It can be int, uint, pid_t, etc... It may be necessary to include
2354 * <sys/types.h> to get any typedef'ed information.
2355 */
2356#define Pid_t $pidtype /* PID type */
2357
2358/* Size_t:
2359 * This symbol holds the type used to declare length parameters
2360 * for string functions. It is usually size_t, but may be
2361 * unsigned long, int, etc. It may be necessary to include
2362 * <sys/types.h> to get any typedef'ed information.
2363 */
2364#define Size_t $sizetype /* length paramater for string functions */
2365
2366/* Uid_t:
2367 * This symbol holds the type used to declare user ids in the kernel.
2368 * It can be int, ushort, uid_t, etc... It may be necessary to include
2369 * <sys/types.h> to get any typedef'ed information.
2370 */
2371#define Uid_t $uidtype /* UID type */
2372
fe14fcc3 2373#endif
8d063cd8 2374!GROK!THIS!