From: Richard M. Stallman Date: Sat, 16 Apr 1994 06:40:05 +0000 (+0000) Subject: Add NO_SHARED_LIBS conditional. X-Git-Tag: emacs-19.34~8931 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=6e8631341969a4bb97e5ba7130f603afa54d16a7;p=emacs.git Add NO_SHARED_LIBS conditional. --- 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 @@ /* 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