annotate src/s/isc4-1.h @ 15462:6418750a8408 libc-1-92 libc-960621 libc-960622 libc-960623 libc-960624 libc-960625 libc-960626 libc-960627 libc-960628

Add support for PowerPC Linux
author Michael Meissner <gnu@the-meissners.org>
date Thu, 20 Jun 1996 16:20:05 +0000
parents a29eda7ceb21
children 556de690adf1
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
12913
92c12902ae8d (NO_SOCKETS_IN_FILE_SYSTEM): Defined.
Richard M. Stallman <rms@gnu.org>
parents: 12755
diff changeset
12 /* uddeborg@carmen.se recommends the rest of this file. */
92c12902ae8d (NO_SOCKETS_IN_FILE_SYSTEM): Defined.
Richard M. Stallman <rms@gnu.org>
parents: 12755
diff changeset
13
92c12902ae8d (NO_SOCKETS_IN_FILE_SYSTEM): Defined.
Richard M. Stallman <rms@gnu.org>
parents: 12755
diff changeset
14 /* A special startup file is used when compiling with Posix. */
92c12902ae8d (NO_SOCKETS_IN_FILE_SYSTEM): Defined.
Richard M. Stallman <rms@gnu.org>
parents: 12755
diff changeset
15 #define START_FILES pre-crt0.o /lib/crtp1.o
92c12902ae8d (NO_SOCKETS_IN_FILE_SYSTEM): Defined.
Richard M. Stallman <rms@gnu.org>
parents: 12755
diff changeset
16
92c12902ae8d (NO_SOCKETS_IN_FILE_SYSTEM): Defined.
Richard M. Stallman <rms@gnu.org>
parents: 12755
diff changeset
17 /* -lPW is only needed if not using Gcc. */
12713
449373ed5c62 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
18 #undef LIB_STANDARD
12913
92c12902ae8d (NO_SOCKETS_IN_FILE_SYSTEM): Defined.
Richard M. Stallman <rms@gnu.org>
parents: 12755
diff changeset
19 #if defined (__GNUC__)
92c12902ae8d (NO_SOCKETS_IN_FILE_SYSTEM): Defined.
Richard M. Stallman <rms@gnu.org>
parents: 12755
diff changeset
20 # define LIB_STANDARD -lcposix -lc /lib/crtn.o
92c12902ae8d (NO_SOCKETS_IN_FILE_SYSTEM): Defined.
Richard M. Stallman <rms@gnu.org>
parents: 12755
diff changeset
21 #else /* !__GNUC__ */
92c12902ae8d (NO_SOCKETS_IN_FILE_SYSTEM): Defined.
Richard M. Stallman <rms@gnu.org>
parents: 12755
diff changeset
22 # define LIB_STANDARD -lPW -lcposix -lc /lib/crtn.o
92c12902ae8d (NO_SOCKETS_IN_FILE_SYSTEM): Defined.
Richard M. Stallman <rms@gnu.org>
parents: 12755
diff changeset
23 #endif /* !__GNUC__ */
12755
7a567a79b03b (HAVE_SOCKETS, NEED_NET_ERRNO_H): Defined.
Richard M. Stallman <rms@gnu.org>
parents: 12713
diff changeset
24
7a567a79b03b (HAVE_SOCKETS, NEED_NET_ERRNO_H): Defined.
Richard M. Stallman <rms@gnu.org>
parents: 12713
diff changeset
25 /* We have Posix termios. */
7a567a79b03b (HAVE_SOCKETS, NEED_NET_ERRNO_H): Defined.
Richard M. Stallman <rms@gnu.org>
parents: 12713
diff changeset
26 #define HAVE_TERMIOS
7a567a79b03b (HAVE_SOCKETS, NEED_NET_ERRNO_H): Defined.
Richard M. Stallman <rms@gnu.org>
parents: 12713
diff changeset
27 /* 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
28 /* defined at the same time. */
7a567a79b03b (HAVE_SOCKETS, NEED_NET_ERRNO_H): Defined.
Richard M. Stallman <rms@gnu.org>
parents: 12713
diff changeset
29 #undef HAVE_TERMIO