2 * This file is mangled by fndvers (and perhaps other scripts) to produce the config.h
3 * for Plan 9. It was handwritten because the standard configuration scripts were
4 * written in a shell dialect incomprehensible to Plan 9.
9 /* Configuration time: 21-Oct-1996 15:11
10 * Configured by: Luther Huffman, lutherh@stratcom.com
11 * Target system: Plan 9
18 * This macro catenates 2 tokens together.
21 #define CAT2(a,b)a ## b
22 #define CAT3(a,b,c)a ## b ## c
23 #define CAT4(a,b,c,d)a ## b ## c ## d
24 #define CAT5(a,b,c,d,e)a ## b ## c ## d ## e
26 #define STRINGIFY(a)StGiFy(a)
27 #define SCAT2(a,b)StGiFy(a) StGiFy(b)
28 #define SCAT3(a,b,c)StGiFy(a) StGiFy(b) StGiFy(c)
29 #define SCAT4(a,b,c,d)StGiFy(a) StGiFy(b) StGiFy(c) StGiFy(d)
30 #define SCAT5(a,b,c,d,e)StGiFy(a) StGiFy(b) StGiFy(c) StGiFy(d) StGiFy(e)
35 * This symbol contains the number of bytes required to align a
36 * double. Usual values are 2, 4 and 8.
38 #if (_P9P_OBJTYPE == 386) || (_P9P_OBJTYPE==power)
39 # define MEM_ALIGNBYTES 4 /* config-skip */
41 # if _P9P_OBJTYPE == 68020
42 # define MEM_ALIGNBYTES 2 /* config-skip */
44 # define MEM_ALIGNBYTES 8 /* config-skip */
49 * This symbol holds the path of the bin directory where the package will
50 * be installed. Program must be prepared to deal with ~name substitution.
53 * This symbol is the filename expanded version of the BIN symbol, for
54 * programs that do not want to deal with that at run-time.
56 #define BIN "/_P9P_OBJTYPE/bin" /* */
57 #define BIN_EXP "/_P9P_OBJTYPE/bin" /* */
60 * This symbol, if defined, indicates that Perl 5.004 should be
61 * binary-compatible with Perl 5.003.
63 #undef BINCOMPAT3 /**/
66 * This symbol contains the first part of the string which will invoke
67 * the C preprocessor on the standard input and produce to standard
68 * output. Typical value of "cc -E" or "/lib/cpp", but it can also
69 * call a wrapper. See CPPRUN.
72 * This symbol contains the second part of the string which will invoke
73 * the C preprocessor on the standard input and produce to standard
74 * output. This symbol will have the value "-" if CPPSTDIN needs a minus
75 * to specify standard input, otherwise the value is "".
77 #define CPPSTDIN "cpp"
81 * This symbol, if defined, indicates that the alarm routine is
84 #define HAS_ALARM /**/
87 * This symbol indicates the C compiler can check for function attributes,
88 * such as printf formats. This is normally only supported by GNU cc.
90 #undef HASATTRIBUTE /* config-skip*/
92 #define __attribute__(_arg_)
96 * This symbol is defined if the bcmp() routine is available to
97 * compare blocks of memory.
102 * This symbol is defined if the bcopy() routine is available to
103 * copy blocks of memory.
105 #define HAS_BCOPY /**/
108 * This symbol is defined if the bzero() routine is available to
109 * set a memory block to 0.
111 #define HAS_BZERO /**/
114 * This symbol is defined if the C compiler can cast negative
115 * or large floating point numbers to 32-bit ints.
120 * This symbol is defined if the C compiler can cast negative
121 * numbers to unsigned longs, ints and shorts.
124 * This symbol contains flags that say what difficulties the compiler
125 * has casting odd floating values to unsigned long:
127 * 1 = couldn't cast < 0
128 * 2 = couldn't cast >= 0x80000000
129 * 4 = couldn't cast in argument expression list
131 #undef CASTNEGFLOAT /**/
132 #if _P9P_OBJTYPE == 386
133 # define CASTFLAGS 3 /**/ /* config-skip */
135 # define CASTFLAGS 0 /**/ /* config-skip */
139 * This symbol, if defined, indicates that the chown routine is
142 #undef HAS_CHOWN /**/
145 * This symbol, if defined, indicates that the chroot routine is
148 #undef HAS_CHROOT /**/
151 * This symbol, if defined, indicates that the chsize routine is available
152 * to truncate files. You might need a -lx to get this routine.
154 #undef HAS_CHSIZE /**/
157 * This symbol, if defined, indicates that the closedir() routine
158 * does not return a value.
160 #define VOID_CLOSEDIR /**/
163 * This symbol, if defined, indicates that this C compiler knows about
164 * the const type. There is no need to actually test for that symbol
165 * within your programs. The mere use of the "const" keyword will
166 * trigger the necessary tests.
168 #define HASCONST /**/
171 * This symbol, if defined, indicates that the crypt routine is available
172 * to encrypt passwords and the like.
174 /* #define HAS_CRYPT /**/
177 * This symbol, if defined, indicates that the cuserid routine is
178 * available to get character login names.
180 #define HAS_CUSERID /**/
183 * This symbol, if defined, indicates that this system's <float.h>
184 * or <limits.h> defines the symbol DBL_DIG, which is the number
185 * of significant digits in a double precision number. If this
186 * symbol is not defined, a guess of 15 is usually pretty good.
188 #undef HAS_DBL_DIG /* */
191 * This symbol, if defined, indicates that the difftime routine is
194 #define HAS_DIFFTIME /**/
197 * This symbol, if defined, indicates that the dlerror routine is
198 * available to return a string describing the last error that
199 * occurred from a call to dlopen(), dlclose() or dlsym().
201 #undef HAS_DLERROR /**/
204 * This symbol, if defined, indicates that the dup2 routine is
205 * available to duplicate file descriptors.
207 #define HAS_DUP2 /**/
210 * This symbol, if defined, indicates that the fchmod routine is available
211 * to change mode of opened files. If unavailable, use chmod().
213 #undef HAS_FCHMOD /**/
216 * This symbol, if defined, indicates that the fchown routine is available
217 * to change ownership of opened files. If unavailable, use chown().
219 #undef HAS_FCHOWN /**/
222 * This symbol, if defined, indicates to the C program that
223 * the fcntl() function exists.
225 #define HAS_FCNTL /**/
228 * This symbol, if defined, indicates that the fgetpos routine is
229 * available to get the file position indicator, similar to ftell().
231 #define HAS_FGETPOS /**/
234 * This symbol, if defined, indicates that the system supports filenames
235 * longer than 14 characters.
237 #define FLEXFILENAMES /**/
240 * This symbol, if defined, indicates that the flock routine is
241 * available to do file locking.
243 #undef HAS_FLOCK /**/
246 * This symbol, if defined, indicates that the fork routine is
249 #define HAS_FORK /**/
252 * This symbol, if defined, indicates that the fsetpos routine is
253 * available to set the file position indicator, similar to fseek().
255 #define HAS_FSETPOS /**/
258 * This symbol, if defined, indicates that the getgroups() routine is
259 * available to get the list of process groups. If unavailable, multiple
260 * groups are probably not supported.
263 * This symbol, if defined, indicates that the setgroups() routine is
264 * available to set the list of process groups. If unavailable, multiple
265 * groups are probably not supported.
267 #undef HAS_GETGROUPS /* config-skip */
268 #undef HAS_SETGROUPS /* config-skip */
271 * This symbol, if defined, indicates that the gethostent routine is
272 * available to lookup host names in some data base or other.
274 #undef HAS_GETHOSTENT /* config-skip */
277 * This symbol, if defined, indicates that the C program may use the
278 * uname() routine to derive the host name. See also HAS_GETHOSTNAME
281 #undef HAS_UNAME /**/
284 * This symbol, if defined, indicates that the getlogin routine is
285 * available to get the login name.
287 #define HAS_GETLOGIN /**/
290 * This symbol, if defined, indicates that the getpgrp routine is
291 * available to get the current process group.
294 * This symbol, if defined, indicates that getpgrp needs one
295 * arguments whereas USG one needs none.
297 #define HAS_GETPGRP /**/
298 #undef USE_BSD_GETPGRP /**/
301 * This symbol, if defined, indicates that the getpgrp2() (as in DG/UX)
302 * routine is available to get the current process group.
304 #undef HAS_GETPGRP2 /**/
307 * This symbol, if defined, indicates that the getppid routine is
308 * available to get the parent process ID.
310 #define HAS_GETPPID /**/
313 * This symbol, if defined, indicates that the getpriority routine is
314 * available to get a process's priority.
316 #undef HAS_GETPRIORITY /**/
319 * This symbol, if defined, indicates that the gettimeofday() system
320 * call is available for a sub-second accuracy clock. Usually, the file
321 * <sys/resource.h> needs to be included (see I_SYS_RESOURCE).
322 * The type "Timeval" should be used to refer to "struct timeval".
324 #define HAS_GETTIMEOFDAY /**/
325 #define Timeval struct timeval /* Structure used by gettimeofday() */ /* config-skip */
328 * This symbol, if defined, indicates that the htonl() routine (and
329 * friends htons() ntohl() ntohs()) are available to do network
330 * order byte swapping.
333 * This symbol, if defined, indicates that the htons() routine (and
334 * friends htonl() ntohl() ntohs()) are available to do network
335 * order byte swapping.
338 * This symbol, if defined, indicates that the ntohl() routine (and
339 * friends htonl() htons() ntohs()) are available to do network
340 * order byte swapping.
343 * This symbol, if defined, indicates that the ntohs() routine (and
344 * friends htonl() htons() ntohl()) are available to do network
345 * order byte swapping.
347 #define HAS_HTONL /**/
349 #define HAS_HTONS /**/
351 #define HAS_NTOHL /**/
353 #define HAS_NTOHS /**/
356 * This symbol, if defined, indicates to the C program that the
357 * inet_aton() function is available to parse IP address "dotted-quad"
360 #undef HAS_INET_ATON /**/
363 * This manifest constant lets the C program know that isascii
366 #undef HAS_ISASCII /**/
369 * This symbol, if defined, indicates that the lchown routine is
370 * available to operate on a symbolic link (instead of following the
373 /*#define HAS_LCHOWN / **/
376 * This symbol, if defined, indicates that the killpg routine is available
377 * to kill process groups. If unavailable, you probably should use kill
378 * with a negative process number.
380 #undef HAS_KILLPG /**/
383 * This symbol, if defined, indicates that the link routine is
384 * available to create hard links.
386 #define HAS_LINK /**/
389 * This symbol, if defined, indicates that the localeconv routine is
390 * available for numeric and monetary formatting conventions.
392 #define HAS_LOCALECONV /**/
395 * This symbol, if defined, indicates that the lockf routine is
396 * available to do file locking.
398 #undef HAS_LOCKF /**/
401 * This symbol, if defined, indicates that the lstat routine is
402 * available to do file stats on symbolic links.
404 #define HAS_LSTAT /**/
407 * This symbol, if defined, indicates that the mblen routine is available
408 * to find the number of bytes in a multibye character.
410 #define HAS_MBLEN /**/
413 * This symbol, if defined, indicates that the mbstowcs routine is
414 * available to covert a multibyte string into a wide character string.
416 #define HAS_MBSTOWCS /**/
419 * This symbol, if defined, indicates that the mbtowc routine is available
420 * to covert a multibyte to a wide character.
422 #define HAS_MBTOWC /**/
425 * This symbol, if defined, indicates that the memcmp routine is available
426 * to compare blocks of memory.
428 #define HAS_MEMCMP /**/
431 * This symbol, if defined, indicates that the memcpy routine is available
432 * to copy blocks of memory.
434 #define HAS_MEMCPY /**/
437 * This symbol, if defined, indicates that the memmove routine is available
438 * to copy potentially overlapping blocks of memory. This should be used
439 * only when HAS_SAFE_BCOPY is not defined. If neither is there, roll your
442 #define HAS_MEMMOVE /**/
445 * This symbol, if defined, indicates that the memset routine is available
446 * to set blocks of memory.
448 #define HAS_MEMSET /**/
451 * This symbol, if defined, indicates that the mkdir routine is available
452 * to create directories. Otherwise you should fork off a new process to
455 #define HAS_MKDIR /**/
458 * This symbol, if defined, indicates that the mkfifo routine is
459 * available to create FIFOs. Otherwise, mknod should be able to
460 * do it for you. However, if mkfifo is there, mknod might require
461 * super-user privileges which mkfifo will not.
463 #define HAS_MKFIFO /**/
466 * This symbol, if defined, indicates that the mktime routine is
469 #define HAS_MKTIME /**/
472 * This symbol, if defined, indicates that the entire msg*(2) library is
473 * supported (IPC mechanism based on message queues).
478 * This symbol, if defined, indicates that the nice routine is
484 * This manifest constant lets the C program know that the three
485 * argument form of open(2) is available.
487 #define HAS_OPEN3 /**/
490 * This symbol, if defined, indicates that pathconf() is available
491 * to determine file-system related limits and options associated
492 * with a given filename.
495 * This symbol, if defined, indicates that pathconf() is available
496 * to determine file-system related limits and options associated
497 * with a given open file descriptor.
499 #define HAS_PATHCONF /**/
500 #define HAS_FPATHCONF /**/
503 * This symbol, if defined, indicates that the pause routine is
504 * available to suspend a process until a signal is received.
506 #define HAS_PAUSE /**/
509 * This symbol, if defined, indicates that the pipe routine is
510 * available to create an inter-process channel.
512 #define HAS_PIPE /**/
515 * This symbol, if defined, indicates that the poll routine is
516 * available to poll active file descriptors.
521 * This symbol, if defined, indicates that the readdir routine is
522 * available to read directory entries. You may have to include
523 * <dirent.h>. See I_DIRENT.
525 #define HAS_READDIR /**/
528 * This symbol, if defined, indicates that the memcmp routine is available
529 * and can be used to compare relative magnitudes of chars with their high
530 * bits set. If it is not defined, roll your own version.
532 #define HAS_SANE_MEMCMP /**/
535 * This symbol, if defined, indicates that the seekdir routine is
536 * available. You may have to include <dirent.h>. See I_DIRENT.
538 #undef HAS_SEEKDIR /**/
541 * This symbol, if defined, indicates that the telldir routine is
542 * available. You may have to include <dirent.h>. See I_DIRENT.
544 #undef HAS_TELLDIR /**/
547 * This symbol, if defined, indicates that the rewinddir routine is
548 * available. You may have to include <dirent.h>. See I_DIRENT.
550 #define HAS_REWINDDIR /**/
553 * This symbol, if defined, indicates that the readlink routine is
554 * available to read the value of a symbolic link.
556 #define HAS_READLINK /**/
559 * This symbol, if defined, indicates that the rename routine is available
560 * to rename files. Otherwise you should do the unlink(), link(), unlink()
563 #define HAS_RENAME /**/
566 * This symbol, if defined, indicates that the rmdir routine is
567 * available to remove directories. Otherwise you should fork off a
568 * new process to exec /bin/rmdir.
570 #define HAS_RMDIR /**/
573 * This symbol, if defined, indicates that the bcopy routine is available
574 * to copy potentially overlapping memory blocks. Otherwise you should
575 * probably use memmove() or memcpy(). If neither is defined, roll your
578 #undef HAS_SAFE_BCOPY /**/
581 * This symbol, if defined, indicates that the memcpy routine is available
582 * to copy potentially overlapping memory blocks. Otherwise you should
583 * probably use memmove() or memcpy(). If neither is defined, roll your
586 #undef HAS_SAFE_MEMCPY /**/
589 * This symbol, if defined, indicates that the select routine is
590 * available to select active file descriptors. If the timeout field
591 * is used, <sys/time.h> may need to be included.
593 #define HAS_SELECT /* config-skip */
596 * This symbol, if defined, indicates that the entire sem*(2) library is
602 * This symbol, if defined, indicates that the setegid routine is available
603 * to change the effective gid of the current program.
605 #undef HAS_SETEGID /**/
608 * This symbol, if defined, indicates that the seteuid routine is available
609 * to change the effective uid of the current program.
611 #undef HAS_SETEUID /**/
614 * This symbol, if defined, indicates that the setlinebuf routine is
615 * available to change stderr or stdout from block-buffered or unbuffered
616 * to a line-buffered mode.
618 #undef HAS_SETLINEBUF /**/
621 * This symbol, if defined, indicates that the setlocale routine is
622 * available to handle locale-specific ctype implementations.
624 #define HAS_SETLOCALE /**/
627 * This symbol, if defined, indicates that the setpgid routine is
628 * available to set process group ID.
630 #define HAS_SETPGID /**/
633 * This symbol, if defined, indicates that the setpgrp routine is
634 * available to set the current process group.
637 * This symbol, if defined, indicates that the BSD notion of process
638 * group is to be used. For instance, you have to say setpgrp(pid, pgrp)
639 * instead of the USG setpgrp().
642 * This symbol, if defined, indicates that setpgrp needs two
643 * arguments whereas USG one needs none. See also HAS_SETPGID
644 * for a POSIX interface.
646 #undef HAS_SETPGRP /**/
647 #undef USE_BSDPGRP /**/
648 #undef USE_BSD_SETPGRP /**/
651 * This symbol, if defined, indicates that the setpgrp2() (as in DG/UX)
652 * routine is available to set the current process group.
654 #undef HAS_SETPGRP2 /**/
657 * This symbol, if defined, indicates that the setpriority routine is
658 * available to set a process's priority.
660 #undef HAS_SETPRIORITY /**/
663 * This symbol, if defined, indicates that the setregid routine is
664 * available to change the real and effective gid of the current
668 * This symbol, if defined, indicates that the setresgid routine is
669 * available to change the real, effective and saved gid of the current
672 #undef HAS_SETREGID /**/
673 #undef HAS_SETRESGID /**/
676 * This symbol, if defined, indicates that the setreuid routine is
677 * available to change the real and effective uid of the current
681 * This symbol, if defined, indicates that the setresuid routine is
682 * available to change the real, effective and saved uid of the current
685 #undef HAS_SETREUID /**/
686 #undef HAS_SETRESUID /**/
689 * This symbol, if defined, indicates that the setrgid routine is available
690 * to change the real gid of the current program.
692 #undef HAS_SETRGID /**/
695 * This symbol, if defined, indicates that the setruid routine is available
696 * to change the real uid of the current program.
698 #undef HAS_SETRUID /**/
701 * This symbol, if defined, indicates that the setsid routine is
702 * available to set the process group ID.
704 #define HAS_SETSID /**/
707 * This symbol, if defined, indicates that the entire shm*(2) library is
713 * This symbol holds the return type of the shmat() system call.
714 * Usually set to 'void *' or 'char *'.
716 /* HAS_SHMAT_PROTOTYPE:
717 * This symbol, if defined, indicates that the sys/shm.h includes
718 * a prototype for shmat(). Otherwise, it is up to the program to
719 * guess one. Shmat_t shmat (int, Shmat_t, int) is a good guess,
720 * but not always right so it should be emitted by the program only
721 * when HAS_SHMAT_PROTOTYPE is not defined to avoid conflicting defs.
723 #undef Shmat_t /* config-skip */
724 #undef HAS_SHMAT_PROTOTYPE /**/
727 * This symbol, if defined, indicates that Vr4's sigaction() routine
730 #define HAS_SIGACTION /**/
733 * This symbol, if defined, indicates that the BSD socket interface is
737 * This symbol, if defined, indicates that the BSD socketpair() call is
740 #define HAS_SOCKET /**/
741 #define HAS_SOCKETPAIR /**/
744 * This symbol, if defined, indicates that the strtod routine is
745 * available to provide better numeric string conversion than atof().
747 #define HAS_STRTOD /**/
750 * This symbol, if defined, indicates that the strtol routine is available
751 * to provide better numeric string conversion than atoi() and friends.
753 #define HAS_STRTOL /**/
756 * This symbol, if defined, indicates that the strtoul routine is
757 * available to provide conversion of strings to unsigned long.
759 #define HAS_STRTOUL /**/
762 * This symbol is defined if this system has a stat structure declaring
763 * st_blksize and st_blocks.
765 #undef USE_STAT_BLOCKS /**/
768 * This symbol is defined if the _ptr and _cnt fields (or similar)
769 * of the stdio FILE structure can be used to access the stdio buffer
770 * for a file handle. If this is defined, then the FILE_ptr(fp)
771 * and FILE_cnt(fp) macros will also be defined and should be used
772 * to access these fields.
775 * This symbol is defined if the _base field (or similar) of the
776 * stdio FILE structure can be used to access the stdio buffer for
777 * a file handle. If this is defined, then the FILE_base(fp) macro
778 * will also be defined and should be used to access this field.
779 * Also, the FILE_bufsiz(fp) macro will be defined and should be used
780 * to determine the number of bytes in the buffer. USE_STDIO_BASE
781 * will never be defined unless USE_STDIO_PTR is.
783 #undef USE_STDIO_PTR /**/
784 #undef USE_STDIO_BASE /**/
787 * This macro is used to access the _ptr field (or equivalent) of the
788 * FILE structure pointed to by its argument. This macro will always be
789 * defined if USE_STDIO_PTR is defined.
792 * This symbol is defined if the FILE_ptr macro can be used as an
796 * This macro is used to access the _cnt field (or equivalent) of the
797 * FILE structure pointed to by its argument. This macro will always be
798 * defined if USE_STDIO_PTR is defined.
801 * This symbol is defined if the FILE_cnt macro can be used as an
805 #define FILE_ptr(fp) ((fp)->_ptr)
806 #define STDIO_PTR_LVALUE /**/
807 #define FILE_cnt(fp) ((fp)->_cnt)
808 #define STDIO_CNT_LVALUE /**/
812 * This macro is used to access the _base field (or equivalent) of the
813 * FILE structure pointed to by its argument. This macro will always be
814 * defined if USE_STDIO_BASE is defined.
817 * This macro is used to determine the number of bytes in the I/O
818 * buffer pointed to by _base field (or equivalent) of the FILE
819 * structure pointed to its argument. This macro will always be defined
820 * if USE_STDIO_BASE is defined.
822 #ifdef USE_STDIO_BASE
823 #define FILE_base(fp) ((fp)->_base)
824 #define FILE_bufsiz(fp) ((fp)->_cnt + (fp)->_ptr - (fp)->_base)
828 * This symbol is defined to indicate that the strchr()/strrchr()
829 * functions are available for string searching. If not, try the
830 * index()/rindex() pair.
833 * This symbol is defined to indicate that the index()/rindex()
834 * functions are available for string searching.
836 #define HAS_STRCHR /**/
837 #undef HAS_INDEX /**/
840 * This symbol, if defined, indicates that the strcoll routine is
841 * available to compare strings using collating information.
843 #define HAS_STRCOLL /**/
846 * This symbol, if defined, indicates that this C compiler knows how
847 * to copy structures. If undefined, you'll need to use a block copy
848 * routine of some sort instead.
850 #define USE_STRUCT_COPY /**/
853 * This symbol, if defined, indicates that the strerror routine is
854 * available to translate error numbers to strings. See the writeup
855 * of Strerror() in this file before you try to define your own.
858 * This symbol, if defined, indicates that the sys_errlist array is
859 * available to translate error numbers to strings. The extern int
860 * sys_nerr gives the size of that table.
863 * This preprocessor symbol is defined as a macro if strerror() is
864 * not available to translate error numbers to strings but sys_errlist[]
867 #define HAS_STRERROR /**/
868 #define HAS_SYS_ERRLIST /**/
869 #define Strerror(e) strerror(e)
872 * This symbol, if defined, indicates that the strxfrm() routine is
873 * available to transform strings.
875 #define HAS_STRXFRM /**/
878 * This symbol, if defined, indicates that the symlink routine is available
879 * to create symbolic links.
881 #define HAS_SYMLINK /**/
884 * This symbol, if defined, indicates that the syscall routine is
885 * available to call arbitrary system calls. If undefined, that's tough.
887 #undef HAS_SYSCALL /**/
890 * This symbol, if defined, indicates that sysconf() is available
891 * to determine system related limits and options.
893 #define HAS_SYSCONF /**/
896 * This symbol, if defined, indicates that the system routine is
897 * available to issue a shell command.
899 #define HAS_SYSTEM /**/
902 * This symbol, if defined, indicates that the tcgetpgrp routine is
903 * available to get foreground process group ID.
905 #define HAS_TCGETPGRP /**/
908 * This symbol, if defined, indicates that the tcsetpgrp routine is
909 * available to set foreground process group ID.
911 #define HAS_TCSETPGRP /**/
914 * This symbol holds the type returned by time(). It can be long,
915 * or time_t on BSD sites (in which case <sys/types.h> should be
918 #define Time_t time_t /* Time type */
921 * This symbol, if defined, indicates that the times() routine exists.
922 * Note that this became obsolete on some systems (SUNOS), which now
923 * use getrusage(). It may be necessary to include <sys/times.h>.
925 #define HAS_TIMES /**/
928 * This symbol, if defined, indicates that the truncate routine is
929 * available to truncate files.
931 #undef HAS_TRUNCATE /**/
934 * This symbol, if defined, indicates that the tzname[] array is
935 * available to access timezone names.
937 #define HAS_TZNAME /**/
940 * This symbol, if defined, indicates that the umask routine is
941 * available to set and get the value of the file creation mask.
943 #define HAS_UMASK /**/
946 * This symbol, if defined, indicates that vfork() exists.
948 #undef HAS_VFORK /**/
951 * This symbol's value is either "void" or "int", corresponding to the
952 * appropriate return type of a signal handler. Thus, you can declare
953 * a signal handler using "Signal_t (*handler)()", and define the
954 * handler using "Signal_t handler(sig)".
956 #define Signal_t void /* Signal handler's return type */
959 * This symbol, if defined, indicates that this C compiler knows about
960 * the volatile declaration.
962 #define HASVOLATILE /**/
964 #define volatile /* config-skip */
968 * This symbol, if defined, indicates that the vprintf routine is available
969 * to printf with a pointer to an argument list. If unavailable, you
970 * may need to write your own, probably in terms of _doprnt().
972 /* USE_CHAR_VSPRINTF:
973 * This symbol is defined if this system has vsprintf() returning type
974 * (char*). The trend seems to be to declare it as "int vsprintf()". It
975 * is up to the package author to declare vsprintf correctly based on the
978 #define HAS_VPRINTF /**/
979 #define USE_CHAR_VSPRINTF /**/
982 * This symbol, if defined, indicates that wait4() exists.
984 #undef HAS_WAIT4 /**/
987 * This symbol, if defined, indicates that the waitpid routine is
988 * available to wait for child process.
990 #undef HAS_WAITPID /**/
993 * This symbol, if defined, indicates that the wcstombs routine is
994 * available to convert wide character strings to multibyte strings.
996 #define HAS_WCSTOMBS /**/
999 * This symbol, if defined, indicates that the wctomb routine is available
1000 * to covert a wide character to a multibyte.
1002 #define HAS_WCTOMB /**/
1005 * This symbol holds the type used to declare file positions in libc.
1006 * It can be fpos_t, long, uint, etc... It may be necessary to include
1007 * <sys/types.h> to get any typedef'ed information.
1009 #define Fpos_t fpos_t /* File position type */
1012 * This symbol holds the return type of getgid() and the type of
1013 * argument to setrgid() and related functions. Typically,
1014 * it is the type of group ids in the kernel. It can be int, ushort,
1015 * uid_t, etc... It may be necessary to include <sys/types.h> to get
1016 * any typedef'ed information.
1018 #define Gid_t gid_t /* config-skip */
1021 * This symbol holds the type used for the second argument to
1022 * [gs]etgroups(). Usually, this is the same of gidtype, but
1023 * sometimes it isn't. It can be int, ushort, uid_t, etc...
1024 * It may be necessary to include <sys/types.h> to get any
1025 * typedef'ed information. This is only required if you have
1026 * getgroups() or setgroups().
1028 #if defined(HAS_GETGROUPS) || defined(HAS_SETGROUPS)
1029 #define Groups_t gid_t /* Type for 2nd arg to [gs]etgroups() */
1033 * This symbol contains the type of the prefix structure element
1034 * in the <db.h> header file. In older versions of DB, it was
1035 * int, while in newer ones it is u_int32_t.
1038 * This symbol contains the type of the prefix structure element
1039 * in the <db.h> header file. In older versions of DB, it was
1040 * int, while in newer ones it is size_t.
1042 #define DB_Hash_t int /**/
1043 #define DB_Prefix_t int /**/
1046 * This symbol, if defined, indicates to the C program that it should
1047 * include <dirent.h>. Using this symbol also triggers the definition
1048 * of the Direntry_t define which ends up being 'struct dirent' or
1049 * 'struct direct' depending on the availability of <dirent.h>.
1052 * This symbol, if defined, indicates to the C program that the length
1053 * of directory entry names is provided by a d_namlen field. Otherwise
1054 * you need to do strlen() on the d_name field.
1057 * This symbol is set to 'struct direct' or 'struct dirent' depending on
1058 * whether dirent is available or not. You should use this pseudo type to
1059 * portably declare your directory entries.
1061 #define I_DIRENT /**/
1062 #undef DIRNAMLEN /**/
1063 #define Direntry_t struct dirent
1066 * This symbol, if defined, indicates that <dlfcn.h> exists and should
1072 * This manifest constant tells the C program to include <fcntl.h>.
1074 #define I_FCNTL /**/
1077 * This symbol, if defined, indicates to the C program that it should
1078 * include <float.h> to get definition of symbols like DBL_MAX or
1079 * DBL_MIN, i.e. machine dependent floating point values.
1081 #define I_FLOAT /**/
1084 * This symbol, if defined, indicates to the C program that it should
1090 * This symbol, if defined, indicates to the C program that it should
1091 * include <limits.h> to get definition of symbols like WORD_BIT or
1092 * LONG_MAX, i.e. machine dependant limitations.
1094 #define I_LIMITS /**/
1097 * This symbol, if defined, indicates to the C program that it should
1103 * This symbol, if defined, indicates to the C program that it should
1104 * include <memory.h>.
1106 #undef I_MEMORY /**/
1109 * This symbol, if defined, indicates that <ndbm.h> exists and should
1115 * This symbol, if defined, indicates that <net/errno.h> exists and
1116 * should be included.
1118 #undef I_NET_ERRNO /* config-skip */
1121 * This symbol, if defined, indicates to the C program that it should
1122 * include <netinet/in.h>. Otherwise, you may try <sys/in.h>.
1124 #define I_NETINET_IN /* config-skip */
1127 * This symbol, if defined, indicates to the C program that it should
1131 * This symbol, if defined, indicates to the C program that struct passwd
1132 * contains pw_quota.
1135 * This symbol, if defined, indicates to the C program that struct passwd
1139 * This symbol, if defined, indicates to the C program that struct passwd
1140 * contains pw_change.
1143 * This symbol, if defined, indicates to the C program that struct passwd
1144 * contains pw_class.
1147 * This symbol, if defined, indicates to the C program that struct passwd
1148 * contains pw_expire.
1151 * This symbol, if defined, indicates to the C program that struct passwd
1152 * contains pw_comment.
1155 * This symbol, if defined, indicates to the C program that struct passwd
1156 * contains pw_gecos.
1161 #undef PWCHANGE /**/
1163 #undef PWEXPIRE /**/
1164 #define PWGECOS /**/
1165 #undef PWCOMMENT /**/
1168 * This symbol, if defined, indicates that <stddef.h> exists and should
1171 #define I_STDDEF /**/
1174 * This symbol, if defined, indicates that <stdlib.h> exists and should
1177 #define I_STDLIB /**/
1180 * This symbol, if defined, indicates to the C program that it should
1181 * include <string.h> (USG systems) instead of <strings.h> (BSD systems).
1183 #define I_STRING /**/
1186 * This symbol, if defined, indicates to the C program that it should
1187 * include <sys/dir.h>.
1189 #undef I_SYS_DIR /**/
1192 * This symbol, if defined, indicates to the C program that it should
1193 * include <sys/file.h> to get definition of R_OK and friends.
1195 #undef I_SYS_FILE /**/
1198 * This symbol, if defined, indicates that <sys/ioctl.h> exists and should
1199 * be included. Otherwise, include <sgtty.h> or <termio.h>.
1201 #define I_SYS_IOCTL /**/
1204 * This symbol, if defined, indicates to the C program that it should
1205 * include <sys/ndir.h>.
1207 #undef I_SYS_NDIR /**/
1210 * This symbol, if defined, indicates to the C program that it should
1211 * include <sys/param.h>.
1213 #define I_SYS_PARAM /**/
1215 /* Plan 9: file position in Plan 9 is <select.h> */
1217 * This symbol, if defined, indicates to the C program that it should
1218 * include <sys/select.h> in order to get definition of struct timeval.
1220 #undef I_SYS_SELECT /**/
1223 * This symbol, if defined, indicates to the C program that it should
1224 * include <sys/times.h>.
1226 #define I_SYS_TIMES /**/
1229 * This symbol, if defined, indicates to the C program that it should
1230 * include <sys/types.h>.
1232 #define I_SYS_TYPES /**/
1235 * This symbol, if defined, indicates to the C program that it should
1236 * include <sys/un.h> to get UNIX domain socket definitions.
1238 #define I_SYS_UN /**/
1241 * This symbol, if defined, indicates that the program should include
1242 * <termio.h> rather than <sgtty.h>. There are also differences in
1243 * the ioctl() calls that depend on the value of this symbol.
1246 * This symbol, if defined, indicates that the program should include
1247 * the POSIX termios.h rather than sgtty.h or termio.h.
1248 * There are also differences in the ioctl() calls that depend on the
1249 * value of this symbol.
1252 * This symbol, if defined, indicates that the program should include
1253 * <sgtty.h> rather than <termio.h>. There are also differences in
1254 * the ioctl() calls that depend on the value of this symbol.
1256 #undef I_TERMIO /**/
1257 #define I_TERMIOS /**/
1260 /* Plan 9: P9 has both <time.h> and <sys/time.h> */
1262 * This symbol, if defined, indicates to the C program that it should
1266 * This symbol, if defined, indicates to the C program that it should
1267 * include <sys/time.h>.
1269 /* I_SYS_TIME_KERNEL:
1270 * This symbol, if defined, indicates to the C program that it should
1271 * include <sys/time.h> with KERNEL defined.
1274 #define I_SYS_TIME /**/
1275 #undef I_SYS_TIME_KERNEL /**/
1278 * This symbol, if defined, indicates to the C program that it should
1279 * include <unistd.h>.
1281 #define I_UNISTD /**/
1284 * This symbol, if defined, indicates to the C program that it should
1285 * include <utime.h>.
1287 #define I_UTIME /**/
1290 * This symbol, if defined, indicates to the C program that it should
1296 * This symbol holds the type used to declare offsets in the kernel.
1297 * It can be int, long, off_t, etc... It may be necessary to include
1298 * <sys/types.h> to get any typedef'ed information.
1300 #define Off_t off_t /* <offset> type */
1303 * This symbol holds the type used to declare file modes
1304 * for systems calls. It is usually mode_t, but may be
1305 * int or unsigned short. It may be necessary to include <sys/types.h>
1306 * to get any typedef'ed information.
1308 #define Mode_t mode_t /* file mode parameter for system calls */
1311 * If defined, this macro indicates that the C compiler can handle
1312 * function prototypes.
1315 * This macro is used to declare function parameters for folks who want
1316 * to make declarations with prototypes using a different style than
1317 * the above macros. Use double parentheses. For example:
1319 * int main _((int argc, char *argv[]));
1321 #define CAN_PROTOTYPE /**/
1322 #ifdef CAN_PROTOTYPE
1323 #define _(args) args /* config-skip */
1325 #define _(args) () /* config-skip */
1329 * This symbol contains the number of bits of random number the rand()
1330 * function produces. Usual values are 15, 16, and 31.
1332 #define RANDBITS 15 /**/
1335 * This symbol holds the type used for the 2nd, 3rd, and 4th
1336 * arguments to select. Usually, this is 'fd_set *', if HAS_FD_SET
1337 * is defined, and 'int *' otherwise. This is only useful if you
1338 * have select(), of course.
1340 #define Select_fd_set_t fd_set * /**/
1343 * This symbol holds the type used to declare length parameters
1344 * for string functions. It is usually size_t, but may be
1345 * unsigned long, int, etc. It may be necessary to include
1346 * <sys/types.h> to get any typedef'ed information.
1348 #define Size_t size_t /* length paramater for string functions */
1351 * This symbol holds the type used by functions that return
1352 * a count of bytes or an error condition. It must be a signed type.
1353 * It is usually ssize_t, but may be long or int, etc.
1354 * It may be necessary to include <sys/types.h> or <unistd.h>
1355 * to get any typedef'ed information.
1356 * We will pick a type such that sizeof(SSize_t) == sizeof(Size_t).
1358 #define SSize_t ssize_t /* signed count of bytes */
1361 * This symbol is defined to be the type of char used in stdio.h.
1362 * It has the values "unsigned char" or "char".
1364 #define STDCHAR char /**/
1367 * This symbol holds the type used to declare user ids in the kernel.
1368 * It can be int, ushort, uid_t, etc... It may be necessary to include
1369 * <sys/types.h> to get any typedef'ed information.
1371 #define Uid_t uid_t /* UID type */
1374 This symbol, if defined, indicates that the program is running under the
1375 * Plan 9 operating system.
1379 #define OSNAME "plan9"
1381 #define BIN_SH "/bin/rc" /* config-skip */
1384 * This symbol, if defined, indicates that we're using our own malloc.
1386 #undef MYMALLOC /**/
1389 #undef VMS /* config-skip */
1392 * This symbol holds the complete pathname to the sed program.
1394 #define LOC_SED "/bin/sed" /**/
1397 * This symbol contains the ~name expanded version of ARCHLIB, to be used
1398 * in programs that are not prepared to deal with ~ expansion at run-time.
1400 #define ARCHLIB_EXP "/_P9P_OBJTYPE/lib/perl/_P9P_VERSION"
1401 #define ARCHLIB "/_P9P_OBJTYPE/lib/perl/_P9P_VERSION"
1404 * This symbol holds a string representing the architecture name.
1405 * It may be used to construct an architecture-dependant pathname
1406 * where library files may be held under a private library, for
1409 #define ARCHNAME "plan9__P9P_OBJTYPE" /**/
1412 * This symbol hold the hexadecimal constant defined in byteorder,
1413 * i.e. 0x1234 or 0x4321, etc...
1415 #if _P9P_OBJTYPE == 386
1416 # define BYTEORDER 0x1234 /* little-endian */ /* config-skip */
1418 # define BYTEORDER 0x4321 /* big-endian */ /* config-skip */
1422 * This symbol, if defined, indicates that the C-shell exists.
1423 * If defined, contains the full pathname of csh.
1427 /* DLSYM_NEEDS_UNDERSCORE:
1428 * This symbol, if defined, indicates that we need to prepend an
1429 * underscore to the symbol name before calling dlsym(). This only
1430 * makes sense if you *have* dlsym, which we will presume is the
1431 * case if you're using dl_dlopen.xs.
1433 #undef DLSYM_NEEDS_UNDERSCORE /* */
1435 /* SETUID_SCRIPTS_ARE_SECURE_NOW:
1436 * This symbol, if defined, indicates that the bug that prevents
1437 * setuid scripts from being secure is not present in this kernel.
1440 * This symbol, if defined, indicates that the C program should
1441 * check the script that it is executing for setuid/setgid bits, and
1442 * attempt to emulate setuid/setgid on systems that have disabled
1443 * setuid #! scripts because the kernel can't do it securely.
1444 * It is up to the package designer to make sure that this emulation
1445 * is done securely. Among other things, it should do an fstat on
1446 * the script it just opened to make sure it really is a setuid/setgid
1447 * script, it should make sure the arguments passed correspond exactly
1448 * to the argument on the #! line, and it should not trust any
1449 * subprocesses to which it must pass the filename rather than the
1450 * file descriptor of the script to be executed.
1452 #define SETUID_SCRIPTS_ARE_SECURE_NOW /**/
1456 * This preprocessor macro is defined to convert a floating point
1457 * number to a string without a trailing decimal point. This
1458 * emulates the behavior of sprintf("%g"), but is sometimes much more
1459 * efficient. If gconvert() is not available, but gcvt() drops the
1460 * trailing decimal point, then gcvt() is used. If all else fails,
1461 * a macro using sprintf("%g") is used. Arguments for the Gconvert
1462 * macro are: value, number of digits, whether trailing zeros should
1463 * be retained, and the output buffer.
1464 * Possible values are:
1465 * d_Gconvert='gconvert((x),(n),(t),(b))'
1466 * d_Gconvert='gcvt((x),(n),(b))'
1467 * d_Gconvert='sprintf((b),"%.*g",(n),(x))'
1468 * The last two assume trailing zeros should not be kept.
1470 #define Gconvert(x,n,t,b) sprintf((b),"%.*g",(n),(x))
1473 * This is the buffer type to be used with Sigsetjmp and Siglongjmp.
1476 * This macro is used in the same way as sigsetjmp(), but will invoke
1477 * traditional setjmp() if sigsetjmp isn't available.
1480 * This macro is used in the same way as siglongjmp(), but will invoke
1481 * traditional longjmp() if siglongjmp isn't available.
1483 #define HAS_SIGSETJMP /**/ /* config-skip */
1484 #define Sigjmp_buf sigjmp_buf /* config-skip */
1485 #define Sigsetjmp(buf,save_mask) sigsetjmp(buf,save_mask) /* config-skip */
1486 #define Siglongjmp(buf,retval) siglongjmp(buf,retval) /* config-skip */
1488 /* USE_DYNAMIC_LOADING:
1489 * This symbol, if defined, indicates that dynamic loading of
1490 * some sort is available.
1492 #undef USE_DYNAMIC_LOADING /**/
1495 * This symbol, if defined, indicates that <dbm.h> exists and should
1499 * This symbol, if defined, indicates that <rpcsvc/dbm.h> exists and
1500 * should be included.
1503 #undef I_RPCSVC_DBM /**/
1506 * This symbol, if defined, indicates to the C program that it should
1507 * include <locale.h>.
1509 #define I_LOCALE /**/
1512 * This symbol, if defined, indicates to the C program that it should
1513 * include <sys/stat.h>.
1515 #define I_SYS_STAT /**/
1518 * This symbol, if defined, indicates that <stdarg.h> exists and should
1522 * This symbol, if defined, indicates to the C program that it should
1523 * include <varargs.h>.
1525 #define I_STDARG /**/
1526 #undef I_VARARGS /**/
1529 * This symbol contains the value of sizeof(int) so that the C
1530 * preprocessor can make decisions based on it.
1533 * This symbol contains the value of sizeof(long) so that the C
1534 * preprocessor can make decisions based on it.
1537 * This symbol contains the value of sizeof(short) so that the C
1538 * preprocessor can make decisions based on it.
1540 #define INTSIZE 4 /**/
1541 #define LONGSIZE 4 /**/
1542 #define SHORTSIZE 2 /**/
1545 * This variable contains the return type of free(). It is usually
1546 * void, but occasionally int.
1549 * This symbol is the type of pointer returned by malloc and realloc.
1551 #define Malloc_t void * /**/
1552 #define Free_t void /**/
1555 * This symbol is to be used during open() or fcntl(F_SETFL) to turn on
1556 * non-blocking I/O for the file descriptor. Note that there is no way
1557 * back, i.e. you cannot turn it blocking again this way. If you wish to
1558 * alternatively switch between blocking and non-blocking, use the
1559 * ioctl(FIOSNBIO) call instead, but that is not supported by all devices.
1562 * This symbol holds the errno error code set by read() when no data was
1563 * present on the non-blocking file descriptor.
1566 * This symbol holds the return code from read() when no data is present
1567 * on the non-blocking file descriptor. Be careful! If EOF_NONBLOCK is
1568 * not defined, then you can't distinguish between no data and EOF by
1569 * issuing a read(). You'll have to find another way to tell for sure!
1572 * This symbol, if defined, indicates to the C program that a read() on
1573 * a non-blocking file descriptor will return 0 on EOF, and not the value
1574 * held in RD_NODATA (-1 usually, in that case!).
1576 #define VAL_O_NONBLOCK O_NONBLOCK
1577 #define VAL_EAGAIN EAGAIN
1578 #define RD_NODATA -1
1579 #define EOF_NONBLOCK
1582 * This symbol contains the ~name expanded version of OLDARCHLIB, to be
1583 * used in programs that are not prepared to deal with ~ expansion at
1586 #undef OLDARCHLIB_EXP /**/
1587 #undef OLDARCHLIB /**/
1590 * This symbol contains the ~name expanded version of PRIVLIB, to be used
1591 * in programs that are not prepared to deal with ~ expansion at run-time.
1593 #define PRIVLIB_EXP "/sys/lib/perl" /* */
1594 #define PRIVLIB "/sys/lib/perl" /* */
1597 * This symbol contains a list of signal names in order of
1598 * signal number. This is intended
1599 * to be used as a static array initialization, like this:
1600 * char *sig_name[] = { SIG_NAME };
1601 * The signals in the list are separated with commas, and each signal
1602 * is surrounded by double quotes. There is no leading SIG in the signal
1603 * name, i.e. SIGQUIT is known as "QUIT".
1604 * Gaps in the signal numbers (up to NSIG) are filled in with NUMnn,
1605 * etc., where nn is the actual signal number (e.g. NUM37).
1606 * The signal number for sig_name[i] is stored in sig_num[i].
1607 * The last element is 0 to terminate the list with a NULL. This
1608 * corresponds to the 0 at the end of the sig_num list.
1611 * This symbol contains a list of signal numbers, in the same order as the
1612 * SIG_NAME list. It is suitable for static array initialization, as in:
1613 * int sig_num[] = { SIG_NUM };
1614 * The signals in the list are separated with commas, and the indices
1615 * within that list and the SIG_NAME list match, so it's easy to compute
1616 * the signal name from a number or vice versa at the price of a small
1617 * dynamic linear lookup.
1618 * Duplicates are allowed, but are moved to the end of the list.
1619 * The signal number corresponding to sig_name[i] is sig_number[i].
1620 * if (i < NSIG) then sig_number[i] == i.
1621 * The last element is 0, corresponding to the 0 at the end of
1622 * the sig_name list.
1624 #define SIG_NAME "ZERO","HUP","INT","QUIT","ILL","ABRT","FPE","KILL","SEGV","PIPE","ALRM","TERM","USR1","USR2","CHLD","CONT","STOP","TSTP","TTIN","TTOU",0 /* config-skip */
1625 #define SIG_NUM 0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,0 /* config-skip */
1628 * This symbol contains the ~name expanded version of SITELIB, to be used
1629 * in programs that are not prepared to deal with ~ expansion at run-time.
1631 #define SITELIB_EXP "/sys/lib/perl/site_perl" /* */
1632 #define SITELIB "/sys/lib/perl/site_perl" /* */
1635 * This symbol contains the ~name expanded version of SITEARCH, to be used
1636 * in programs that are not prepared to deal with ~ expansion at run-time.
1638 #define SITEARCH_EXP "/_P9P_OBJTYPE/lib/perl/_P9P_VERSION/site_perl" /* */
1639 #define SITEARCH "/_P9P_OBJTYPE/lib/perl/_P9P_VERSION/site_perl" /* */
1642 * This variable contains the string to put in front of a perl
1643 * script to make sure (one hopes) that it runs with perl and not
1646 #define STARTPERL "#!/bin/perl" /**/
1649 * Just here to shut up compiler warnings.
1651 #define SH_PATH "/bin/rc" /**/
1653 #define PERLIO_IS_STDIO /* config-skip */
1657 * This symbol, if defined, indicates that the PerlIO abstraction should
1658 * be used throughout. If not defined, stdio should be
1659 * used in a fully backward compatible manner.
1661 #undef USE_PERLIO /**/
1664 * This symbol, if defined, indicates that sfio should
1667 #undef USE_SFIO /**/
1670 * This symbol, if defined, indicates to the C program that
1671 * the getpgid(pid) function is available to get the
1674 #undef HAS_GETPGID /**/
1677 * This symbol, if defined, indicates to the C program that it should
1678 * include <sys/resource.h>.
1680 #define I_SYS_RESOURCE /**/
1683 * This symbol, if defined, indicates to the C program that it should
1684 * include <sys/wait.h>.
1686 #define I_SYS_WAIT /**/
1689 * This symbol, if defined, indicates to the C program that it should
1690 * include <values.h> to get definition of symbols like MINFLOAT or
1691 * MAXLONG, i.e. machine dependant limitations. Probably, you
1692 * should use <limits.h> instead, if it is available.
1694 #undef I_VALUES /**/
1697 * This symbol indicates how much support of the void type is given by this
1698 * compiler. What various bits mean:
1700 * 1 = supports declaration of void
1701 * 2 = supports arrays of pointers to functions returning void
1702 * 4 = supports comparisons between pointers to void functions and
1703 * addresses of void functions
1704 * 8 = suports declaration of generic void pointers
1706 * The package designer should define VOIDUSED to indicate the requirements
1707 * of the package. This can be done either by #defining VOIDUSED before
1708 * including config.h, or by defining defvoidused in Myinit.U. If the
1709 * latter approach is taken, only those flags will be tested. If the
1710 * level of void support necessary is not present, defines void to int.
1715 #define VOIDFLAGS 15
1716 #if (VOIDFLAGS & VOIDUSED) != VOIDUSED
1717 #define void int /* is void to be avoided? */ /* config-skip */
1718 #define M_VOID /* Xenix strikes again */ /* config-skip */