Mercurial > emacs
changeset 1101:3e06965680fd
entered into RCS
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Sat, 12 Sep 1992 07:45:15 +0000 |
parents | 5b3b202a84c8 |
children | ff73961932eb |
files | src/s/esix5r4.h src/systty.h |
diffstat | 2 files changed, 24 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- /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
--- 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