aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorRichard M. Stallman1995-08-02 18:41:00 +0000
committerRichard M. Stallman1995-08-02 18:41:00 +0000
commit89669e3e5fe67a7d66ca0e851403ae81ff7f8cff (patch)
tree1d1a60e9b46e8ce4c1100f006f3da2bd73c104b9 /src
parent3be64b69f20b2ca47689d62c970b60aa520d2f49 (diff)
downloademacs-89669e3e5fe67a7d66ca0e851403ae81ff7f8cff.tar.gz
emacs-89669e3e5fe67a7d66ca0e851403ae81ff7f8cff.zip
(HAVE_SOCKETS, NEED_NET_ERRNO_H): Defined.
(HAVE_TERMIOS): Defined. (HAVE_TERMIO): Add undef.
Diffstat (limited to 'src')
-rw-r--r--src/s/isc4-1.h11
1 files changed, 11 insertions, 0 deletions
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 @@
11 11
12/* uddeborg@carmen.se says we don't need -lPW or -lcposix. */ 12/* uddeborg@carmen.se says we don't need -lPW or -lcposix. */
13#undef LIB_STANDARD 13#undef LIB_STANDARD
14
15/* uddeborg@carmen.se recommends the rest of this file. */
16
17/* We have Posix termios. */
18#define HAVE_TERMIOS
19/* According to template.h HAVE_TERMIO and HAVE_TERMIOS shouldn't be */
20/* defined at the same time. */
21#undef HAVE_TERMIO
22
23#define HAVE_SOCKETS
24#define NEED_NET_ERRNO_H