From 89669e3e5fe67a7d66ca0e851403ae81ff7f8cff Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Wed, 2 Aug 1995 18:41:00 +0000 Subject: [PATCH] (HAVE_SOCKETS, NEED_NET_ERRNO_H): Defined. (HAVE_TERMIOS): Defined. (HAVE_TERMIO): Add undef. --- src/s/isc4-1.h | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/src/s/isc4-1.h b/src/s/isc4-1.h index 620ed7a9393..38732c1bc6b 100644 --- a/src/s/isc4-1.h +++ b/src/s/isc4-1.h @@ -11,3 +11,14 @@ /* uddeborg@carmen.se says we don't need -lPW or -lcposix. */ #undef LIB_STANDARD + +/* uddeborg@carmen.se recommends the rest of this file. */ + +/* We have Posix termios. */ +#define HAVE_TERMIOS +/* According to template.h HAVE_TERMIO and HAVE_TERMIOS shouldn't be */ +/* defined at the same time. */ +#undef HAVE_TERMIO + +#define HAVE_SOCKETS +#define NEED_NET_ERRNO_H -- 2.39.2