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
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
12713
449373ed5c62 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
1 #include "isc3-0.h"
449373ed5c62 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
2
449373ed5c62 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
3 /* ISC 4.1 has renamed __setostype, but also has fixed the bug
449373ed5c62 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
4 for which we needed to call it; so just do nothing. uddeborg@carmen.se. */
449373ed5c62 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
5 #undef EXTRA_INITIALIZE
449373ed5c62 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
6
449373ed5c62 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
7 #define ISC4_1
449373ed5c62 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
8
449373ed5c62 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
9 #undef LIBS_SYSTEM
449373ed5c62 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
10 #define LIBS_SYSTEM -linet
449373ed5c62 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
11
449373ed5c62 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
12 /* uddeborg@carmen.se says we don't need -lPW or -lcposix. */
449373ed5c62 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
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