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
10 #define LIBS_SYSTEM -linet
12 /* uddeborg@carmen.se recommends the rest of this file. */
14 /* A special startup file is used when compiling with Posix. */
15 #define START_FILES pre-crt0.o /lib/crtp1.o
17 /* -lPW is only needed if not using Gcc. */
19 #if defined (__GNUC__)
20 # define LIB_STANDARD -lcposix -lc /lib/crtn.o
22 # define LIB_STANDARD -lPW -lcposix -lc /lib/crtn.o
23 #endif /* !__GNUC__ */
25 /* We have Posix termios. */
27 /* According to template.h HAVE_TERMIO and HAVE_TERMIOS shouldn't be */
28 /* defined at the same time. */