Mercurial > emacs
changeset 6922:26998cd05104
Add NO_SHARED_LIBS conditional.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Sat, 16 Apr 1994 06:40:05 +0000 |
parents | 50060d486c47 |
children | 5df81bebf7f7 |
files | src/s/netbsd.h |
diffstat | 1 files changed, 2 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/src/s/netbsd.h Sat Apr 16 06:15:42 1994 +0000 +++ b/src/s/netbsd.h Sat Apr 16 06:40:05 1994 +0000 @@ -40,6 +40,7 @@ /* Netbsd has POSIX-style pgrp behavior. */ #undef BSD_PGRPS +#ifndef NO_SHARED_LIBS /* These definitions should work for either dynamic or static linking, whichever is the default for `cc -nostdlib'. */ #define HAVE_TEXT_START /* No need to define `start_of_text'. */ @@ -53,6 +54,7 @@ #define N_BSSADDR(x) (N_ALIGN(x, N_DATADDR(x)+x.a_data)) #define N_TRELOFF(x) N_RELOFF(x) #endif +#endif /* not NO_SHARED_LIBS */ /* Reread the time zone on startup. */ #define LOCALTIME_CACHE