# HG changeset patch # User Richard M. Stallman # Date 716283915 0 # Node ID 3e06965680fd5e311dff77da4da244c49a40a0a0 # Parent 5b3b202a84c80850e2b7ee6fa631db12c226c6cc entered into RCS diff -r 5b3b202a84c8 -r 3e06965680fd src/s/esix5r4.h --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/src/s/esix5r4.h Sat Sep 12 07:45:15 1992 +0000 @@ -0,0 +1,10 @@ +/* Definitions for ESIX System V 4.0.4, a variant of V.4 for the 386. */ + +#include "usg5-4.h" + +#define LIB_X11_LIB -lsocket -lc -lX11 +#undef LIB_STANDARD +#define LIB_STANDARD -lnsl -lns -lelf /usr/ucblib/libucb.a /usr/ccs/lib/crtn.o + +/* Resolve BSD string functions in X Window library from libucb.a. */ +#define BSTRING diff -r 5b3b202a84c8 -r 3e06965680fd src/systty.h --- a/src/systty.h Sat Sep 12 01:37:46 1992 +0000 +++ b/src/systty.h Sat Sep 12 07:45:15 1992 +0000 @@ -107,6 +107,20 @@ #endif +/* Try to establish the correct character to disable terminal functions + in a system-independent manner. Note that USG (at least) define + _POSIX_VDISABLE as 0! */ + +#ifdef _POSIX_VDISABLE +#define CDISABLE _POSIX_VDISABLE +#else /* not _POSIX_VDISABLE */ +#ifdef CDEL +#define CDISABLE CDEL +#else /* not CDEL */ +#define CDISABLE 255 +#endif /* not CDEL */ +#endif /* not _POSIX_VDISABLE */ + /* Get the number of characters queued for output. */ /* EMACS_OUTQSIZE(FD, int *SIZE) stores the number of characters