diff options
| author | Richard M. Stallman | 1994-04-16 06:40:05 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1994-04-16 06:40:05 +0000 |
| commit | 6e8631341969a4bb97e5ba7130f603afa54d16a7 (patch) | |
| tree | af5aaf80a83f90cb65fbc0114174499aa014ef8f /src | |
| parent | c7c7076192b8dc56254af151b97a98fbd3c692c7 (diff) | |
| download | emacs-6e8631341969a4bb97e5ba7130f603afa54d16a7.tar.gz emacs-6e8631341969a4bb97e5ba7130f603afa54d16a7.zip | |
Add NO_SHARED_LIBS conditional.
Diffstat (limited to 'src')
| -rw-r--r-- | src/s/netbsd.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/s/netbsd.h b/src/s/netbsd.h index 3524f921f24..49263facb35 100644 --- a/src/s/netbsd.h +++ b/src/s/netbsd.h | |||
| @@ -40,6 +40,7 @@ | |||
| 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'. */ |
| @@ -53,6 +54,7 @@ | |||
| 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 |