]> git.eshelyaron.com Git - emacs.git/commitdiff
Add NO_SHARED_LIBS conditional.
authorRichard M. Stallman <rms@gnu.org>
Sat, 16 Apr 1994 06:40:05 +0000 (06:40 +0000)
committerRichard M. Stallman <rms@gnu.org>
Sat, 16 Apr 1994 06:40:05 +0000 (06:40 +0000)
src/s/netbsd.h

index 3524f921f24728fe534edebc24f21fdac6492157..49263facb357e26c9c1ffd68e6eb9c2e00a5d7a5 100644 (file)
@@ -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