comparison src/s/netbsd.h @ 6922:26998cd05104

Add NO_SHARED_LIBS conditional.
author Richard M. Stallman <rms@gnu.org>
date Sat, 16 Apr 1994 06:40:05 +0000
parents f8e60e2bd9b3
children 696f213398e8
comparison
equal deleted inserted replaced
6921:50060d486c47 6922:26998cd05104
38 #define SYSV_SYSTEM_DIR 38 #define SYSV_SYSTEM_DIR
39 39
40 /* Netbsd has POSIX-style pgrp behavior. */ 40 /* Netbsd has POSIX-style pgrp behavior. */
41 #undef BSD_PGRPS 41 #undef BSD_PGRPS
42 42
43 #ifndef NO_SHARED_LIBS
43 /* These definitions should work for either dynamic or static linking, 44 /* These definitions should work for either dynamic or static linking,
44 whichever is the default for `cc -nostdlib'. */ 45 whichever is the default for `cc -nostdlib'. */
45 #define HAVE_TEXT_START /* No need to define `start_of_text'. */ 46 #define HAVE_TEXT_START /* No need to define `start_of_text'. */
46 #define START_FILES pre-crt0.o /usr/lib/crt0.o 47 #define START_FILES pre-crt0.o /usr/lib/crt0.o
47 #define UNEXEC unexsunos4.o 48 #define UNEXEC unexsunos4.o
51 #ifndef N_TRELOFF 52 #ifndef N_TRELOFF
52 #define N_PAGSIZ(x) __LDPGSZ 53 #define N_PAGSIZ(x) __LDPGSZ
53 #define N_BSSADDR(x) (N_ALIGN(x, N_DATADDR(x)+x.a_data)) 54 #define N_BSSADDR(x) (N_ALIGN(x, N_DATADDR(x)+x.a_data))
54 #define N_TRELOFF(x) N_RELOFF(x) 55 #define N_TRELOFF(x) N_RELOFF(x)
55 #endif 56 #endif
57 #endif /* not NO_SHARED_LIBS */
56 58
57 /* Reread the time zone on startup. */ 59 /* Reread the time zone on startup. */
58 #define LOCALTIME_CACHE 60 #define LOCALTIME_CACHE
59 61
60 #define HAVE_WAIT_HEADER 62 #define HAVE_WAIT_HEADER