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