# HG changeset patch # User Richard M. Stallman # Date 807388860 0 # Node ID 7a567a79b03bc021f2008f9ba1da7e70d5e7b364 # Parent 8ba3a8c5dc43907270b199cb93af93a9784d961a (HAVE_SOCKETS, NEED_NET_ERRNO_H): Defined. (HAVE_TERMIOS): Defined. (HAVE_TERMIO): Add undef. diff -r 8ba3a8c5dc43 -r 7a567a79b03b src/s/isc4-1.h --- a/src/s/isc4-1.h Wed Aug 02 18:39:47 1995 +0000 +++ b/src/s/isc4-1.h Wed Aug 02 18:41:00 1995 +0000 @@ -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