comparison src/s/isc4-1.h @ 12913:92c12902ae8d

(NO_SOCKETS_IN_FILE_SYSTEM): Defined. (START_FILES): Defined. (LIB_STANDARD): New definition, details depending on __GNUC__.
author Richard M. Stallman <rms@gnu.org>
date Mon, 21 Aug 1995 18:48:21 +0000
parents 7a567a79b03b
children a29eda7ceb21
comparison
equal deleted inserted replaced
12912:e519963ce31a 12913:92c12902ae8d
7 #define ISC4_1 7 #define ISC4_1
8 8
9 #undef LIBS_SYSTEM 9 #undef LIBS_SYSTEM
10 #define LIBS_SYSTEM -linet 10 #define LIBS_SYSTEM -linet
11 11
12 /* uddeborg@carmen.se says we don't need -lPW or -lcposix. */ 12 /* uddeborg@carmen.se recommends the rest of this file. */
13
14 /* A special startup file is used when compiling with Posix. */
15 #define START_FILES pre-crt0.o /lib/crtp1.o
16
17 /* -lPW is only needed if not using Gcc. */
13 #undef LIB_STANDARD 18 #undef LIB_STANDARD
14 19 #if defined (__GNUC__)
15 /* uddeborg@carmen.se recommends the rest of this file. */ 20 # define LIB_STANDARD -lcposix -lc /lib/crtn.o
21 #else /* !__GNUC__ */
22 # define LIB_STANDARD -lPW -lcposix -lc /lib/crtn.o
23 #endif /* !__GNUC__ */
16 24
17 /* We have Posix termios. */ 25 /* We have Posix termios. */
18 #define HAVE_TERMIOS 26 #define HAVE_TERMIOS
19 /* According to template.h HAVE_TERMIO and HAVE_TERMIOS shouldn't be */ 27 /* According to template.h HAVE_TERMIO and HAVE_TERMIOS shouldn't be */
20 /* defined at the same time. */ 28 /* defined at the same time. */
21 #undef HAVE_TERMIO 29 #undef HAVE_TERMIO
22 30
23 #define HAVE_SOCKETS 31 #define HAVE_SOCKETS
32 #define NO_SOCKETS_IN_FILE_SYSTEM
24 #define NEED_NET_ERRNO_H 33 #define NEED_NET_ERRNO_H