From: Richard M. Stallman Date: Wed, 2 Aug 1995 18:41:00 +0000 (+0000) Subject: (HAVE_SOCKETS, NEED_NET_ERRNO_H): Defined. X-Git-Tag: emacs-19.34~3105 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=89669e3e5fe67a7d66ca0e851403ae81ff7f8cff;p=emacs.git (HAVE_SOCKETS, NEED_NET_ERRNO_H): Defined. (HAVE_TERMIOS): Defined. (HAVE_TERMIO): Add undef. --- 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