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