Integrate perlio:
[p5sagit/p5-mst-13.2.git] / vos / config.ga.h
CommitLineData
c287c78d 1/*
2 * This file was produced by running the config_h.SH script, which
5b8c1387 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.
5b8c1387 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
5b8c1387 15 * Source directory : /vos_ftp_site/pub/vos/posix/(alpha|ga)/perl
0d6ca59a 16 * Configuration time: 2001-06-11 02:46 UCT
1761cee5 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 */
0d6ca59a 27#define LOC_SED "/system/gnu_library/bin/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 */
5b8c1387 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 */
5b8c1387 148#define HAS_DUP2 /**/
495c5fdc 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 */
5b8c1387 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 */
5b8c1387 354#define HAS_MUNMAP /**/
10cc9d2a 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 */
5b8c1387 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 */
5b8c1387 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 */
5b8c1387 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 */
5b8c1387 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 */
5b8c1387 531#define HAS_SETSID /**/
495c5fdc 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
495c5fdc 584/* HAS_STRXFRM:
585 * This symbol, if defined, indicates that the strxfrm() routine is
586 * available to transform strings.
587 */
588#define HAS_STRXFRM /**/
589
590/* HAS_SYMLINK:
591 * This symbol, if defined, indicates that the symlink routine is available
592 * to create symbolic links.
593 */
594#define HAS_SYMLINK /**/
595
596/* HAS_SYSCALL:
597 * This symbol, if defined, indicates that the syscall routine is
598 * available to call arbitrary system calls. If undefined, that's tough.
599 */
600/*#define HAS_SYSCALL /**/
601
602/* HAS_SYSCONF:
603 * This symbol, if defined, indicates that sysconf() is available
604 * to determine system related limits and options.
605 */
606#define HAS_SYSCONF /**/
607
608/* HAS_SYSTEM:
609 * This symbol, if defined, indicates that the system routine is
610 * available to issue a shell command.
611 */
612#define HAS_SYSTEM /**/
613
614/* HAS_TCGETPGRP:
615 * This symbol, if defined, indicates that the tcgetpgrp routine is
616 * available to get foreground process group ID.
617 */
5b8c1387 618#define HAS_TCGETPGRP /**/
495c5fdc 619
620/* HAS_TCSETPGRP:
621 * This symbol, if defined, indicates that the tcsetpgrp routine is
622 * available to set foreground process group ID.
623 */
5b8c1387 624#define HAS_TCSETPGRP /**/
495c5fdc 625
626/* HAS_TRUNCATE:
627 * This symbol, if defined, indicates that the truncate routine is
628 * available to truncate files.
629 */
630/*#define HAS_TRUNCATE /**/
631
632/* HAS_TZNAME:
633 * This symbol, if defined, indicates that the tzname[] array is
634 * available to access timezone names.
635 */
1761cee5 636#define HAS_TZNAME /**/
495c5fdc 637
638/* HAS_UMASK:
639 * This symbol, if defined, indicates that the umask routine is
640 * available to set and get the value of the file creation mask.
641 */
1761cee5 642#define HAS_UMASK /**/
495c5fdc 643
4e0554ec 644/* HAS_USLEEP:
645 * This symbol, if defined, indicates that the usleep routine is
646 * available to let the process sleep on a sub-second accuracy.
647 */
648/*#define HAS_USLEEP /**/
649
495c5fdc 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 */
5b8c1387 662#define HAS_WAIT4 /**/
495c5fdc 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 */
0d6ca59a 820/* I_SYS_SOCKIO:
821 * This symbol, if defined, indicates the <sys/sockio.h> should be included
822 * to get socket ioctl options, like SIOCATMARK.
823 */
1761cee5 824#define I_SYS_IOCTL /**/
0d6ca59a 825/*#define I_SYS_SOCKIO /**/
495c5fdc 826
827/* I_SYS_NDIR:
828 * This symbol, if defined, indicates to the C program that it should
829 * include <sys/ndir.h>.
830 */
c287c78d 831/*#define I_SYS_NDIR /**/
495c5fdc 832
833/* I_SYS_PARAM:
834 * This symbol, if defined, indicates to the C program that it should
835 * include <sys/param.h>.
836 */
1761cee5 837/*#define I_SYS_PARAM /**/
495c5fdc 838
839/* I_SYS_RESOURCE:
840 * This symbol, if defined, indicates to the C program that it should
841 * include <sys/resource.h>.
842 */
1761cee5 843/*#define I_SYS_RESOURCE /**/
495c5fdc 844
845/* I_SYS_SELECT:
846 * This symbol, if defined, indicates to the C program that it should
847 * include <sys/select.h> in order to get definition of struct timeval.
848 */
1761cee5 849#define I_SYS_SELECT /**/
495c5fdc 850
851/* I_SYS_STAT:
852 * This symbol, if defined, indicates to the C program that it should
853 * include <sys/stat.h>.
854 */
1761cee5 855#define I_SYS_STAT /**/
495c5fdc 856
857/* I_SYS_TIMES:
858 * This symbol, if defined, indicates to the C program that it should
859 * include <sys/times.h>.
860 */
1761cee5 861#define I_SYS_TIMES /**/
495c5fdc 862
863/* I_SYS_TYPES:
864 * This symbol, if defined, indicates to the C program that it should
865 * include <sys/types.h>.
866 */
1761cee5 867#define I_SYS_TYPES /**/
495c5fdc 868
869/* I_SYS_UN:
870 * This symbol, if defined, indicates to the C program that it should
871 * include <sys/un.h> to get UNIX domain socket definitions.
872 */
1761cee5 873/*#define I_SYS_UN /**/
495c5fdc 874
875/* I_SYS_WAIT:
876 * This symbol, if defined, indicates to the C program that it should
877 * include <sys/wait.h>.
878 */
879#define I_SYS_WAIT /**/
880
881/* I_TERMIO:
882 * This symbol, if defined, indicates that the program should include
883 * <termio.h> rather than <sgtty.h>. There are also differences in
884 * the ioctl() calls that depend on the value of this symbol.
885 */
886/* I_TERMIOS:
887 * This symbol, if defined, indicates that the program should include
888 * the POSIX termios.h rather than sgtty.h or termio.h.
889 * There are also differences in the ioctl() calls that depend on the
890 * value of this symbol.
891 */
892/* I_SGTTY:
893 * This symbol, if defined, indicates that the program should include
894 * <sgtty.h> rather than <termio.h>. There are also differences in
895 * the ioctl() calls that depend on the value of this symbol.
896 */
1761cee5 897/*#define I_TERMIO /**/
898#define I_TERMIOS /**/
899/*#define I_SGTTY /**/
495c5fdc 900
901/* I_UNISTD:
902 * This symbol, if defined, indicates to the C program that it should
903 * include <unistd.h>.
904 */
1761cee5 905#define I_UNISTD /**/
495c5fdc 906
907/* I_UTIME:
908 * This symbol, if defined, indicates to the C program that it should
909 * include <utime.h>.
910 */
1761cee5 911#define I_UTIME /**/
495c5fdc 912
913/* I_VALUES:
914 * This symbol, if defined, indicates to the C program that it should
915 * include <values.h> to get definition of symbols like MINFLOAT or
916 * MAXLONG, i.e. machine dependant limitations. Probably, you
917 * should use <limits.h> instead, if it is available.
918 */
1761cee5 919#define I_VALUES /**/
495c5fdc 920
921/* I_STDARG:
922 * This symbol, if defined, indicates that <stdarg.h> exists and should
923 * be included.
924 */
925/* I_VARARGS:
926 * This symbol, if defined, indicates to the C program that it should
927 * include <varargs.h>.
928 */
1761cee5 929#define I_STDARG /**/
c287c78d 930/*#define I_VARARGS /**/
495c5fdc 931
932/* I_VFORK:
933 * This symbol, if defined, indicates to the C program that it should
934 * include vfork.h.
935 */
c287c78d 936/*#define I_VFORK /**/
495c5fdc 937
938/* CAN_PROTOTYPE:
939 * If defined, this macro indicates that the C compiler can handle
940 * function prototypes.
941 */
942/* _:
943 * This macro is used to declare function parameters for folks who want
944 * to make declarations with prototypes using a different style than
945 * the above macros. Use double parentheses. For example:
946 *
947 * int main _((int argc, char *argv[]));
948 */
1761cee5 949#define CAN_PROTOTYPE /**/
495c5fdc 950#ifdef CAN_PROTOTYPE
1761cee5 951#define _(args) args
495c5fdc 952#else
1761cee5 953#define _(args) ()
495c5fdc 954#endif
955
956/* SH_PATH:
957 * This symbol contains the full pathname to the shell used on this
958 * on this system to execute Bourne shell scripts. Usually, this will be
959 * /bin/sh, though it's possible that some systems will have /bin/ksh,
960 * /bin/pdksh, /bin/ash, /bin/bash, or even something such as
961 * D:/bin/sh.exe.
962 */
0d6ca59a 963#define SH_PATH "/system/gnu_library/bin/bash.pm" /**/
c287c78d 964
10cc9d2a 965/* CROSSCOMPILE:
966 * This symbol, if defined, signifies that we our
967 * build process is a cross-compilation.
968 */
969/*#define CROSSCOMPILE /**/
970
971/* INTSIZE:
972 * This symbol contains the value of sizeof(int) so that the C
973 * preprocessor can make decisions based on it.
974 */
975/* LONGSIZE:
976 * This symbol contains the value of sizeof(long) so that the C
977 * preprocessor can make decisions based on it.
978 */
979/* SHORTSIZE:
980 * This symbol contains the value of sizeof(short) so that the C
981 * preprocessor can make decisions based on it.
982 */
983#define INTSIZE 4 /**/
984#define LONGSIZE 4 /**/
985#define SHORTSIZE 2 /**/
986
987/* MULTIARCH:
988 * This symbol, if defined, signifies that the build
989 * process will produce some binary files that are going to be
990 * used in a cross-platform environment. This is the case for
991 * example with the NeXT "fat" binaries that contain executables
992 * for several CPUs.
993 */
994/*#define MULTIARCH /**/
995
c287c78d 996/* HAS_QUAD:
997 * This symbol, if defined, tells that there's a 64-bit integer type,
998 * Quad_t, and its unsigned counterpar, Uquad_t. QUADKIND will be one
999 * of QUAD_IS_INT, QUAD_IS_LONG, QUAD_IS_LONG_LONG, or QUAD_IS_INT64_T.
1000 */
1001/*#define HAS_QUAD /**/
1002#ifdef HAS_QUAD
1761cee5 1003# define Quad_t _error_ /**/
1004# define Uquad_t _error_ /**/
1005# define QUADKIND _error_ /**/
c287c78d 1006# define QUAD_IS_INT 1
1007# define QUAD_IS_LONG 2
1008# define QUAD_IS_LONG_LONG 3
1009# define QUAD_IS_INT64_T 4
1010#endif
1011
1012/* HAS_ACCESSX:
1013 * This symbol, if defined, indicates that the accessx routine is
1014 * available to do extended access checks.
1015 */
1761cee5 1016/*#define HAS_ACCESSX /**/
c287c78d 1017
1018/* HAS_EACCESS:
1019 * This symbol, if defined, indicates that the eaccess routine is
1020 * available to do extended access checks.
1021 */
1761cee5 1022/*#define HAS_EACCESS /**/
c287c78d 1023
1024/* I_SYS_ACCESS:
1025 * This symbol, if defined, indicates to the C program that it should
1026 * include <sys/access.h>.
1027 */
1761cee5 1028/*#define I_SYS_ACCESS /**/
c287c78d 1029
1030/* I_SYS_SECURITY:
1031 * This symbol, if defined, indicates to the C program that it should
1032 * include <sys/security.h>.
1033 */
1761cee5 1034/*#define I_SYS_SECURITY /**/
c287c78d 1035
10cc9d2a 1036/* OSNAME:
1037 * This symbol contains the name of the operating system, as determined
1038 * by Configure. You shouldn't rely on it too much; the specific
1039 * feature tests from Configure are generally more reliable.
c287c78d 1040 */
0d6ca59a 1041/* OSVERS:
1042 * This symbol contains the version of the operating system, as determined
1043 * by Configure. You shouldn't rely on it too much; the specific
1044 * feature tests from Configure are generally more reliable.
1045 */
10cc9d2a 1046#define OSNAME "VOS" /**/
0d6ca59a 1047#define OSVERS "VOS" /**/
495c5fdc 1048
1049/* MEM_ALIGNBYTES:
c287c78d 1050 * This symbol contains the number of bytes required to align a
10cc9d2a 1051 * double, or a long double when applicable. Usual values are 2,
1052 * 4 and 8. The default is eight, for safety.
c287c78d 1053 */
1054#if defined(CROSSCOMPILE) || defined(MULTIARCH)
1055# define MEM_ALIGNBYTES 8
1056#else
1057#define MEM_ALIGNBYTES 8
1058#endif
1059
10cc9d2a 1060/* ARCHLIB:
1061 * This variable, if defined, holds the name of the directory in
1062 * which the user wants to put architecture-dependent public
1063 * library files for perl5. It is most often a local directory
1064 * such as /usr/local/lib. Programs using this variable must be
1065 * prepared to deal with filename expansion. If ARCHLIB is the
1066 * same as PRIVLIB, it is not defined, since presumably the
1067 * program already searches PRIVLIB.
1068 */
1069/* ARCHLIB_EXP:
1070 * This symbol contains the ~name expanded version of ARCHLIB, to be used
1071 * in programs that are not prepared to deal with ~ expansion at run-time.
1072 */
1073/*#define ARCHLIB "" /**/
1074/*#define ARCHLIB_EXP "" /**/
1075
1076/* ARCHNAME:
1077 * This symbol holds a string representing the architecture name.
1078 * It may be used to construct an architecture-dependant pathname
1079 * where library files may be held under a private library, for
1080 * instance.
1081 */
1082#define ARCHNAME "vos" /**/
1083
1084/* HAS_ATOLF:
1085 * This symbol, if defined, indicates that the atolf routine is
1086 * available to convert strings into long doubles.
1087 */
1088/*#define HAS_ATOLF /**/
1089
1090/* HAS_ATOLL:
1091 * This symbol, if defined, indicates that the atoll routine is
1092 * available to convert strings into long longs.
1093 */
1094/*#define HAS_ATOLL /**/
1095
1096/* BIN:
1097 * This symbol holds the path of the bin directory where the package will
1098 * be installed. Program must be prepared to deal with ~name substitution.
1099 */
1100/* BIN_EXP:
1101 * This symbol is the filename expanded version of the BIN symbol, for
1102 * programs that do not want to deal with that at run-time.
1103 */
0d6ca59a 1104#define BIN "/system/gnu_library/bin" /**/
1105#define BIN_EXP "/system/gnu_library/bin" /**/
10cc9d2a 1106
1107/* PERL_BINCOMPAT_5005:
f78bfc9c 1108 * This symbol, if defined, indicates that this version of Perl should be
10cc9d2a 1109 * binary-compatible with Perl 5.005. This is impossible for builds
1110 * that use features like threads and multiplicity it is always $undef
1111 * for those versions.
1112 */
1113/*#define PERL_BINCOMPAT_5005 /**/
1114
495c5fdc 1115/* BYTEORDER:
1116 * This symbol holds the hexadecimal constant defined in byteorder,
1117 * i.e. 0x1234 or 0x4321, etc...
c287c78d 1118 * If the compiler supports cross-compiling or multiple-architecture
1119 * binaries (eg. on NeXT systems), use compiler-defined macros to
1120 * determine the byte order.
495c5fdc 1121 * On NeXT 3.2 (and greater), you can build "Fat" Multiple Architecture
1122 * Binaries (MAB) on either big endian or little endian machines.
1123 * The endian-ness is available at compile-time. This only matters
1124 * for perl, where the config.h can be generated and installed on
1125 * one system, and used by a different architecture to build an
1126 * extension. Older versions of NeXT that might not have
1127 * defined either *_ENDIAN__ were all on Motorola 680x0 series,
1128 * so the default case (for NeXT) is big endian to catch them.
1129 * This might matter for NeXT 3.0.
1130 */
c287c78d 1131#if defined(CROSSCOMPILE) || defined(MULTIARCH)
1132# ifdef __LITTLE_ENDIAN__
1133# if LONGSIZE == 4
1134# define BYTEORDER 0x1234
1135# else
1136# if LONGSIZE == 8
1137# define BYTEORDER 0x12345678
1138# endif
1139# endif
1140# else
1141# ifdef __BIG_ENDIAN__
1142# if LONGSIZE == 4
1143# define BYTEORDER 0x4321
1144# else
1145# if LONGSIZE == 8
1146# define BYTEORDER 0x87654321
1147# endif
1148# endif
1149# endif
1150# endif
1151# if !defined(BYTEORDER) && (defined(NeXT) || defined(__NeXT__))
1152# define BYTEORDER 0x4321
1153# endif
1154#else
1761cee5 1155#define BYTEORDER 0x4321 /* large digits for MSB */
495c5fdc 1156#endif /* NeXT */
1157
10cc9d2a 1158/* CAT2:
1159 * This macro catenates 2 tokens together.
1160 */
1161/* STRINGIFY:
1162 * This macro surrounds its token with double quotes.
1163 */
1164#if 42 == 1
fd47df60 1165#define CAT2(a,b) a/**/b
1166#define STRINGIFY(a) "a"
10cc9d2a 1167 /* If you can get stringification with catify, tell me how! */
1168#endif
1169#if 42 == 42
fd47df60 1170#define PeRl_CaTiFy(a, b) a ## b
1171#define PeRl_StGiFy(a) #a
526fdc24 1172/* the additional level of indirection enables these macros to be
1173 * used as arguments to other macros. See K&R 2nd ed., page 231. */
fd47df60 1174#define CAT2(a,b) PeRl_CaTiFy(a,b)
1175#define StGiFy(a) PeRl_StGiFy(a)
1176#define STRINGIFY(a) PeRl_StGiFy(a)
10cc9d2a 1177#endif
1178#if 42 != 1 && 42 != 42
a3540c92 1179# include "Bletch: How does this C preprocessor catenate tokens?"
10cc9d2a 1180#endif
1181
1182/* CPPSTDIN:
1183 * This symbol contains the first part of the string which will invoke
1184 * the C preprocessor on the standard input and produce to standard
1185 * output. Typical value of "cc -E" or "/lib/cpp", but it can also
1186 * call a wrapper. See CPPRUN.
1187 */
1188/* CPPMINUS:
1189 * This symbol contains the second part of the string which will invoke
1190 * the C preprocessor on the standard input and produce to standard
1191 * output. This symbol will have the value "-" if CPPSTDIN needs a minus
1192 * to specify standard input, otherwise the value is "".
1193 */
1194/* CPPRUN:
1195 * This symbol contains the string which will invoke a C preprocessor on
1196 * the standard input and produce to standard output. It needs to end
1197 * with CPPLAST, after all other preprocessor flags have been specified.
1198 * The main difference with CPPSTDIN is that this program will never be a
1199 * pointer to a shell wrapper, i.e. it will be empty if no preprocessor is
1200 * available directly to the user. Note that it may well be different from
1201 * the preprocessor used to compile the C program.
1202 */
1203/* CPPLAST:
1204 * This symbol is intended to be used along with CPPRUN in the same manner
1205 * symbol CPPMINUS is used with CPPSTDIN. It contains either "-" or "".
1206 */
1207#define CPPSTDIN "cc -E"
1208#define CPPMINUS "-"
1209#define CPPRUN "cc -E -"
1210#define CPPLAST "-"
1211
0d6ca59a 1212/* HAS__FWALK:
1213 * This symbol, if defined, indicates that the _fwalk system call is
1214 * available to apply a function to all the file handles.
1215 */
1216/*#define HAS__FWALK /**/
1217
10cc9d2a 1218/* HAS_ACCESS:
1219 * This manifest constant lets the C program know that the access()
1220 * system call is available to check for accessibility using real UID/GID.
1221 * (always present on UNIX.)
1222 */
5b8c1387 1223#define HAS_ACCESS /**/
10cc9d2a 1224
495c5fdc 1225/* CASTI32:
1226 * This symbol is defined if the C compiler can cast negative
1227 * or large floating point numbers to 32-bit ints.
1228 */
1761cee5 1229/*#define CASTI32 /**/
495c5fdc 1230
1231/* CASTNEGFLOAT:
1232 * This symbol is defined if the C compiler can cast negative
1233 * numbers to unsigned longs, ints and shorts.
1234 */
1235/* CASTFLAGS:
1236 * This symbol contains flags that say what difficulties the compiler
1237 * has casting odd floating values to unsigned long:
1238 * 0 = ok
1239 * 1 = couldn't cast < 0
1240 * 2 = couldn't cast >= 0x80000000
1241 * 4 = couldn't cast in argument expression list
1242 */
1761cee5 1243#define CASTNEGFLOAT /**/
1244#define CASTFLAGS 0 /**/
495c5fdc 1245
1246/* VOID_CLOSEDIR:
1247 * This symbol, if defined, indicates that the closedir() routine
1248 * does not return a value.
1249 */
1761cee5 1250/*#define VOID_CLOSEDIR /**/
c287c78d 1251
4e0554ec 1252/* HAS_STRUCT_CMSGHDR:
1253 * This symbol, if defined, indicates that the struct cmsghdr
1254 * is supported.
1255 */
0d6ca59a 1256/*#define HAS_STRUCT_CMSGHDR /**/
4e0554ec 1257
10cc9d2a 1258/* HAS_CSH:
1259 * This symbol, if defined, indicates that the C-shell exists.
c287c78d 1260 */
10cc9d2a 1261/* CSH:
1262 * This symbol, if defined, contains the full pathname of csh.
c287c78d 1263 */
5b8c1387 1264#define HAS_CSH /**/
10cc9d2a 1265#ifdef HAS_CSH
0d6ca59a 1266#define CSH "/system/gnu_library/bin/bash.pm" /**/
10cc9d2a 1267#endif
c287c78d 1268
10cc9d2a 1269/* DLSYM_NEEDS_UNDERSCORE:
1270 * This symbol, if defined, indicates that we need to prepend an
1271 * underscore to the symbol name before calling dlsym(). This only
1272 * makes sense if you *have* dlsym, which we will presume is the
1273 * case if you're using dl_dlopen.xs.
c287c78d 1274 */
10cc9d2a 1275/*#define DLSYM_NEEDS_UNDERSCORE /**/
c287c78d 1276
10cc9d2a 1277/* HAS_DRAND48_PROTO:
1278 * This symbol, if defined, indicates that the system provides
1279 * a prototype for the drand48() function. Otherwise, it is up
1280 * to the program to supply one. A good guess is
1281 * extern double drand48 _((void));
c287c78d 1282 */
10cc9d2a 1283/*#define HAS_DRAND48_PROTO /**/
c287c78d 1284
10cc9d2a 1285/* HAS_ENDGRENT:
1286 * This symbol, if defined, indicates that the getgrent routine is
1287 * available for finalizing sequential access of the group database.
c287c78d 1288 */
10cc9d2a 1289/*#define HAS_ENDGRENT /**/
c287c78d 1290
10cc9d2a 1291/* HAS_ENDHOSTENT:
1292 * This symbol, if defined, indicates that the endhostent() routine is
1293 * available to close whatever was being used for host queries.
c287c78d 1294 */
10cc9d2a 1295#define HAS_ENDHOSTENT /**/
c287c78d 1296
10cc9d2a 1297/* HAS_ENDNETENT:
1298 * This symbol, if defined, indicates that the endnetent() routine is
1299 * available to close whatever was being used for network queries.
1761cee5 1300 */
10cc9d2a 1301#define HAS_ENDNETENT /**/
1761cee5 1302
10cc9d2a 1303/* HAS_ENDPROTOENT:
1304 * This symbol, if defined, indicates that the endprotoent() routine is
1305 * available to close whatever was being used for protocol queries.
1761cee5 1306 */
10cc9d2a 1307#define HAS_ENDPROTOENT /**/
1761cee5 1308
10cc9d2a 1309/* HAS_ENDPWENT:
1310 * This symbol, if defined, indicates that the getgrent routine is
1311 * available for finalizing sequential access of the passwd database.
1761cee5 1312 */
10cc9d2a 1313/*#define HAS_ENDPWENT /**/
1761cee5 1314
10cc9d2a 1315/* HAS_ENDSERVENT:
1316 * This symbol, if defined, indicates that the endservent() routine is
1317 * available to close whatever was being used for service queries.
1761cee5 1318 */
10cc9d2a 1319#define HAS_ENDSERVENT /**/
1761cee5 1320
0d6ca59a 1321/* FCNTL_CAN_LOCK:
1322 * This symbol, if defined, indicates that fcntl() can be used
1323 * for file locking. Normally on Unix systems this is defined.
1324 * It may be undefined on VMS.
1325 */
1326#define FCNTL_CAN_LOCK /**/
1327
10cc9d2a 1328/* HAS_FD_SET:
1329 * This symbol, when defined, indicates presence of the fd_set typedef
1330 * in <sys/types.h>
1761cee5 1331 */
10cc9d2a 1332/*#define HAS_FD_SET /**/
1333
a3540c92 1334/* FLEXFILENAMES:
1335 * This symbol, if defined, indicates that the system supports filenames
1336 * longer than 14 characters.
1337 */
1338#define FLEXFILENAMES /**/
1339
10cc9d2a 1340/* HAS_FPOS64_T:
1341 * This symbol will be defined if the C compiler supports fpos64_t.
1761cee5 1342 */
10cc9d2a 1343/*#define HAS_FPOS64_T /**/
1344
a3540c92 1345/* HAS_FREXPL:
1346 * This symbol, if defined, indicates that the frexpl routine is
1347 * available to break a long double floating-point number into
1348 * a normalized fraction and an integral power of 2.
1349 */
1350/*#define HAS_FREXPL /**/
1351
10cc9d2a 1352/* HAS_STRUCT_FS_DATA:
1353 * This symbol, if defined, indicates that the struct fs_data
1354 * to do statfs() is supported.
1761cee5 1355 */
10cc9d2a 1356/*#define HAS_STRUCT_FS_DATA /**/
1761cee5 1357
10cc9d2a 1358/* HAS_FSEEKO:
1359 * This symbol, if defined, indicates that the fseeko routine is
1360 * available to fseek beyond 32 bits (useful for ILP32 hosts).
1761cee5 1361 */
10cc9d2a 1362/*#define HAS_FSEEKO /**/
1363
1364/* HAS_FSTATFS:
1365 * This symbol, if defined, indicates that the fstatfs routine is
1366 * available to stat filesystems by file descriptors.
1761cee5 1367 */
10cc9d2a 1368/*#define HAS_FSTATFS /**/
1369
411ab01c 1370/* HAS_FSYNC:
1371 * This symbol, if defined, indicates that the fsync routine is
1372 * available to write a file's modified data and attributes to
1373 * permanent storage.
1374 */
1375/*#define HAS_FSYNC /**/
1376
10cc9d2a 1377/* HAS_FTELLO:
1378 * This symbol, if defined, indicates that the ftello routine is
1379 * available to ftell beyond 32 bits (useful for ILP32 hosts).
1761cee5 1380 */
10cc9d2a 1381/*#define HAS_FTELLO /**/
1761cee5 1382
10cc9d2a 1383/* Gconvert:
1384 * This preprocessor macro is defined to convert a floating point
1385 * number to a string without a trailing decimal point. This
1386 * emulates the behavior of sprintf("%g"), but is sometimes much more
1387 * efficient. If gconvert() is not available, but gcvt() drops the
1388 * trailing decimal point, then gcvt() is used. If all else fails,
1389 * a macro using sprintf("%g") is used. Arguments for the Gconvert
1390 * macro are: value, number of digits, whether trailing zeros should
1391 * be retained, and the output buffer.
1392 * Possible values are:
1393 * d_Gconvert='gconvert((x),(n),(t),(b))'
1394 * d_Gconvert='gcvt((x),(n),(b))'
1395 * d_Gconvert='sprintf((b),"%.*g",(n),(x))'
1396 * The last two assume trailing zeros should not be kept.
1761cee5 1397 */
10cc9d2a 1398#define Gconvert(x,n,t,b) sprintf((b),"%.*g",(n),(x))
1399
1400/* HAS_GETCWD:
1401 * This symbol, if defined, indicates that the getcwd routine is
1402 * available to get the current working directory.
1761cee5 1403 */
10cc9d2a 1404#define HAS_GETCWD /**/
1761cee5 1405
d6c14000 1406/* HAS_GETESPWNAM:
1407 * This symbol, if defined, indicates that the getespwnam system call is
1408 * available to retrieve enchanced (shadow) password entries by name.
1409 */
1410/*#define HAS_GETESPWNAM /**/
1411
a3540c92 1412/* HAS_GETFSSTAT:
1413 * This symbol, if defined, indicates that the getfsstat routine is
1414 * available to stat filesystems in bulk.
1415 */
1416/*#define HAS_GETFSSTAT /**/
1417
10cc9d2a 1418/* HAS_GETGRENT:
1419 * This symbol, if defined, indicates that the getgrent routine is
1420 * available for sequential access of the group database.
1761cee5 1421 */
10cc9d2a 1422/*#define HAS_GETGRENT /**/
1761cee5 1423
10cc9d2a 1424/* HAS_GETHOSTBYADDR:
1425 * This symbol, if defined, indicates that the gethostbyaddr() routine is
1426 * available to look up hosts by their IP addresses.
1761cee5 1427 */
10cc9d2a 1428#define HAS_GETHOSTBYADDR /**/
1429
1430/* HAS_GETHOSTBYNAME:
1431 * This symbol, if defined, indicates that the gethostbyname() routine is
1432 * available to look up host names in some data base or other.
1761cee5 1433 */
10cc9d2a 1434#define HAS_GETHOSTBYNAME /**/
1435
1436/* HAS_GETHOSTENT:
1437 * This symbol, if defined, indicates that the gethostent() routine is
1438 * available to look up host names in some data base or another.
1761cee5 1439 */
10cc9d2a 1440#define HAS_GETHOSTENT /**/
1761cee5 1441
10cc9d2a 1442/* HAS_GETHOSTNAME:
1443 * This symbol, if defined, indicates that the C program may use the
1444 * gethostname() routine to derive the host name. See also HAS_UNAME
1445 * and PHOSTNAME.
1761cee5 1446 */
10cc9d2a 1447/* HAS_UNAME:
1448 * This symbol, if defined, indicates that the C program may use the
1449 * uname() routine to derive the host name. See also HAS_GETHOSTNAME
1450 * and PHOSTNAME.
1761cee5 1451 */
10cc9d2a 1452/* PHOSTNAME:
1453 * This symbol, if defined, indicates the command to feed to the
1454 * popen() routine to derive the host name. See also HAS_GETHOSTNAME
1455 * and HAS_UNAME. Note that the command uses a fully qualified path,
1456 * so that it is safe even if used by a process with super-user
1457 * privileges.
1761cee5 1458 */
10cc9d2a 1459/* HAS_PHOSTNAME:
1460 * This symbol, if defined, indicates that the C program may use the
1461 * contents of PHOSTNAME as a command to feed to the popen() routine
1462 * to derive the host name.
1761cee5 1463 */
10cc9d2a 1464#define HAS_GETHOSTNAME /**/
1465#define HAS_UNAME /**/
1466/*#define HAS_PHOSTNAME /**/
1467#ifdef HAS_PHOSTNAME
1468#define PHOSTNAME "" /* How to get the host name */
1469#endif
1761cee5 1470
10cc9d2a 1471/* HAS_GETHOST_PROTOS:
1472 * This symbol, if defined, indicates that <netdb.h> includes
1473 * prototypes for gethostent(), gethostbyname(), and
1474 * gethostbyaddr(). Otherwise, it is up to the program to guess
1475 * them. See netdbtype.U for probing for various Netdb_xxx_t types.
1761cee5 1476 */
10cc9d2a 1477#define HAS_GETHOST_PROTOS /**/
1761cee5 1478
4e0554ec 1479/* HAS_GETITIMER:
1480 * This symbol, if defined, indicates that the getitimer routine is
1481 * available to return interval timers.
1482 */
1483/*#define HAS_GETITIMER /**/
1484
10cc9d2a 1485/* HAS_GETMNT:
1486 * This symbol, if defined, indicates that the getmnt routine is
1487 * available to get filesystem mount info by filename.
1761cee5 1488 */
10cc9d2a 1489/*#define HAS_GETMNT /**/
1761cee5 1490
10cc9d2a 1491/* HAS_GETMNTENT:
1492 * This symbol, if defined, indicates that the getmntent routine is
1493 * available to iterate through mounted file systems to get their info.
1761cee5 1494 */
10cc9d2a 1495/*#define HAS_GETMNTENT /**/
1761cee5 1496
10cc9d2a 1497/* HAS_GETNETBYADDR:
1498 * This symbol, if defined, indicates that the getnetbyaddr() routine is
1499 * available to look up networks by their IP addresses.
1761cee5 1500 */
10cc9d2a 1501#define HAS_GETNETBYADDR /**/
1761cee5 1502
10cc9d2a 1503/* HAS_GETNETBYNAME:
1504 * This symbol, if defined, indicates that the getnetbyname() routine is
1505 * available to look up networks by their names.
1761cee5 1506 */
10cc9d2a 1507#define HAS_GETNETBYNAME /**/
1761cee5 1508
10cc9d2a 1509/* HAS_GETNETENT:
1510 * This symbol, if defined, indicates that the getnetent() routine is
1511 * available to look up network names in some data base or another.
1761cee5 1512 */
10cc9d2a 1513#define HAS_GETNETENT /**/
1761cee5 1514
10cc9d2a 1515/* HAS_GETNET_PROTOS:
1516 * This symbol, if defined, indicates that <netdb.h> includes
1517 * prototypes for getnetent(), getnetbyname(), and
1518 * getnetbyaddr(). Otherwise, it is up to the program to guess
1519 * them. See netdbtype.U for probing for various Netdb_xxx_t types.
1761cee5 1520 */
10cc9d2a 1521#define HAS_GETNET_PROTOS /**/
1761cee5 1522
0d6ca59a 1523/* HAS_GETPAGESIZE:
1524 * This symbol, if defined, indicates that the getpagesize system call
1525 * is available to get system page size, which is the granularity of
1526 * many memory management calls.
1527 */
1528/*#define HAS_GETPAGESIZE /**/
1529
10cc9d2a 1530/* HAS_GETPROTOENT:
1531 * This symbol, if defined, indicates that the getprotoent() routine is
1532 * available to look up protocols in some data base or another.
1761cee5 1533 */
10cc9d2a 1534#define HAS_GETPROTOENT /**/
1761cee5 1535
0d6ca59a 1536/* HAS_GETPGRP:
1537 * This symbol, if defined, indicates that the getpgrp routine is
1538 * available to get the current process group.
1539 */
1540/* USE_BSD_GETPGRP:
1541 * This symbol, if defined, indicates that getpgrp needs one
1542 * arguments whereas USG one needs none.
1543 */
1544#define HAS_GETPGRP /**/
1545/*#define USE_BSD_GETPGRP /**/
1546
10cc9d2a 1547/* HAS_GETPROTOBYNAME:
1548 * This symbol, if defined, indicates that the getprotobyname()
1549 * routine is available to look up protocols by their name.
1761cee5 1550 */
10cc9d2a 1551/* HAS_GETPROTOBYNUMBER:
1552 * This symbol, if defined, indicates that the getprotobynumber()
1553 * routine is available to look up protocols by their number.
1761cee5 1554 */
10cc9d2a 1555#define HAS_GETPROTOBYNAME /**/
1556#define HAS_GETPROTOBYNUMBER /**/
1761cee5 1557
10cc9d2a 1558/* HAS_GETPROTO_PROTOS:
1559 * This symbol, if defined, indicates that <netdb.h> includes
1560 * prototypes for getprotoent(), getprotobyname(), and
1561 * getprotobyaddr(). Otherwise, it is up to the program to guess
1562 * them. See netdbtype.U for probing for various Netdb_xxx_t types.
1761cee5 1563 */
10cc9d2a 1564#define HAS_GETPROTO_PROTOS /**/
1565
d6c14000 1566/* HAS_GETPRPWNAM:
1567 * This symbol, if defined, indicates that the getprpwnam system call is
1568 * available to retrieve protected (shadow) password entries by name.
1569 */
1570/*#define HAS_GETPRPWNAM /**/
1571
10cc9d2a 1572/* HAS_GETPWENT:
1573 * This symbol, if defined, indicates that the getpwent routine is
1574 * available for sequential access of the passwd database.
1575 * If this is not available, the older getpw() function may be available.
1761cee5 1576 */
10cc9d2a 1577/*#define HAS_GETPWENT /**/
1761cee5 1578
10cc9d2a 1579/* HAS_GETSERVENT:
1580 * This symbol, if defined, indicates that the getservent() routine is
1581 * available to look up network services in some data base or another.
1761cee5 1582 */
10cc9d2a 1583#define HAS_GETSERVENT /**/
1761cee5 1584
10cc9d2a 1585/* HAS_GETSERV_PROTOS:
1586 * This symbol, if defined, indicates that <netdb.h> includes
1587 * prototypes for getservent(), getservbyname(), and
1588 * getservbyaddr(). Otherwise, it is up to the program to guess
1589 * them. See netdbtype.U for probing for various Netdb_xxx_t types.
1761cee5 1590 */
10cc9d2a 1591#define HAS_GETSERV_PROTOS /**/
1761cee5 1592
10cc9d2a 1593/* HAS_GETSPNAM:
1594 * This symbol, if defined, indicates that the getspnam system call is
1595 * available to retrieve SysV shadow password entries by name.
1761cee5 1596 */
10cc9d2a 1597/*#define HAS_GETSPNAM /**/
1761cee5 1598
10cc9d2a 1599/* HAS_GETSERVBYNAME:
1600 * This symbol, if defined, indicates that the getservbyname()
1601 * routine is available to look up services by their name.
1761cee5 1602 */
10cc9d2a 1603/* HAS_GETSERVBYPORT:
1604 * This symbol, if defined, indicates that the getservbyport()
1605 * routine is available to look up services by their port.
1761cee5 1606 */
10cc9d2a 1607#define HAS_GETSERVBYNAME /**/
1608#define HAS_GETSERVBYPORT /**/
1609
1610/* HAS_GNULIBC:
1611 * This symbol, if defined, indicates to the C program that
1612 * the GNU C library is being used.
1761cee5 1613 */
10cc9d2a 1614/*#define HAS_GNULIBC /**/
1615#if defined(HAS_GNULIBC) && !defined(_GNU_SOURCE)
1616# define _GNU_SOURCE
1617#endif
1618/* HAS_HASMNTOPT:
1619 * This symbol, if defined, indicates that the hasmntopt routine is
1620 * available to query the mount options of file systems.
1761cee5 1621 */
10cc9d2a 1622/*#define HAS_HASMNTOPT /**/
1761cee5 1623
10cc9d2a 1624/* HAS_HTONL:
1625 * This symbol, if defined, indicates that the htonl() routine (and
1626 * friends htons() ntohl() ntohs()) are available to do network
1627 * order byte swapping.
1761cee5 1628 */
10cc9d2a 1629/* HAS_HTONS:
1630 * This symbol, if defined, indicates that the htons() routine (and
1631 * friends htonl() ntohl() ntohs()) are available to do network
1632 * order byte swapping.
1761cee5 1633 */
1634/* HAS_NTOHL:
1635 * This symbol, if defined, indicates that the ntohl() routine (and
1636 * friends htonl() htons() ntohs()) are available to do network
1637 * order byte swapping.
1638 */
1639/* HAS_NTOHS:
1640 * This symbol, if defined, indicates that the ntohs() routine (and
1641 * friends htonl() htons() ntohl()) are available to do network
1642 * order byte swapping.
1643 */
1644#define HAS_HTONL /**/
1645#define HAS_HTONS /**/
1646#define HAS_NTOHL /**/
1647#define HAS_NTOHS /**/
1648
10cc9d2a 1649/* HAS_ICONV:
1650 * This symbol, if defined, indicates that the iconv routine is
1651 * available to do character set conversions.
1652 */
1653/*#define HAS_ICONV /**/
1654
1655/* HAS_INT64_T:
1656 * This symbol will defined if the C compiler supports int64_t.
1657 * Usually the <inttypes.h> needs to be included, but sometimes
1658 * <sys/types.h> is enough.
1659 */
09445a51 1660/*#define HAS_INT64_T /**/
10cc9d2a 1661
1662/* HAS_ISASCII:
1663 * This manifest constant lets the C program know that isascii
1664 * is available.
1665 */
1666#define HAS_ISASCII /**/
1667
a3540c92 1668/* HAS_ISNAN:
1669 * This symbol, if defined, indicates that the isnan routine is
1670 * available to check whether a double is a NaN.
1671 */
5b8c1387 1672/*#define HAS_ISNAN /**/
a3540c92 1673
1674/* HAS_ISNANL:
1675 * This symbol, if defined, indicates that the isnanl routine is
1676 * available to check whether a long double is a NaN.
1677 */
1678/*#define HAS_ISNANL /**/
1679
10cc9d2a 1680/* HAS_LCHOWN:
1681 * This symbol, if defined, indicates that the lchown routine is
1682 * available to operate on a symbolic link (instead of following the
1683 * link).
1684 */
1685/*#define HAS_LCHOWN /**/
1686
1687/* HAS_LDBL_DIG:
1688 * This symbol, if defined, indicates that this system's <float.h>
1689 * or <limits.h> defines the symbol LDBL_DIG, which is the number
1690 * of significant digits in a long double precision number. Unlike
1691 * for DBL_DIG, there's no good guess for LDBL_DIG if it is undefined.
1692 */
1693#define HAS_LDBL_DIG /* */
1694
1761cee5 1695/* HAS_LONG_DOUBLE:
1696 * This symbol will be defined if the C compiler supports long
1697 * doubles.
1698 */
1699/* LONG_DOUBLESIZE:
1700 * This symbol contains the size of a long double, so that the
1701 * C preprocessor can make decisions based on it. It is only
1702 * defined if the system supports long doubles.
1703 */
1704#define HAS_LONG_DOUBLE /**/
1705#ifdef HAS_LONG_DOUBLE
1706#define LONG_DOUBLESIZE 8 /**/
1707#endif
1708
1709/* HAS_LONG_LONG:
1710 * This symbol will be defined if the C compiler supports long long.
1711 */
1712/* LONGLONGSIZE:
1713 * This symbol contains the size of a long long, so that the
1714 * C preprocessor can make decisions based on it. It is only
1715 * defined if the system supports long long.
1716 */
1717/*#define HAS_LONG_LONG /**/
1718#ifdef HAS_LONG_LONG
1719#define LONGLONGSIZE _error_ /**/
1720#endif
1721
a3540c92 1722/* HAS_LSEEK_PROTO:
1723 * This symbol, if defined, indicates that the system provides
1724 * a prototype for the lseek() function. Otherwise, it is up
1725 * to the program to supply one. A good guess is
1726 * extern off_t lseek(int, off_t, int);
1727 */
1728#define HAS_LSEEK_PROTO /**/
1729
792d8dab 1730/* HAS_MADVISE:
1731 * This symbol, if defined, indicates that the madvise system call is
1732 * available to map a file into memory.
1733 */
1734/*#define HAS_MADVISE /**/
1735
1761cee5 1736/* HAS_MEMCHR:
1737 * This symbol, if defined, indicates that the memchr routine is available
1738 * to locate characters within a C string.
1739 */
1740#define HAS_MEMCHR /**/
1741
10cc9d2a 1742/* HAS_MKDTEMP:
1743 * This symbol, if defined, indicates that the mkdtemp routine is
1744 * available to exclusively create a uniquely named temporary directory.
1761cee5 1745 */
09445a51 1746/*#define HAS_MKDTEMP /**/
1761cee5 1747
10cc9d2a 1748/* HAS_MKSTEMP:
1749 * This symbol, if defined, indicates that the mkstemp routine is
1750 * available to exclusively create and open a uniquely named
1751 * temporary file.
1761cee5 1752 */
09445a51 1753/*#define HAS_MKSTEMP /**/
1761cee5 1754
10cc9d2a 1755/* HAS_MKSTEMPS:
1756 * This symbol, if defined, indicates that the mkstemps routine is
1757 * available to excluslvely create and open a uniquely named
1758 * (with a suffix) temporary file.
1761cee5 1759 */
09445a51 1760/*#define HAS_MKSTEMPS /**/
1761cee5 1761
10cc9d2a 1762/* HAS_MMAP:
1763 * This symbol, if defined, indicates that the mmap system call is
1764 * available to map a file into memory.
1761cee5 1765 */
10cc9d2a 1766/* Mmap_t:
1767 * This symbol holds the return type of the mmap() system call
1768 * (and simultaneously the type of the first argument).
1769 * Usually set to 'void *' or 'cadd_t'.
1761cee5 1770 */
5b8c1387 1771#define HAS_MMAP /**/
1772#define Mmap_t void * /**/
1761cee5 1773
d6c14000 1774/* HAS_MODFL:
1775 * This symbol, if defined, indicates that the modfl routine is
1776 * available to split a long double x into a fractional part f and
1777 * an integer part i such that |f| < 1.0 and (f + i) = x.
1778 */
60441da2 1779/* HAS_MODFL_POW32_BUG:
1780 * This symbol, if defined, indicates that the modfl routine is
1781 * broken for long doubles >= pow(2, 32).
1782 * For example from 4294967303.150000 one would get 4294967302.000000
1783 * and 1.150000. The bug has been seen in certain versions of glibc,
1784 * release 2.2.2 is known to be okay.
1785 */
d6c14000 1786/*#define HAS_MODFL /**/
60441da2 1787/*#define HAS_MODFL_POW32_BUG /**/
d6c14000 1788
10cc9d2a 1789/* HAS_MPROTECT:
1790 * This symbol, if defined, indicates that the mprotect system call is
1791 * available to modify the access protection of a memory mapped file.
1761cee5 1792 */
10cc9d2a 1793/*#define HAS_MPROTECT /**/
1761cee5 1794
10cc9d2a 1795/* HAS_MSG:
1796 * This symbol, if defined, indicates that the entire msg*(2) library is
1797 * supported (IPC mechanism based on message queues).
1761cee5 1798 */
10cc9d2a 1799/*#define HAS_MSG /**/
1761cee5 1800
4e0554ec 1801/* HAS_STRUCT_MSGHDR:
1802 * This symbol, if defined, indicates that the struct msghdr
1803 * is supported.
1804 */
0d6ca59a 1805/*#define HAS_STRUCT_MSGHDR /**/
4e0554ec 1806
10cc9d2a 1807/* HAS_OFF64_T:
1808 * This symbol will be defined if the C compiler supports off64_t.
1761cee5 1809 */
10cc9d2a 1810/*#define HAS_OFF64_T /**/
1761cee5 1811
10cc9d2a 1812/* HAS_OPEN3:
1813 * This manifest constant lets the C program know that the three
1814 * argument form of open(2) is available.
1761cee5 1815 */
10cc9d2a 1816#define HAS_OPEN3 /**/
1761cee5 1817
10cc9d2a 1818/* OLD_PTHREAD_CREATE_JOINABLE:
1819 * This symbol, if defined, indicates how to create pthread
1820 * in joinable (aka undetached) state. NOTE: not defined
1821 * if pthread.h already has defined PTHREAD_CREATE_JOINABLE
1822 * (the new version of the constant).
1823 * If defined, known values are PTHREAD_CREATE_UNDETACHED
1824 * and __UNDETACHED.
1761cee5 1825 */
10cc9d2a 1826/*#define OLD_PTHREAD_CREATE_JOINABLE /**/
1827
1828/* HAS_PTHREAD_YIELD:
1829 * This symbol, if defined, indicates that the pthread_yield
1830 * routine is available to yield the execution of the current
1831 * thread. sched_yield is preferable to pthread_yield.
1832 */
1833/* SCHED_YIELD:
1834 * This symbol defines the way to yield the execution of
1835 * the current thread. Known ways are sched_yield,
1836 * pthread_yield, and pthread_yield with NULL.
1837 */
1838/* HAS_SCHED_YIELD:
1839 * This symbol, if defined, indicates that the sched_yield
1840 * routine is available to yield the execution of the current
1841 * thread. sched_yield is preferable to pthread_yield.
1842 */
1843/*#define HAS_PTHREAD_YIELD /**/
1844#define SCHED_YIELD /**/
1845/*#define HAS_SCHED_YIELD /**/
1846
0d6ca59a 1847/* HAS_READV:
1848 * This symbol, if defined, indicates that the readv routine is
1849 * available to do gather reads. You will also need <sys/uio.h>
1850 * and there I_SYSUIO.
1851 */
1852/*#define HAS_READV /**/
1853
1854/* HAS_RECVMSG:
1855 * This symbol, if defined, indicates that the recvmsg routine is
1856 * available to send structured socket messages.
1857 */
1858/*#define HAS_RECVMSG /**/
1859
10cc9d2a 1860/* HAS_SAFE_BCOPY:
1861 * This symbol, if defined, indicates that the bcopy routine is available
1862 * to copy potentially overlapping memory blocks. Otherwise you should
1863 * probably use memmove() or memcpy(). If neither is defined, roll your
1864 * own version.
1865 */
1866/*#define HAS_SAFE_BCOPY /**/
1867
1868/* HAS_SAFE_MEMCPY:
1869 * This symbol, if defined, indicates that the memcpy routine is available
1870 * to copy potentially overlapping memory blocks. Otherwise you should
1871 * probably use memmove() or memcpy(). If neither is defined, roll your
1872 * own version.
1873 */
1874/*#define HAS_SAFE_MEMCPY /**/
1875
1876/* HAS_SANE_MEMCMP:
1877 * This symbol, if defined, indicates that the memcmp routine is available
1878 * and can be used to compare relative magnitudes of chars with their high
1879 * bits set. If it is not defined, roll your own version.
1880 */
1881#define HAS_SANE_MEMCMP /**/
1882
ef9f17be 1883/* HAS_SBRK_PROTO:
1884 * This symbol, if defined, indicates that the system provides
1885 * a prototype for the sbrk() function. Otherwise, it is up
1886 * to the program to supply one. Good guesses are
1887 * extern void* sbrk _((int));
1888 * extern void* sbrk _((size_t));
1889 */
0d6ca59a 1890/*#define HAS_SBRK_PROTO /**/
ef9f17be 1891
10cc9d2a 1892/* HAS_SEM:
1893 * This symbol, if defined, indicates that the entire sem*(2) library is
1894 * supported.
1895 */
1896/*#define HAS_SEM /**/
1897
4e0554ec 1898/* HAS_SENDMSG:
1899 * This symbol, if defined, indicates that the sendmsg routine is
1900 * available to send structured socket messages.
1901 */
1902/*#define HAS_SENDMSG /**/
1903
10cc9d2a 1904/* HAS_SETGRENT:
1905 * This symbol, if defined, indicates that the setgrent routine is
1906 * available for initializing sequential access of the group database.
1907 */
1908/*#define HAS_SETGRENT /**/
1909
1910/* HAS_SETGROUPS:
1911 * This symbol, if defined, indicates that the setgroups() routine is
1912 * available to set the list of process groups. If unavailable, multiple
1913 * groups are probably not supported.
1914 */
1915/*#define HAS_SETGROUPS /**/
1916
1917/* HAS_SETHOSTENT:
1918 * This symbol, if defined, indicates that the sethostent() routine is
1919 * available.
1920 */
1921#define HAS_SETHOSTENT /**/
1922
4e0554ec 1923/* HAS_SETITIMER:
1924 * This symbol, if defined, indicates that the setitimer routine is
1925 * available to set interval timers.
1926 */
1927/*#define HAS_SETITIMER /**/
1928
10cc9d2a 1929/* HAS_SETNETENT:
1930 * This symbol, if defined, indicates that the setnetent() routine is
1931 * available.
1932 */
1933#define HAS_SETNETENT /**/
1934
1935/* HAS_SETPROTOENT:
1936 * This symbol, if defined, indicates that the setprotoent() routine is
1937 * available.
1938 */
1939#define HAS_SETPROTOENT /**/
1940
0d6ca59a 1941/* HAS_SETPGRP:
1942 * This symbol, if defined, indicates that the setpgrp routine is
1943 * available to set the current process group.
1944 */
1945/* USE_BSD_SETPGRP:
1946 * This symbol, if defined, indicates that setpgrp needs two
1947 * arguments whereas USG one needs none. See also HAS_SETPGID
1948 * for a POSIX interface.
1949 */
1950/*#define HAS_SETPGRP /**/
1951/*#define USE_BSD_SETPGRP /**/
1952
fd47df60 1953/* HAS_SETPROCTITLE:
1954 * This symbol, if defined, indicates that the setproctitle routine is
1955 * available to set process title.
1956 */
1957/*#define HAS_SETPROCTITLE /**/
1958
10cc9d2a 1959/* HAS_SETPWENT:
1960 * This symbol, if defined, indicates that the setpwent routine is
1961 * available for initializing sequential access of the passwd database.
1962 */
1963/*#define HAS_SETPWENT /**/
1964
1965/* HAS_SETSERVENT:
1966 * This symbol, if defined, indicates that the setservent() routine is
1967 * available.
1968 */
1969#define HAS_SETSERVENT /**/
1970
10cc9d2a 1971/* HAS_SETVBUF:
1972 * This symbol, if defined, indicates that the setvbuf routine is
1973 * available to change buffering on an open stdio stream.
1974 * to a line-buffered mode.
1975 */
1976#define HAS_SETVBUF /**/
1977
1978/* USE_SFIO:
1979 * This symbol, if defined, indicates that sfio should
1980 * be used.
1981 */
1982/*#define USE_SFIO /**/
1761cee5 1983
1984/* HAS_SHM:
1985 * This symbol, if defined, indicates that the entire shm*(2) library is
1986 * supported.
1987 */
1988/*#define HAS_SHM /**/
1989
10cc9d2a 1990/* HAS_SIGACTION:
1991 * This symbol, if defined, indicates that Vr4's sigaction() routine
1992 * is available.
1993 */
5b8c1387 1994#define HAS_SIGACTION /**/
10cc9d2a 1995
1996/* HAS_SIGSETJMP:
1997 * This variable indicates to the C program that the sigsetjmp()
1998 * routine is available to save the calling process's registers
1999 * and stack environment for later use by siglongjmp(), and
2000 * to optionally save the process's signal mask. See
2001 * Sigjmp_buf, Sigsetjmp, and Siglongjmp.
2002 */
2003/* Sigjmp_buf:
2004 * This is the buffer type to be used with Sigsetjmp and Siglongjmp.
2005 */
2006/* Sigsetjmp:
2007 * This macro is used in the same way as sigsetjmp(), but will invoke
2008 * traditional setjmp() if sigsetjmp isn't available.
2009 * See HAS_SIGSETJMP.
2010 */
2011/* Siglongjmp:
2012 * This macro is used in the same way as siglongjmp(), but will invoke
2013 * traditional longjmp() if siglongjmp isn't available.
2014 * See HAS_SIGSETJMP.
2015 */
5b8c1387 2016#define HAS_SIGSETJMP /**/
10cc9d2a 2017#ifdef HAS_SIGSETJMP
2018#define Sigjmp_buf sigjmp_buf
2019#define Sigsetjmp(buf,save_mask) sigsetjmp((buf),(save_mask))
2020#define Siglongjmp(buf,retval) siglongjmp((buf),(retval))
2021#else
2022#define Sigjmp_buf jmp_buf
2023#define Sigsetjmp(buf,save_mask) setjmp((buf))
2024#define Siglongjmp(buf,retval) longjmp((buf),(retval))
2025#endif
2026
1761cee5 2027/* HAS_SOCKET:
2028 * This symbol, if defined, indicates that the BSD socket interface is
2029 * supported.
2030 */
2031/* HAS_SOCKETPAIR:
2032 * This symbol, if defined, indicates that the BSD socketpair() call is
2033 * supported.
2034 */
2035/* HAS_MSG_CTRUNC:
2036 * This symbol, if defined, indicates that the MSG_CTRUNC is supported.
2037 * Checking just with #ifdef might not be enough because this symbol
2038 * has been known to be an enum.
2039 */
2040/* HAS_MSG_DONTROUTE:
2041 * This symbol, if defined, indicates that the MSG_DONTROUTE is supported.
2042 * Checking just with #ifdef might not be enough because this symbol
2043 * has been known to be an enum.
2044 */
2045/* HAS_MSG_OOB:
2046 * This symbol, if defined, indicates that the MSG_OOB is supported.
2047 * Checking just with #ifdef might not be enough because this symbol
2048 * has been known to be an enum.
2049 */
2050/* HAS_MSG_PEEK:
2051 * This symbol, if defined, indicates that the MSG_PEEK is supported.
2052 * Checking just with #ifdef might not be enough because this symbol
2053 * has been known to be an enum.
2054 */
2055/* HAS_MSG_PROXY:
2056 * This symbol, if defined, indicates that the MSG_PROXY is supported.
2057 * Checking just with #ifdef might not be enough because this symbol
2058 * has been known to be an enum.
2059 */
2060/* HAS_SCM_RIGHTS:
2061 * This symbol, if defined, indicates that the SCM_RIGHTS is supported.
2062 * Checking just with #ifdef might not be enough because this symbol
2063 * has been known to be an enum.
c287c78d 2064 */
1761cee5 2065#define HAS_SOCKET /**/
2066/*#define HAS_SOCKETPAIR /**/
2067/*#define HAS_MSG_CTRUNC /**/
2068/*#define HAS_MSG_DONTROUTE /**/
2069/*#define HAS_MSG_OOB /**/
2070/*#define HAS_MSG_PEEK /**/
2071/*#define HAS_MSG_PROXY /**/
2072/*#define HAS_SCM_RIGHTS /**/
c287c78d 2073
d6b278e9 2074/* HAS_SOCKS5_INIT:
2075 * This symbol, if defined, indicates that the socks5_init routine is
2076 * available to initialize SOCKS 5.
2077 */
2078/*#define HAS_SOCKS5_INIT /**/
2079
10cc9d2a 2080/* HAS_SQRTL:
2081 * This symbol, if defined, indicates that the sqrtl routine is
2082 * available to do long double square roots.
2083 */
2084/*#define HAS_SQRTL /**/
2085
1761cee5 2086/* USE_STAT_BLOCKS:
2087 * This symbol is defined if this system has a stat structure declaring
2088 * st_blksize and st_blocks.
c287c78d 2089 */
1761cee5 2090#ifndef USE_STAT_BLOCKS
2091/*#define USE_STAT_BLOCKS /**/
2092#endif
c287c78d 2093
10cc9d2a 2094/* HAS_STRUCT_STATFS_F_FLAGS:
2095 * This symbol, if defined, indicates that the struct statfs
2096 * does have the f_flags member containing the mount flags of
2097 * the filesystem containing the file.
2098 * This kind of struct statfs is coming from <sys/mount.h> (BSD 4.3),
2099 * not from <sys/statfs.h> (SYSV). Older BSDs (like Ultrix) do not
2100 * have statfs() and struct statfs, they have ustat() and getmnt()
2101 * with struct ustat and struct fs_data.
2102 */
2103/*#define HAS_STRUCT_STATFS_F_FLAGS /**/
2104
2105/* HAS_STRUCT_STATFS:
2106 * This symbol, if defined, indicates that the struct statfs
2107 * to do statfs() is supported.
2108 */
2109/*#define HAS_STRUCT_STATFS /**/
2110
2111/* HAS_FSTATVFS:
2112 * This symbol, if defined, indicates that the fstatvfs routine is
2113 * available to stat filesystems by file descriptors.
2114 */
2115/*#define HAS_FSTATVFS /**/
2116
2117/* USE_STDIO_PTR:
2118 * This symbol is defined if the _ptr and _cnt fields (or similar)
2119 * of the stdio FILE structure can be used to access the stdio buffer
2120 * for a file handle. If this is defined, then the FILE_ptr(fp)
2121 * and FILE_cnt(fp) macros will also be defined and should be used
2122 * to access these fields.
2123 */
2124/* FILE_ptr:
2125 * This macro is used to access the _ptr field (or equivalent) of the
2126 * FILE structure pointed to by its argument. This macro will always be
2127 * defined if USE_STDIO_PTR is defined.
2128 */
2129/* STDIO_PTR_LVALUE:
2130 * This symbol is defined if the FILE_ptr macro can be used as an
2131 * lvalue.
2132 */
2133/* FILE_cnt:
2134 * This macro is used to access the _cnt field (or equivalent) of the
2135 * FILE structure pointed to by its argument. This macro will always be
2136 * defined if USE_STDIO_PTR is defined.
2137 */
2138/* STDIO_CNT_LVALUE:
2139 * This symbol is defined if the FILE_cnt macro can be used as an
2140 * lvalue.
2141 */
ee766305 2142/* STDIO_PTR_LVAL_SETS_CNT:
2143 * This symbol is defined if using the FILE_ptr macro as an lvalue
2144 * to increase the pointer by n has the side effect of decreasing the
2145 * value of File_cnt(fp) by n.
2146 */
2147/* STDIO_PTR_LVAL_NOCHANGE_CNT:
2148 * This symbol is defined if using the FILE_ptr macro as an lvalue
2149 * to increase the pointer by n leaves File_cnt(fp) unchanged.
2150 */
10cc9d2a 2151#define USE_STDIO_PTR /**/
2152#ifdef USE_STDIO_PTR
2153#define FILE_ptr(fp) ((fp)->_ptr)
2154#define STDIO_PTR_LVALUE /**/
2155#define FILE_cnt(fp) ((fp)->_cnt)
2156#define STDIO_CNT_LVALUE /**/
ee766305 2157/*#define STDIO_PTR_LVAL_SETS_CNT /**/
2158/*#define STDIO_PTR_LVAL_NOCHANGE_CNT /**/
10cc9d2a 2159#endif
2160
2161/* USE_STDIO_BASE:
2162 * This symbol is defined if the _base field (or similar) of the
2163 * stdio FILE structure can be used to access the stdio buffer for
2164 * a file handle. If this is defined, then the FILE_base(fp) macro
2165 * will also be defined and should be used to access this field.
2166 * Also, the FILE_bufsiz(fp) macro will be defined and should be used
2167 * to determine the number of bytes in the buffer. USE_STDIO_BASE
2168 * will never be defined unless USE_STDIO_PTR is.
2169 */
2170/* FILE_base:
2171 * This macro is used to access the _base field (or equivalent) of the
2172 * FILE structure pointed to by its argument. This macro will always be
2173 * defined if USE_STDIO_BASE is defined.
2174 */
2175/* FILE_bufsiz:
2176 * This macro is used to determine the number of bytes in the I/O
2177 * buffer pointed to by _base field (or equivalent) of the FILE
2178 * structure pointed to its argument. This macro will always be defined
2179 * if USE_STDIO_BASE is defined.
2180 */
2181#define USE_STDIO_BASE /**/
2182#ifdef USE_STDIO_BASE
2183#define FILE_base(fp) ((fp)->_base)
2184#define FILE_bufsiz(fp) ((fp)->_cnt + (fp)->_ptr - (fp)->_base)
2185#endif
2186
1761cee5 2187/* HAS_STRERROR:
2188 * This symbol, if defined, indicates that the strerror routine is
2189 * available to translate error numbers to strings. See the writeup
2190 * of Strerror() in this file before you try to define your own.
c287c78d 2191 */
1761cee5 2192/* HAS_SYS_ERRLIST:
2193 * This symbol, if defined, indicates that the sys_errlist array is
2194 * available to translate error numbers to strings. The extern int
2195 * sys_nerr gives the size of that table.
c287c78d 2196 */
1761cee5 2197/* Strerror:
2198 * This preprocessor symbol is defined as a macro if strerror() is
2199 * not available to translate error numbers to strings but sys_errlist[]
2200 * array is there.
c287c78d 2201 */
1761cee5 2202#define HAS_STRERROR /**/
2203#define HAS_SYS_ERRLIST /**/
2204#define Strerror(e) strerror(e)
c287c78d 2205
10cc9d2a 2206/* HAS_STRTOLD:
2207 * This symbol, if defined, indicates that the strtold routine is
2208 * available to convert strings to long doubles.
c287c78d 2209 */
10cc9d2a 2210/*#define HAS_STRTOLD /**/
2211
2212/* HAS_STRTOLL:
2213 * This symbol, if defined, indicates that the strtoll routine is
2214 * available to convert strings to long longs.
c287c78d 2215 */
10cc9d2a 2216/*#define HAS_STRTOLL /**/
c287c78d 2217
0d6ca59a 2218/* HAS_STRTOQ:
2219 * This symbol, if defined, indicates that the strtoq routine is
2220 * available to convert strings to long longs (quads).
2221 */
2222/*#define HAS_STRTOQ /**/
2223
2224/* HAS_STRTOUL:
2225 * This symbol, if defined, indicates that the strtoul routine is
2226 * available to provide conversion of strings to unsigned long.
2227 */
2228#define HAS_STRTOUL /**/
2229
10cc9d2a 2230/* HAS_STRTOULL:
2231 * This symbol, if defined, indicates that the strtoull routine is
2232 * available to convert strings to unsigned long longs.
2233 */
2234/*#define HAS_STRTOULL /**/
2235
2236/* HAS_STRTOUQ:
2237 * This symbol, if defined, indicates that the strtouq routine is
2238 * available to convert strings to unsigned long longs (quads).
2239 */
2240/*#define HAS_STRTOUQ /**/
2241
2242/* HAS_TELLDIR_PROTO:
2243 * This symbol, if defined, indicates that the system provides
2244 * a prototype for the telldir() function. Otherwise, it is up
2245 * to the program to supply one. A good guess is
2246 * extern long telldir _((DIR*));
2247 */
2248/*#define HAS_TELLDIR_PROTO /**/
2249
2250/* Time_t:
2251 * This symbol holds the type returned by time(). It can be long,
2252 * or time_t on BSD sites (in which case <sys/types.h> should be
2253 * included).
2254 */
2255#define Time_t time_t /* Time type */
2256
2257/* HAS_TIMES:
2258 * This symbol, if defined, indicates that the times() routine exists.
2259 * Note that this became obsolete on some systems (SUNOS), which now
2260 * use getrusage(). It may be necessary to include <sys/times.h>.
2261 */
2262#define HAS_TIMES /**/
2263
4e0554ec 2264/* HAS_UALARM:
2265 * This symbol, if defined, indicates that the ualarm routine is
2266 * available to do alarms with microsecond granularity.
2267 */
2268/*#define HAS_UALARM /**/
2269
10cc9d2a 2270/* HAS_UNION_SEMUN:
2271 * This symbol, if defined, indicates that the union semun is
2272 * defined by including <sys/sem.h>. If not, the user code
2273 * probably needs to define it as:
2274 * union semun {
2275 * int val;
2276 * struct semid_ds *buf;
2277 * unsigned short *array;
2278 * }
2279 */
2280/* USE_SEMCTL_SEMUN:
2281 * This symbol, if defined, indicates that union semun is
2282 * used for semctl IPC_STAT.
2283 */
2284/* USE_SEMCTL_SEMID_DS:
2285 * This symbol, if defined, indicates that struct semid_ds * is
2286 * used for semctl IPC_STAT.
2287 */
2288/*#define HAS_UNION_SEMUN /**/
2289/*#define USE_SEMCTL_SEMUN /**/
2290/*#define USE_SEMCTL_SEMID_DS /**/
2291
2292/* HAS_USTAT:
2293 * This symbol, if defined, indicates that the ustat system call is
2294 * available to query file system statistics by dev_t.
2295 */
2296/*#define HAS_USTAT /**/
2297
2298/* HAS_VFORK:
1761cee5 2299 * This symbol, if defined, indicates that vfork() exists.
c287c78d 2300 */
1761cee5 2301/*#define HAS_VFORK /**/
c287c78d 2302
1761cee5 2303/* Signal_t:
2304 * This symbol's value is either "void" or "int", corresponding to the
2305 * appropriate return type of a signal handler. Thus, you can declare
2306 * a signal handler using "Signal_t (*handler)()", and define the
2307 * handler using "Signal_t handler(sig)".
c287c78d 2308 */
1761cee5 2309#define Signal_t void /* Signal handler's return type */
c287c78d 2310
10cc9d2a 2311/* HAS_VPRINTF:
2312 * This symbol, if defined, indicates that the vprintf routine is available
2313 * to printf with a pointer to an argument list. If unavailable, you
2314 * may need to write your own, probably in terms of _doprnt().
2315 */
2316/* USE_CHAR_VSPRINTF:
2317 * This symbol is defined if this system has vsprintf() returning type
2318 * (char*). The trend seems to be to declare it as "int vsprintf()". It
2319 * is up to the package author to declare vsprintf correctly based on the
2320 * symbol.
2321 */
2322#define HAS_VPRINTF /**/
2323/*#define USE_CHAR_VSPRINTF /**/
2324
4e0554ec 2325/* HAS_WRITEV:
2326 * This symbol, if defined, indicates that the writev routine is
2327 * available to do scatter writes.
2328 */
2329/*#define HAS_WRITEV /**/
2330
10cc9d2a 2331/* USE_DYNAMIC_LOADING:
2332 * This symbol, if defined, indicates that dynamic loading of
2333 * some sort is available.
2334 */
2335/*#define USE_DYNAMIC_LOADING /**/
2336
2337/* DOUBLESIZE:
2338 * This symbol contains the size of a double, so that the C preprocessor
2339 * can make decisions based on it.
2340 */
2341#define DOUBLESIZE 8 /**/
2342
2343/* EBCDIC:
2344 * This symbol, if defined, indicates that this system uses
2345 * EBCDIC encoding.
2346 */
2347/*#define EBCDIC /**/
2348
2349/* FFLUSH_NULL:
2350 * This symbol, if defined, tells that fflush(NULL) does flush
2351 * all pending stdio output.
2352 */
2353/* FFLUSH_ALL:
2354 * This symbol, if defined, tells that to flush
2355 * all pending stdio output one must loop through all
2356 * the stdio file handles stored in an array and fflush them.
2357 * Note that if fflushNULL is defined, fflushall will not
2358 * even be probed for and will be left undefined.
2359 */
2360#define FFLUSH_NULL /**/
2361/*#define FFLUSH_ALL /**/
2362
2363/* Fpos_t:
2364 * This symbol holds the type used to declare file positions in libc.
2365 * It can be fpos_t, long, uint, etc... It may be necessary to include
2366 * <sys/types.h> to get any typedef'ed information.
2367 */
2368#define Fpos_t fpos_t /* File position type */
2369
2370/* Gid_t_f:
2371 * This symbol defines the format string used for printing a Gid_t.
2372 */
2373#define Gid_t_f "d" /**/
2374
23dcd6c8 2375/* Gid_t_sign:
2376 * This symbol holds the signedess of a Gid_t.
2377 * 1 for unsigned, -1 for signed.
2378 */
2379#define Gid_t_sign -1 /* GID sign */
2380
10cc9d2a 2381/* Gid_t_size:
2382 * This symbol holds the size of a Gid_t in bytes.
2383 */
2384#define Gid_t_size 4 /* GID size */
2385
2386/* Gid_t:
2387 * This symbol holds the return type of getgid() and the type of
2388 * argument to setrgid() and related functions. Typically,
2389 * it is the type of group ids in the kernel. It can be int, ushort,
23dcd6c8 2390 * gid_t, etc... It may be necessary to include <sys/types.h> to get
10cc9d2a 2391 * any typedef'ed information.
2392 */
2393#define Gid_t gid_t /* Type for getgid(), etc... */
2394
1761cee5 2395/* Groups_t:
2396 * This symbol holds the type used for the second argument to
23dcd6c8 2397 * getgroups() and setgroups(). Usually, this is the same as
1761cee5 2398 * gidtype (gid_t) , but sometimes it isn't.
23dcd6c8 2399 * It can be int, ushort, gid_t, etc...
1761cee5 2400 * It may be necessary to include <sys/types.h> to get any
2401 * typedef'ed information. This is only required if you have
23dcd6c8 2402 * getgroups() or setgroups()..
c287c78d 2403 */
1761cee5 2404#if defined(HAS_GETGROUPS) || defined(HAS_SETGROUPS)
2405#define Groups_t gid_t /* Type for 2nd arg to [sg]etgroups() */
2406#endif
c287c78d 2407
10cc9d2a 2408/* DB_Prefix_t:
2409 * This symbol contains the type of the prefix structure element
2410 * in the <db.h> header file. In older versions of DB, it was
2411 * int, while in newer ones it is u_int32_t.
2412 */
2413/* DB_Hash_t:
2414 * This symbol contains the type of the prefix structure element
2415 * in the <db.h> header file. In older versions of DB, it was
2416 * int, while in newer ones it is size_t.
2417 */
0d6ca59a 2418/* DB_VERSION_MAJOR_CFG:
2419 * This symbol, if defined, defines the major version number of
2420 * Berkeley DB found in the <db.h> header when Perl was configured.
2421 */
2422/* DB_VERSION_MINOR_CFG:
2423 * This symbol, if defined, defines the minor version number of
2424 * Berkeley DB found in the <db.h> header when Perl was configured.
2425 * For DB version 1 this is always 0.
2426 */
2427/* DB_VERSION_PATCH_CFG:
2428 * This symbol, if defined, defines the patch version number of
2429 * Berkeley DB found in the <db.h> header when Perl was configured.
2430 * For DB version 1 this is always 0.
2431 */
10cc9d2a 2432#define DB_Hash_t int /**/
2433#define DB_Prefix_t int /**/
0d6ca59a 2434#define DB_VERSION_MAJOR_CFG undef /**/
2435#define DB_VERSION_MINOR_CFG undef /**/
2436#define DB_VERSION_PATCH_CFG undef /**/
10cc9d2a 2437
1761cee5 2438/* I_GRP:
2439 * This symbol, if defined, indicates to the C program that it should
2440 * include <grp.h>.
c287c78d 2441 */
1761cee5 2442/* GRPASSWD:
2443 * This symbol, if defined, indicates to the C program that struct group
2444 * in <grp.h> contains gr_passwd.
c287c78d 2445 */
5b8c1387 2446#define I_GRP /**/
1761cee5 2447/*#define GRPASSWD /**/
c287c78d 2448
10cc9d2a 2449/* I_ICONV:
2450 * This symbol, if defined, indicates that <iconv.h> exists and
2451 * should be included.
2452 */
2453/*#define I_ICONV /**/
2454
a3540c92 2455/* I_IEEEFP:
2456 * This symbol, if defined, indicates that <ieeefp.h> exists and
2457 * should be included.
2458 */
2459/*#define I_IEEEFP /**/
2460
10cc9d2a 2461/* I_INTTYPES:
2462 * This symbol, if defined, indicates to the C program that it should
2463 * include <inttypes.h>.
2464 */
2465/*#define I_INTTYPES /**/
2466
d6b278e9 2467/* I_LIBUTIL:
2468 * This symbol, if defined, indicates that <libutil.h> exists and
2469 * should be included.
2470 */
2471/*#define I_LIBUTIL /**/
2472
10cc9d2a 2473/* I_MACH_CTHREADS:
2474 * This symbol, if defined, indicates to the C program that it should
2475 * include <mach/cthreads.h>.
2476 */
2477/*#define I_MACH_CTHREADS /**/
2478
2479/* I_MNTENT:
2480 * This symbol, if defined, indicates that <mntent.h> exists and
2481 * should be included.
2482 */
2483/*#define I_MNTENT /**/
2484
1761cee5 2485/* I_NETDB:
2486 * This symbol, if defined, indicates that <netdb.h> exists and
2487 * should be included.
c287c78d 2488 */
1761cee5 2489#define I_NETDB /**/
c287c78d 2490
10cc9d2a 2491/* I_NETINET_TCP:
2492 * This symbol, if defined, indicates to the C program that it should
2493 * include <netinet/tcp.h>.
2494 */
5b8c1387 2495#define I_NETINET_TCP /**/
10cc9d2a 2496
2497/* I_POLL:
2498 * This symbol, if defined, indicates that <poll.h> exists and
2499 * should be included.
2500 */
2501/*#define I_POLL /**/
2502
d6c14000 2503/* I_PROT:
2504 * This symbol, if defined, indicates that <prot.h> exists and
2505 * should be included.
2506 */
2507/*#define I_PROT /**/
2508
10cc9d2a 2509/* I_PTHREAD:
2510 * This symbol, if defined, indicates to the C program that it should
2511 * include <pthread.h>.
2512 */
2513/*#define I_PTHREAD /**/
2514
1761cee5 2515/* I_PWD:
2516 * This symbol, if defined, indicates to the C program that it should
2517 * include <pwd.h>.
c287c78d 2518 */
1761cee5 2519/* PWQUOTA:
2520 * This symbol, if defined, indicates to the C program that struct passwd
2521 * contains pw_quota.
c287c78d 2522 */
1761cee5 2523/* PWAGE:
2524 * This symbol, if defined, indicates to the C program that struct passwd
2525 * contains pw_age.
c287c78d 2526 */
1761cee5 2527/* PWCHANGE:
2528 * This symbol, if defined, indicates to the C program that struct passwd
2529 * contains pw_change.
c287c78d 2530 */
1761cee5 2531/* PWCLASS:
2532 * This symbol, if defined, indicates to the C program that struct passwd
2533 * contains pw_class.
c287c78d 2534 */
1761cee5 2535/* PWEXPIRE:
2536 * This symbol, if defined, indicates to the C program that struct passwd
2537 * contains pw_expire.
c287c78d 2538 */
1761cee5 2539/* PWCOMMENT:
2540 * This symbol, if defined, indicates to the C program that struct passwd
2541 * contains pw_comment.
c287c78d 2542 */
1761cee5 2543/* PWGECOS:
2544 * This symbol, if defined, indicates to the C program that struct passwd
2545 * contains pw_gecos.
c287c78d 2546 */
1761cee5 2547/* PWPASSWD:
2548 * This symbol, if defined, indicates to the C program that struct passwd
2549 * contains pw_passwd.
c287c78d 2550 */
5b8c1387 2551#define I_PWD /**/
1761cee5 2552/*#define PWQUOTA /**/
2553/*#define PWAGE /**/
2554/*#define PWCHANGE /**/
2555/*#define PWCLASS /**/
2556/*#define PWEXPIRE /**/
2557/*#define PWCOMMENT /**/
2558/*#define PWGECOS /**/
2559/*#define PWPASSWD /**/
2560
10cc9d2a 2561/* I_SHADOW:
2562 * This symbol, if defined, indicates that <shadow.h> exists and
1761cee5 2563 * should be included.
c287c78d 2564 */
10cc9d2a 2565/*#define I_SHADOW /**/
c287c78d 2566
10cc9d2a 2567/* I_SOCKS:
2568 * This symbol, if defined, indicates that <socks.h> exists and
2569 * should be included.
1761cee5 2570 */
10cc9d2a 2571/*#define I_SOCKS /**/
c287c78d 2572
792d8dab 2573/* I_SUNMATH:
2574 * This symbol, if defined, indicates that <sunmath.h> exists and
2575 * should be included.
2576 */
2577/*#define I_SUNMATH /**/
2578
10cc9d2a 2579/* I_SYSLOG:
2580 * This symbol, if defined, indicates that <syslog.h> exists and
2581 * should be included.
c287c78d 2582 */
09445a51 2583/*#define I_SYSLOG /**/
c287c78d 2584
10cc9d2a 2585/* I_SYSMODE:
2586 * This symbol, if defined, indicates that <sys/mode.h> exists and
2587 * should be included.
1761cee5 2588 */
09445a51 2589/*#define I_SYSMODE /**/
10cc9d2a 2590
2591/* I_SYS_MOUNT:
2592 * This symbol, if defined, indicates that <sys/mount.h> exists and
2593 * should be included.
c287c78d 2594 */
10cc9d2a 2595/*#define I_SYS_MOUNT /**/
c287c78d 2596
10cc9d2a 2597/* I_SYS_STATFS:
2598 * This symbol, if defined, indicates that <sys/statfs.h> exists.
c287c78d 2599 */
10cc9d2a 2600/*#define I_SYS_STATFS /**/
c287c78d 2601
10cc9d2a 2602/* I_SYS_STATVFS:
2603 * This symbol, if defined, indicates that <sys/statvfs.h> exists and
2604 * should be included.
495c5fdc 2605 */
10cc9d2a 2606/*#define I_SYS_STATVFS /**/
c287c78d 2607
10cc9d2a 2608/* I_SYSUIO:
2609 * This symbol, if defined, indicates that <sys/uio.h> exists and
2610 * should be included.
c287c78d 2611 */
10cc9d2a 2612/*#define I_SYSUIO /**/
495c5fdc 2613
10cc9d2a 2614/* I_SYSUTSNAME:
2615 * This symbol, if defined, indicates that <sys/utsname.h> exists and
2616 * should be included.
495c5fdc 2617 */
09445a51 2618#define I_SYSUTSNAME /**/
c287c78d 2619
10cc9d2a 2620/* I_SYS_VFS:
2621 * This symbol, if defined, indicates that <sys/vfs.h> exists and
2622 * should be included.
c287c78d 2623 */
10cc9d2a 2624/*#define I_SYS_VFS /**/
c287c78d 2625
10cc9d2a 2626/* I_TIME:
2627 * This symbol, if defined, indicates to the C program that it should
2628 * include <time.h>.
c287c78d 2629 */
10cc9d2a 2630/* I_SYS_TIME:
2631 * This symbol, if defined, indicates to the C program that it should
2632 * include <sys/time.h>.
495c5fdc 2633 */
10cc9d2a 2634/* I_SYS_TIME_KERNEL:
2635 * This symbol, if defined, indicates to the C program that it should
2636 * include <sys/time.h> with KERNEL defined.
495c5fdc 2637 */
10cc9d2a 2638/*#define I_TIME /**/
2639#define I_SYS_TIME /**/
2640/*#define I_SYS_TIME_KERNEL /**/
495c5fdc 2641
10cc9d2a 2642/* I_USTAT:
2643 * This symbol, if defined, indicates that <ustat.h> exists and
2644 * should be included.
495c5fdc 2645 */
10cc9d2a 2646/*#define I_USTAT /**/
495c5fdc 2647
10cc9d2a 2648/* PERL_INC_VERSION_LIST:
2649 * This variable specifies the list of subdirectories in over
2650 * which perl.c:incpush() and lib/lib.pm will automatically
2651 * search when adding directories to @INC, in a format suitable
2652 * for a C initialization string. See the inc_version_list entry
2653 * in Porting/Glossary for more details.
495c5fdc 2654 */
09445a51 2655#define PERL_INC_VERSION_LIST 0 /**/
495c5fdc 2656
10cc9d2a 2657/* INSTALL_USR_BIN_PERL:
2658 * This symbol, if defined, indicates that Perl is to be installed
2659 * also as /usr/bin/perl.
495c5fdc 2660 */
10cc9d2a 2661/*#define INSTALL_USR_BIN_PERL /**/
495c5fdc 2662
10cc9d2a 2663/* PERL_PRIfldbl:
2664 * This symbol, if defined, contains the string used by stdio to
2665 * format long doubles (format 'f') for output.
495c5fdc 2666 */
10cc9d2a 2667/* PERL_PRIgldbl:
2668 * This symbol, if defined, contains the string used by stdio to
2669 * format long doubles (format 'g') for output.
495c5fdc 2670 */
6b356c8e 2671/* PERL_PRIeldbl:
2672 * This symbol, if defined, contains the string used by stdio to
2673 * format long doubles (format 'e') for output.
2674 */
2675/* PERL_SCNfldbl:
2676 * This symbol, if defined, contains the string used by stdio to
2677 * format long doubles (format 'f') for input.
2678 */
10cc9d2a 2679#define PERL_PRIfldbl "Lf" /**/
2680#define PERL_PRIgldbl "Lg" /**/
5b8c1387 2681#define PERL_PRIeldbl "Le" /**/
2682#define PERL_SCNfldbl "Lf" /**/
c287c78d 2683
10cc9d2a 2684/* Off_t:
2685 * This symbol holds the type used to declare offsets in the kernel.
2686 * It can be int, long, off_t, etc... It may be necessary to include
2687 * <sys/types.h> to get any typedef'ed information.
495c5fdc 2688 */
10cc9d2a 2689/* LSEEKSIZE:
2690 * This symbol holds the number of bytes used by the Off_t.
495c5fdc 2691 */
10cc9d2a 2692/* Off_t_size:
2693 * This symbol holds the number of bytes used by the Off_t.
495c5fdc 2694 */
10cc9d2a 2695#define Off_t off_t /* <offset> type */
2696#define LSEEKSIZE 4 /* <offset> size */
2697#define Off_t_size 4 /* <offset> size */
495c5fdc 2698
10cc9d2a 2699/* Free_t:
2700 * This variable contains the return type of free(). It is usually
2701 * void, but occasionally int.
495c5fdc 2702 */
10cc9d2a 2703/* Malloc_t:
2704 * This symbol is the type of pointer returned by malloc and realloc.
495c5fdc 2705 */
10cc9d2a 2706#define Malloc_t void * /**/
2707#define Free_t void /**/
c287c78d 2708
10cc9d2a 2709/* MYMALLOC:
2710 * This symbol, if defined, indicates that we're using our own malloc.
c287c78d 2711 */
10cc9d2a 2712/*#define MYMALLOC /**/
495c5fdc 2713
10cc9d2a 2714/* Mode_t:
2715 * This symbol holds the type used to declare file modes
2716 * for systems calls. It is usually mode_t, but may be
2717 * int or unsigned short. It may be necessary to include <sys/types.h>
2718 * to get any typedef'ed information.
495c5fdc 2719 */
10cc9d2a 2720#define Mode_t mode_t /* file mode parameter for system calls */
495c5fdc 2721
10cc9d2a 2722/* VAL_O_NONBLOCK:
2723 * This symbol is to be used during open() or fcntl(F_SETFL) to turn on
2724 * non-blocking I/O for the file descriptor. Note that there is no way
2725 * back, i.e. you cannot turn it blocking again this way. If you wish to
2726 * alternatively switch between blocking and non-blocking, use the
2727 * ioctl(FIOSNBIO) call instead, but that is not supported by all devices.
495c5fdc 2728 */
10cc9d2a 2729/* VAL_EAGAIN:
2730 * This symbol holds the errno error code set by read() when no data was
2731 * present on the non-blocking file descriptor.
495c5fdc 2732 */
10cc9d2a 2733/* RD_NODATA:
2734 * This symbol holds the return code from read() when no data is present
2735 * on the non-blocking file descriptor. Be careful! If EOF_NONBLOCK is
2736 * not defined, then you can't distinguish between no data and EOF by
2737 * issuing a read(). You'll have to find another way to tell for sure!
495c5fdc 2738 */
10cc9d2a 2739/* EOF_NONBLOCK:
2740 * This symbol, if defined, indicates to the C program that a read() on
2741 * a non-blocking file descriptor will return 0 on EOF, and not the value
2742 * held in RD_NODATA (-1 usually, in that case!).
495c5fdc 2743 */
10cc9d2a 2744#define VAL_O_NONBLOCK O_NONBLOCK
2745#define VAL_EAGAIN EAGAIN
2746#define RD_NODATA -1
2747#define EOF_NONBLOCK
495c5fdc 2748
0d6ca59a 2749/* NEED_VA_COPY:
2750 * This symbol, if defined, indicates that the system stores
2751 * the variable argument list datatype, va_list, in a format
2752 * that cannot be copied by simple assignment, so that some
2753 * other means must be used when copying is required.
2754 * As such systems vary in their provision (or non-provision)
2755 * of copying mechanisms, handy.h defines a platform-
2756 * independent macro, Perl_va_copy(src, dst), to do the job.
2757 */
2758/*#define NEED_VA_COPY /**/
2759
10cc9d2a 2760/* Netdb_host_t:
2761 * This symbol holds the type used for the 1st argument
2762 * to gethostbyaddr().
495c5fdc 2763 */
10cc9d2a 2764/* Netdb_hlen_t:
2765 * This symbol holds the type used for the 2nd argument
2766 * to gethostbyaddr().
c287c78d 2767 */
10cc9d2a 2768/* Netdb_name_t:
2769 * This symbol holds the type used for the argument to
2770 * gethostbyname().
495c5fdc 2771 */
10cc9d2a 2772/* Netdb_net_t:
2773 * This symbol holds the type used for the 1st argument to
2774 * getnetbyaddr().
2775 */
2776#define Netdb_host_t char * /**/
2777#define Netdb_hlen_t int /**/
2778#define Netdb_name_t char * /**/
2779#define Netdb_net_t long /**/
495c5fdc 2780
3813c136 2781/* PERL_OTHERLIBDIRS:
2782 * This variable contains a colon-separated set of paths for the perl
2783 * binary to search for additional library files or modules.
2784 * These directories will be tacked to the end of @INC.
2785 * Perl will automatically search below each path for version-
2786 * and architecture-specific directories. See PERL_INC_VERSION_LIST
2787 * for more details.
2788 */
2789/*#define PERL_OTHERLIBDIRS "" /**/
2790
10cc9d2a 2791/* IVTYPE:
2792 * This symbol defines the C type used for Perl's IV.
c287c78d 2793 */
2794/* UVTYPE:
2795 * This symbol defines the C type used for Perl's UV.
2796 */
2797/* I8TYPE:
2798 * This symbol defines the C type used for Perl's I8.
2799 */
2800/* U8TYPE:
2801 * This symbol defines the C type used for Perl's U8.
2802 */
2803/* I16TYPE:
2804 * This symbol defines the C type used for Perl's I16.
2805 */
2806/* U16TYPE:
2807 * This symbol defines the C type used for Perl's U16.
2808 */
2809/* I32TYPE:
2810 * This symbol defines the C type used for Perl's I32.
2811 */
2812/* U32TYPE:
2813 * This symbol defines the C type used for Perl's U32.
2814 */
2815/* I64TYPE:
2816 * This symbol defines the C type used for Perl's I64.
2817 */
2818/* U64TYPE:
2819 * This symbol defines the C type used for Perl's U64.
2820 */
2821/* NVTYPE:
2822 * This symbol defines the C type used for Perl's NV.
2823 */
2824/* IVSIZE:
2825 * This symbol contains the sizeof(IV).
2826 */
2827/* UVSIZE:
2828 * This symbol contains the sizeof(UV).
2829 */
2830/* I8SIZE:
2831 * This symbol contains the sizeof(I8).
2832 */
2833/* U8SIZE:
2834 * This symbol contains the sizeof(U8).
2835 */
2836/* I16SIZE:
2837 * This symbol contains the sizeof(I16).
2838 */
2839/* U16SIZE:
2840 * This symbol contains the sizeof(U16).
2841 */
2842/* I32SIZE:
2843 * This symbol contains the sizeof(I32).
2844 */
2845/* U32SIZE:
2846 * This symbol contains the sizeof(U32).
2847 */
2848/* I64SIZE:
2849 * This symbol contains the sizeof(I64).
2850 */
2851/* U64SIZE:
1761cee5 2852 * This symbol contains the sizeof(U64).
495c5fdc 2853 */
a3540c92 2854/* NVSIZE:
2855 * This symbol contains the sizeof(NV).
2856 */
10cc9d2a 2857/* NV_PRESERVES_UV:
2858 * This symbol, if defined, indicates that a variable of type NVTYPE
3813c136 2859 * can preserve all the bits of a variable of type UVTYPE.
10cc9d2a 2860 */
fd47df60 2861/* NV_PRESERVES_UV_BITS:
2862 * This symbol contains the number of bits a variable of type NVTYPE
2863 * can preserve of a variable of type UVTYPE.
2864 */
1761cee5 2865#define IVTYPE int /**/
2866#define UVTYPE unsigned int /**/
2867#define I8TYPE char /**/
2868#define U8TYPE unsigned char /**/
2869#define I16TYPE short /**/
2870#define U16TYPE unsigned short /**/
2871#define I32TYPE int /**/
2872#define U32TYPE unsigned int /**/
2873#ifdef HAS_QUAD
2874#define I64TYPE _error_ /**/
2875#define U64TYPE _error_ /**/
2876#endif
2877#define NVTYPE double /**/
2878#define IVSIZE 4 /**/
2879#define UVSIZE 4 /**/
2880#define I8SIZE 1 /**/
2881#define U8SIZE 1 /**/
2882#define I16SIZE 2 /**/
2883#define U16SIZE 2 /**/
2884#define I32SIZE 4 /**/
2885#define U32SIZE 4 /**/
2886#ifdef HAS_QUAD
2887#define I64SIZE _error_ /**/
2888#define U64SIZE _error_ /**/
2889#endif
fd47df60 2890#define NVSIZE 8 /**/
10cc9d2a 2891#define NV_PRESERVES_UV
fd47df60 2892#define NV_PRESERVES_UV_BITS 32
c287c78d 2893
1761cee5 2894/* IVdf:
2895 * This symbol defines the format string used for printing a Perl IV
2896 * as a signed decimal integer.
2897 */
2898/* UVuf:
2899 * This symbol defines the format string used for printing a Perl UV
2900 * as an unsigned decimal integer.
2901 */
2902/* UVof:
2903 * This symbol defines the format string used for printing a Perl UV
2904 * as an unsigned octal integer.
2905 */
2906/* UVxf:
2907 * This symbol defines the format string used for printing a Perl UV
fd47df60 2908 * as an unsigned hexadecimal integer in lowercase abcdef.
2909 */
159fae86 2910/* UVXf:
0d6ca59a 2911 * This symbol defines the format string used for printing a Perl UV
2912 * as an unsigned hexadecimal integer in uppercase ABCDEF.
159fae86 2913 */
fd47df60 2914/* NVef:
2915 * This symbol defines the format string used for printing a Perl NV
2916 * using %e-ish floating point format.
2917 */
2918/* NVff:
2919 * This symbol defines the format string used for printing a Perl NV
2920 * using %f-ish floating point format.
2921 */
2922/* NVgf:
2923 * This symbol defines the format string used for printing a Perl NV
2924 * using %g-ish floating point format.
c287c78d 2925 */
1761cee5 2926#define IVdf "d" /**/
2927#define UVuf "u" /**/
2928#define UVof "o" /**/
2929#define UVxf "x" /**/
159fae86 2930#define UVXf "X" /**/
fd47df60 2931#define NVef "e" /**/
2932#define NVff "f" /**/
2933#define NVgf "g" /**/
c287c78d 2934
10cc9d2a 2935/* Pid_t:
2936 * This symbol holds the type used to declare process ids in the kernel.
2937 * It can be int, uint, pid_t, etc... It may be necessary to include
2938 * <sys/types.h> to get any typedef'ed information.
495c5fdc 2939 */
10cc9d2a 2940#define Pid_t pid_t /* PID type */
495c5fdc 2941
10cc9d2a 2942/* PRIVLIB:
2943 * This symbol contains the name of the private library for this package.
2944 * The library is private in the sense that it needn't be in anyone's
2945 * execution path, but it should be accessible by the world. The program
2946 * should be prepared to do ~ expansion.
495c5fdc 2947 */
10cc9d2a 2948/* PRIVLIB_EXP:
2949 * This symbol contains the ~name expanded version of PRIVLIB, to be used
2950 * in programs that are not prepared to deal with ~ expansion at run-time.
495c5fdc 2951 */
fd47df60 2952#define PRIVLIB "/system/ported/perl/lib/5.7" /**/
2953#define PRIVLIB_EXP "/system/ported/perl/lib/5.7" /**/
495c5fdc 2954
10cc9d2a 2955/* PTRSIZE:
2956 * This symbol contains the size of a pointer, so that the C preprocessor
2957 * can make decisions based on it. It will be sizeof(void *) if
2958 * the compiler supports (void *); otherwise it will be
2959 * sizeof(char *).
495c5fdc 2960 */
10cc9d2a 2961#define PTRSIZE 4 /**/
495c5fdc 2962
10cc9d2a 2963/* Drand01:
2964 * This macro is to be used to generate uniformly distributed
2965 * random numbers over the range [0., 1.[. You may have to supply
2966 * an 'extern double drand48();' in your program since SunOS 4.1.3
2967 * doesn't provide you with anything relevant in it's headers.
2968 * See HAS_DRAND48_PROTO.
c2da85ba 2969 */
10cc9d2a 2970/* Rand_seed_t:
2971 * This symbol defines the type of the argument of the
2972 * random seed function.
495c5fdc 2973 */
10cc9d2a 2974/* seedDrand01:
2975 * This symbol defines the macro to be used in seeding the
2976 * random number generator (see Drand01).
495c5fdc 2977 */
10cc9d2a 2978/* RANDBITS:
2979 * This symbol indicates how many bits are produced by the
2980 * function used to generate normalized random numbers.
2981 * Values include 15, 16, 31, and 48.
495c5fdc 2982 */
10cc9d2a 2983#define Drand01() rand()/(RAND_MAX+1) /**/
2984#define Rand_seed_t unsigned int /**/
2985#define seedDrand01(x) srand((Rand_seed_t)x) /**/
2986#define RANDBITS 15 /**/
495c5fdc 2987
10cc9d2a 2988/* SELECT_MIN_BITS:
2989 * This symbol holds the minimum number of bits operated by select.
2990 * That is, if you do select(n, ...), how many bits at least will be
2991 * cleared in the masks if some activity is detected. Usually this
2992 * is either n or 32*ceil(n/32), especially many little-endians do
2993 * the latter. This is only useful if you have select(), naturally.
1761cee5 2994 */
10cc9d2a 2995#define SELECT_MIN_BITS 1 /**/
1761cee5 2996
10cc9d2a 2997/* Select_fd_set_t:
2998 * This symbol holds the type used for the 2nd, 3rd, and 4th
2999 * arguments to select. Usually, this is 'fd_set *', if HAS_FD_SET
3000 * is defined, and 'int *' otherwise. This is only useful if you
3001 * have select(), of course.
1761cee5 3002 */
10cc9d2a 3003#define Select_fd_set_t fd_set * /**/
1761cee5 3004
10cc9d2a 3005/* SIG_NAME:
3006 * This symbol contains a list of signal names in order of
3007 * signal number. This is intended
3008 * to be used as a static array initialization, like this:
3009 * char *sig_name[] = { SIG_NAME };
3010 * The signals in the list are separated with commas, and each signal
3011 * is surrounded by double quotes. There is no leading SIG in the signal
3012 * name, i.e. SIGQUIT is known as "QUIT".
3013 * Gaps in the signal numbers (up to NSIG) are filled in with NUMnn,
3014 * etc., where nn is the actual signal number (e.g. NUM37).
3015 * The signal number for sig_name[i] is stored in sig_num[i].
3016 * The last element is 0 to terminate the list with a NULL. This
3017 * corresponds to the 0 at the end of the sig_num list.
1761cee5 3018 */
10cc9d2a 3019/* SIG_NUM:
3020 * This symbol contains a list of signal numbers, in the same order as the
3021 * SIG_NAME list. It is suitable for static array initialization, as in:
3022 * int sig_num[] = { SIG_NUM };
3023 * The signals in the list are separated with commas, and the indices
3024 * within that list and the SIG_NAME list match, so it's easy to compute
3025 * the signal name from a number or vice versa at the price of a small
3026 * dynamic linear lookup.
3027 * Duplicates are allowed, but are moved to the end of the list.
3028 * The signal number corresponding to sig_name[i] is sig_number[i].
3029 * if (i < NSIG) then sig_number[i] == i.
3030 * The last element is 0, corresponding to the 0 at the end of
3031 * the sig_name list.
1761cee5 3032 */
76d3c696 3033/* SIG_SIZE:
3034 * This variable contains the number of elements of the sig_name
bbbf5d77 3035 * and sig_num arrays, excluding the final NULL entry.
76d3c696 3036 */
5b8c1387 3037#define SIG_NAME "ZERO","ABRT","FPE","ILL","INT","SEGV","TERM","USR1","USR2","IO","HUP","URG","ALRM","CHLD","CONT","KILL","STOP","PIPE","QUIT","BUS","TRAP","TSTP","TTIN","TTOU","RT1","RT2","RT3","RT4","RT5","RT6","RT7","RT8",0 /**/
3038#define SIG_NUM 0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,0 /**/
76d3c696 3039#define SIG_SIZE 32 /**/
1761cee5 3040
10cc9d2a 3041/* SITEARCH:
3042 * This symbol contains the name of the private library for this package.
3043 * The library is private in the sense that it needn't be in anyone's
3044 * execution path, but it should be accessible by the world. The program
3045 * should be prepared to do ~ expansion.
3046 * The standard distribution will put nothing in this directory.
3047 * After perl has been installed, users may install their own local
3048 * architecture-dependent modules in this directory with
3049 * MakeMaker Makefile.PL
3050 * or equivalent. See INSTALL for details.
1761cee5 3051 */
10cc9d2a 3052/* SITEARCH_EXP:
3053 * This symbol contains the ~name expanded version of SITEARCH, to be used
3054 * in programs that are not prepared to deal with ~ expansion at run-time.
1761cee5 3055 */
5b8c1387 3056/*#define SITEARCH "" /**/
3057/*#define SITEARCH_EXP "" /**/
1761cee5 3058
10cc9d2a 3059/* SITELIB:
3060 * This symbol contains the name of the private library for this package.
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. The program
3063 * should be prepared to do ~ expansion.
3064 * The standard distribution will put nothing in this directory.
3065 * After perl has been installed, users may install their own local
3066 * architecture-independent modules in this directory with
3067 * MakeMaker Makefile.PL
3068 * or equivalent. See INSTALL for details.
1761cee5 3069 */
10cc9d2a 3070/* SITELIB_EXP:
3071 * This symbol contains the ~name expanded version of SITELIB, to be used
3072 * in programs that are not prepared to deal with ~ expansion at run-time.
1761cee5 3073 */
526fdc24 3074/* SITELIB_STEM:
3075 * This define is SITELIB_EXP with any trailing version-specific component
3076 * removed. The elements in inc_version_list (inc_version_list.U) can
3077 * be tacked onto this variable to generate a list of directories to search.
3078 */
5b8c1387 3079#define SITELIB "/system/ported/perl/lib/site/5.7" /**/
3080#define SITELIB_EXP "/system/ported/perl/lib/site/5.7" /**/
526fdc24 3081#define SITELIB_STEM "/system/ported/perl/lib/site" /**/
1761cee5 3082
a13ea748 3083/* Size_t_size:
3084 * This symbol holds the size of a Size_t in bytes.
3085 */
3086#define Size_t_size 4 /* */
3087
10cc9d2a 3088/* Size_t:
3089 * This symbol holds the type used to declare length parameters
3090 * for string functions. It is usually size_t, but may be
3091 * unsigned long, int, etc. It may be necessary to include
3092 * <sys/types.h> to get any typedef'ed information.
1761cee5 3093 */
10cc9d2a 3094#define Size_t size_t /* length paramater for string functions */
1761cee5 3095
a3540c92 3096/* Sock_size_t:
3097 * This symbol holds the type used for the size argument of
3098 * various socket calls (just the base type, not the pointer-to).
3099 */
3100#define Sock_size_t int /**/
3101
10cc9d2a 3102/* SSize_t:
3103 * This symbol holds the type used by functions that return
3104 * a count of bytes or an error condition. It must be a signed type.
3105 * It is usually ssize_t, but may be long or int, etc.
3106 * It may be necessary to include <sys/types.h> or <unistd.h>
3107 * to get any typedef'ed information.
3108 * We will pick a type such that sizeof(SSize_t) == sizeof(Size_t).
1761cee5 3109 */
10cc9d2a 3110#define SSize_t ssize_t /* signed count of bytes */
1761cee5 3111
10cc9d2a 3112/* STARTPERL:
3113 * This variable contains the string to put in front of a perl
3114 * script to make sure (one hopes) that it runs with perl and not
3115 * some shell.
1761cee5 3116 */
10cc9d2a 3117#define STARTPERL "!perl.pm" /**/
3118
0d6ca59a 3119/* STDCHAR:
3120 * This symbol is defined to be the type of char used in stdio.h.
3121 * It has the values "unsigned char" or "char".
3122 */
3123#define STDCHAR unsigned char /**/
3124
10cc9d2a 3125/* HAS_STDIO_STREAM_ARRAY:
3126 * This symbol, if defined, tells that there is an array
3127 * holding the stdio streams.
1761cee5 3128 */
10cc9d2a 3129/* STDIO_STREAM_ARRAY:
3130 * This symbol tells the name of the array holding the stdio streams.
3131 * Usual values include _iob, __iob, and __sF.
1761cee5 3132 */
10cc9d2a 3133#define HAS_STDIO_STREAM_ARRAY /**/
3134#define STDIO_STREAM_ARRAY _iob
1761cee5 3135
10cc9d2a 3136/* Uid_t_f:
3137 * This symbol defines the format string used for printing a Uid_t.
1761cee5 3138 */
10cc9d2a 3139#define Uid_t_f "d" /**/
1761cee5 3140
23dcd6c8 3141/* Uid_t_sign:
3142 * This symbol holds the signedess of a Uid_t.
3143 * 1 for unsigned, -1 for signed.
3144 */
3145#define Uid_t_sign -1 /* UID sign */
3146
10cc9d2a 3147/* Uid_t_size:
3148 * This symbol holds the size of a Uid_t in bytes.
495c5fdc 3149 */
10cc9d2a 3150#define Uid_t_size 4 /* UID size */
1761cee5 3151
10cc9d2a 3152/* Uid_t:
3153 * This symbol holds the type used to declare user ids in the kernel.
3154 * It can be int, ushort, uid_t, etc... It may be necessary to include
3155 * <sys/types.h> to get any typedef'ed information.
495c5fdc 3156 */
10cc9d2a 3157#define Uid_t uid_t /* UID type */
3158
3159/* USE_64_BIT_INT:
3160 * This symbol, if defined, indicates that 64-bit integers should
3161 * be used when available. If not defined, the native integers
3162 * will be employed (be they 32 or 64 bits). The minimal possible
3163 * 64-bitness is used, just enough to get 64-bit integers into Perl.
3164 * This may mean using for example "long longs", while your memory
3165 * may still be limited to 2 gigabytes.
495c5fdc 3166 */
10cc9d2a 3167/* USE_64_BIT_ALL:
3168 * This symbol, if defined, indicates that 64-bit integers should
3169 * be used when available. If not defined, the native integers
3170 * will be used (be they 32 or 64 bits). The maximal possible
3171 * 64-bitness is employed: LP64 or ILP64, meaning that you will
3172 * be able to use more than 2 gigabytes of memory. This mode is
3173 * even more binary incompatible than USE_64_BIT_INT. You may not
3174 * be able to run the resulting executable in a 32-bit CPU at all or
3175 * you may need at least to reboot your OS to 64-bit mode.
3176 */
3177#ifndef USE_64_BIT_INT
3178/*#define USE_64_BIT_INT /**/
c287c78d 3179#endif
495c5fdc 3180
10cc9d2a 3181#ifndef USE_64_BIT_ALL
3182/*#define USE_64_BIT_ALL /**/
3183#endif
3184
3185/* USE_LARGE_FILES:
3186 * This symbol, if defined, indicates that large file support
3187 * should be used when available.
495c5fdc 3188 */
10cc9d2a 3189#ifndef USE_LARGE_FILES
3190/*#define USE_LARGE_FILES /**/
3191#endif
495c5fdc 3192
10cc9d2a 3193/* USE_LONG_DOUBLE:
3194 * This symbol, if defined, indicates that long doubles should
3195 * be used when available.
495c5fdc 3196 */
10cc9d2a 3197#ifndef USE_LONG_DOUBLE
3198#define USE_LONG_DOUBLE /**/
3199#endif
1761cee5 3200
10cc9d2a 3201/* USE_MORE_BITS:
3202 * This symbol, if defined, indicates that 64-bit interfaces and
3203 * long doubles should be used when available.
1761cee5 3204 */
10cc9d2a 3205#ifndef USE_MORE_BITS
3206/*#define USE_MORE_BITS /**/
3207#endif
1761cee5 3208
10cc9d2a 3209/* MULTIPLICITY:
3210 * This symbol, if defined, indicates that Perl should
3211 * be built to use multiplicity.
1761cee5 3212 */
10cc9d2a 3213#ifndef MULTIPLICITY
3214/*#define MULTIPLICITY /**/
3215#endif
1761cee5 3216
10cc9d2a 3217/* USE_PERLIO:
3218 * This symbol, if defined, indicates that the PerlIO abstraction should
3219 * be used throughout. If not defined, stdio should be
3220 * used in a fully backward compatible manner.
1761cee5 3221 */
10cc9d2a 3222#ifndef USE_PERLIO
3223/*#define USE_PERLIO /**/
3224#endif
1761cee5 3225
10cc9d2a 3226/* USE_SOCKS:
3227 * This symbol, if defined, indicates that Perl should
3228 * be built to use socks.
1761cee5 3229 */
10cc9d2a 3230#ifndef USE_SOCKS
3231/*#define USE_SOCKS /**/
3232#endif
1761cee5 3233
10cc9d2a 3234/* USE_ITHREADS:
3235 * This symbol, if defined, indicates that Perl should be built to
3236 * use the interpreter-based threading implementation.
1761cee5 3237 */
10cc9d2a 3238/* USE_5005THREADS:
3239 * This symbol, if defined, indicates that Perl should be built to
3240 * use the 5.005-based threading implementation.
1761cee5 3241 */
10cc9d2a 3242/* OLD_PTHREADS_API:
3243 * This symbol, if defined, indicates that Perl should
3244 * be built to use the old draft POSIX threads API.
1761cee5 3245 */
10cc9d2a 3246/*#define USE_5005THREADS /**/
09445a51 3247/*#define USE_ITHREADS /**/
10cc9d2a 3248#if defined(USE_5005THREADS) && !defined(USE_ITHREADS)
3249#define USE_THREADS /* until src is revised*/
3250#endif
3251/*#define OLD_PTHREADS_API /**/
1761cee5 3252
a3540c92 3253/* PERL_VENDORARCH:
3254 * If defined, this symbol contains the name of a private library.
3255 * The library is private in the sense that it needn't be in anyone's
3256 * execution path, but it should be accessible by the world.
3257 * It may have a ~ on the front.
3258 * The standard distribution will put nothing in this directory.
3259 * Vendors who distribute perl may wish to place their own
3260 * architecture-dependent modules and extensions in this directory with
3261 * MakeMaker Makefile.PL INSTALLDIRS=vendor
3262 * or equivalent. See INSTALL for details.
3263 */
526fdc24 3264/* PERL_VENDORARCH_EXP:
3265 * This symbol contains the ~name expanded version of PERL_VENDORARCH, to be used
3266 * in programs that are not prepared to deal with ~ expansion at run-time.
3267 */
a3540c92 3268#define PERL_VENDORARCH "" /**/
09445a51 3269#define PERL_VENDORARCH_EXP "" /**/
526fdc24 3270
10cc9d2a 3271/* PERL_VENDORLIB_EXP:
3272 * This symbol contains the ~name expanded version of VENDORLIB, to be used
3273 * in programs that are not prepared to deal with ~ expansion at run-time.
1761cee5 3274 */
526fdc24 3275/* PERL_VENDORLIB_STEM:
3276 * This define is PERL_VENDORLIB_EXP with any trailing version-specific component
3277 * removed. The elements in inc_version_list (inc_version_list.U) can
3278 * be tacked onto this variable to generate a list of directories to search.
3279 */
10cc9d2a 3280#define PERL_VENDORLIB_EXP "" /**/
526fdc24 3281#define PERL_VENDORLIB_STEM "" /**/
1761cee5 3282
10cc9d2a 3283/* VOIDFLAGS:
3284 * This symbol indicates how much support of the void type is given by this
3285 * compiler. What various bits mean:
3286 *
3287 * 1 = supports declaration of void
3288 * 2 = supports arrays of pointers to functions returning void
3289 * 4 = supports comparisons between pointers to void functions and
3290 * addresses of void functions
3291 * 8 = suports declaration of generic void pointers
3292 *
3293 * The package designer should define VOIDUSED to indicate the requirements
3294 * of the package. This can be done either by #defining VOIDUSED before
3295 * including config.h, or by defining defvoidused in Myinit.U. If the
3296 * latter approach is taken, only those flags will be tested. If the
3297 * level of void support necessary is not present, defines void to int.
1761cee5 3298 */
10cc9d2a 3299#ifndef VOIDUSED
3300#define VOIDUSED 15
3301#endif
3302#define VOIDFLAGS 15
3303#if (VOIDFLAGS & VOIDUSED) != VOIDUSED
3304#define void int /* is void to be avoided? */
3305#define M_VOID /* Xenix strikes again */
3306#endif
1761cee5 3307
10cc9d2a 3308/* PERL_XS_APIVERSION:
3309 * This variable contains the version of the oldest perl binary
3310 * compatible with the present perl. perl.c:incpush() and
3311 * lib/lib.pm will automatically search in for older
3312 * directories across major versions back to xs_apiversion.
3313 * This is only useful if you have a perl library directory tree
3314 * structured like the default one.
3315 * See INSTALL for how this works.
3316 * The versioned site_perl directory was introduced in 5.005,
3317 * so that is the lowest possible value.
3318 * Since this can depend on compile time options (such as
3319 * bincompat) it is set by Configure. Other non-default sources
3320 * of potential incompatibility, such as multiplicity, threads,
3321 * debugging, 64bits, sfio, etc., are not checked for currently,
3322 * though in principle we could go snooping around in old
3323 * Config.pm files.
1761cee5 3324 */
10cc9d2a 3325/* PERL_PM_APIVERSION:
3326 * This variable contains the version of the oldest perl
3327 * compatible with the present perl. (That is, pure perl modules
3328 * written for pm_apiversion will still work for the current
3329 * version). perl.c:incpush() and lib/lib.pm will automatically
5b8c1387 3330 * search in /system/ported/perl/lib/site/5.7 for older directories across major versions
10cc9d2a 3331 * back to pm_apiversion. This is only useful if you have a perl
3332 * library directory tree structured like the default one. The
3333 * versioned site_perl library was introduced in 5.005, so that's
3334 * the default setting for this variable. It's hard to imagine
3335 * it changing before Perl6. It is included here for symmetry
3336 * with xs_apiveprsion -- the searching algorithms will
3337 * (presumably) be similar.
3338 * See the INSTALL file for how this works.
3339 */
3340#define PERL_XS_APIVERSION "5.00563"
fd47df60 3341#define PERL_PM_APIVERSION "5.005"
3342
0d6ca59a 3343/* HAS_DBMINIT_PROTO:
3344 * This symbol, if defined, indicates that the system provides
3345 * a prototype for the dbminit() function. Otherwise, it is up
3346 * to the program to supply one. A good guess is
3347 * extern int dbminit(char *);
6f748670 3348 */
0d6ca59a 3349/*#define HAS_DBMINIT_PROTO /**/
6f748670 3350
0d6ca59a 3351/* HAS_FLOCK_PROTO:
3352 * This symbol, if defined, indicates that the system provides
3353 * a prototype for the flock() function. Otherwise, it is up
3354 * to the program to supply one. A good guess is
3355 * extern int flock(int, int);
6f748670 3356 */
0d6ca59a 3357/*#define HAS_FLOCK_PROTO /**/
3358
3359/* HAS_REALPATH:
3360 * This symbol, if defined, indicates that the realpath routine is
3361 * available to do resolve paths.
6f748670 3362 */
0d6ca59a 3363/*#define HAS_REALPATH /**/
6f748670 3364
0d6ca59a 3365/* HAS_SIGPROCMASK:
3366 * This symbol, if defined, indicates that the sigprocmask
3367 * system call is available to examine or change the signal mask
3368 * of the calling process.
2cc61e15 3369 */
0d6ca59a 3370#define HAS_SIGPROCMASK /**/
2cc61e15 3371
49a78c82 3372/* HAS_SOCKATMARK:
3373 * This symbol, if defined, indicates that the sockatmark routine is
3374 * available to test whether a socket is at the out-of-band mark.
3375 */
0d6ca59a 3376/*#define HAS_SOCKATMARK /**/
49a78c82 3377
0d6ca59a 3378/* HAS_SOCKATMARK_PROTO:
3379 * This symbol, if defined, indicates that the system provides
3380 * a prototype for the sockatmark() function. Otherwise, it is up
3381 * to the program to supply one. A good guess is
3382 * extern int sockatmark _((int));
4e0554ec 3383 */
0d6ca59a 3384/*#define HAS_SOCKATMARK_PROTO /**/
3385
3386/* HAS_SETRESGID_PROTO:
3387 * This symbol, if defined, indicates that the system provides
3388 * a prototype for the setresgid() function. Otherwise, it is up
3389 * to the program to supply one. Good guesses are
3390 * extern int setresgid(uid_t ruid, uid_t euid, uid_t suid);
3391 */
3392/*#define HAS_SETRESGID_PROTO /**/
3393
3394/* HAS_SETRESUID_PROTO:
3395 * This symbol, if defined, indicates that the system provides
3396 * a prototype for the setresuid() function. Otherwise, it is up
3397 * to the program to supply one. Good guesses are
3398 * extern int setresuid(uid_t ruid, uid_t euid, uid_t suid);
3399 */
3400/*#define HAS_SETRESUID_PROTO /**/
4e0554ec 3401
b3c85772 3402/* HAS_STRFTIME:
3403 * This symbol, if defined, indicates that the strftime routine is
3404 * available to do time formatting.
3405 */
3406#define HAS_STRFTIME /**/
3407
0d6ca59a 3408/* HAS_SYSCALL_PROTO:
3409 * This symbol, if defined, indicates that the system provides
3410 * a prototype for the syscall() function. Otherwise, it is up
3411 * to the program to supply one. Good guesses are
3412 * extern int syscall(int, ...);
3413 * extern int syscall(long, ...);
3414 */
3415/*#define HAS_SYSCALL_PROTO /**/
3416
3417/* U32_ALIGNMENT_REQUIRED:
3418 * This symbol, if defined, indicates that you must access
3419 * character data through U32-aligned pointers.
3420 */
3421#define U32_ALIGNMENT_REQUIRED /**/
3422
3423/* HAS_USLEEP_PROTO:
3424 * This symbol, if defined, indicates that the system provides
3425 * a prototype for the usleep() function. Otherwise, it is up
3426 * to the program to supply one. A good guess is
3427 * extern int usleep(useconds_t);
3428 */
3429/*#define HAS_USLEEP_PROTO /**/
3430
495c5fdc 3431#endif