Mercurial > emacs
changeset 12755:7a567a79b03b
(HAVE_SOCKETS, NEED_NET_ERRNO_H): Defined.
(HAVE_TERMIOS): Defined.
(HAVE_TERMIO): Add undef.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Wed, 02 Aug 1995 18:41:00 +0000 |
parents | 8ba3a8c5dc43 |
children | 0a2d094db7d8 |
files | src/s/isc4-1.h |
diffstat | 1 files changed, 11 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- 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