/* port.h generated by configure on Mon Jun 17 22:01:00 EDT 1996 * Please don't edit this file. * You can edit port2.h instead, or run configure again from * the lq-text top-level directory. * Thank you. * * HARDWARE="sparc" * OS="sunos4.1.1" * */ /* declare strlen(), strcpy(), etc.: */ #define HAVE_STRING_H 1 /* declare unix system calls: */ #define HAVE_UNISTD_H 1 /* declare standard C library functions: */ #define HAVE_STDLIB_H 1 /* max unsigned int, etc: */ #define HAVE_LIMITS_H 1 /* symbolic constants for arguments to open(): */ #define HAVE_FCNTL_H /* symbolic constants for whence argument to lseek: */ #define HAVE_SEEK_SET /* the system bcopy() handles overlapping areas: */ #define HAVE_BCOPY 1 /* (A & 07) is faster than (a % 8): */ #define AND_IS_FASTER_THAN_MOD 1 /* How to declare signal(): */ #define SIGTYPEDEF typedef void (* SIGTYPE)(); /* sys_siglist[] is available: */ #undef HAVE_SIGLIST /* The C type of a user ID (uid_t): */ #define UID_TYPEDEF /* not needed */ /* Default file viewer: */ #define DEFAULT_PAGER "less"