aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
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