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