Mercurial > emacs
annotate src/s/isc4-1.h @ 12866:4ce524de750f
(run-scheme): Use pop-to-buffer.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Wed, 16 Aug 1995 14:39:12 +0000 |
parents | 7a567a79b03b |
children | 92c12902ae8d |
rev | line source |
---|---|
12713 | 1 #include "isc3-0.h" |
2 | |
3 /* ISC 4.1 has renamed __setostype, but also has fixed the bug | |
4 for which we needed to call it; so just do nothing. uddeborg@carmen.se. */ | |
5 #undef EXTRA_INITIALIZE | |
6 | |
7 #define ISC4_1 | |
8 | |
9 #undef LIBS_SYSTEM | |
10 #define LIBS_SYSTEM -linet | |
11 | |
12 /* uddeborg@carmen.se says we don't need -lPW or -lcposix. */ | |
13 #undef LIB_STANDARD | |
12755
7a567a79b03b
(HAVE_SOCKETS, NEED_NET_ERRNO_H): Defined.
Richard M. Stallman <rms@gnu.org>
parents:
12713
diff
changeset
|
14 |
7a567a79b03b
(HAVE_SOCKETS, NEED_NET_ERRNO_H): Defined.
Richard M. Stallman <rms@gnu.org>
parents:
12713
diff
changeset
|
15 /* uddeborg@carmen.se recommends the rest of this file. */ |
7a567a79b03b
(HAVE_SOCKETS, NEED_NET_ERRNO_H): Defined.
Richard M. Stallman <rms@gnu.org>
parents:
12713
diff
changeset
|
16 |
7a567a79b03b
(HAVE_SOCKETS, NEED_NET_ERRNO_H): Defined.
Richard M. Stallman <rms@gnu.org>
parents:
12713
diff
changeset
|
17 /* We have Posix termios. */ |
7a567a79b03b
(HAVE_SOCKETS, NEED_NET_ERRNO_H): Defined.
Richard M. Stallman <rms@gnu.org>
parents:
12713
diff
changeset
|
18 #define HAVE_TERMIOS |
7a567a79b03b
(HAVE_SOCKETS, NEED_NET_ERRNO_H): Defined.
Richard M. Stallman <rms@gnu.org>
parents:
12713
diff
changeset
|
19 /* According to template.h HAVE_TERMIO and HAVE_TERMIOS shouldn't be */ |
7a567a79b03b
(HAVE_SOCKETS, NEED_NET_ERRNO_H): Defined.
Richard M. Stallman <rms@gnu.org>
parents:
12713
diff
changeset
|
20 /* defined at the same time. */ |
7a567a79b03b
(HAVE_SOCKETS, NEED_NET_ERRNO_H): Defined.
Richard M. Stallman <rms@gnu.org>
parents:
12713
diff
changeset
|
21 #undef HAVE_TERMIO |
7a567a79b03b
(HAVE_SOCKETS, NEED_NET_ERRNO_H): Defined.
Richard M. Stallman <rms@gnu.org>
parents:
12713
diff
changeset
|
22 |
7a567a79b03b
(HAVE_SOCKETS, NEED_NET_ERRNO_H): Defined.
Richard M. Stallman <rms@gnu.org>
parents:
12713
diff
changeset
|
23 #define HAVE_SOCKETS |
7a567a79b03b
(HAVE_SOCKETS, NEED_NET_ERRNO_H): Defined.
Richard M. Stallman <rms@gnu.org>
parents:
12713
diff
changeset
|
24 #define NEED_NET_ERRNO_H |