summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1997-06-02 00:07:26 +0000
committerRichard M. Stallman <rms@gnu.org>1997-06-02 00:07:26 +0000
commit41918a428a152215e0d6bedf439cdb57f6c7b173 (patch)
treec25fb2f578c63369dea858093bebf036800927ff
parent09f975f8bdb3cdc9955c7721efc96b490d5d16f9 (diff)
downloademacs-41918a428a152215e0d6bedf439cdb57f6c7b173.tar.gz
[__alpha__] (NO_SHARED_LIBS): Defined.
-rw-r--r--src/s/netbsd.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/s/netbsd.h b/src/s/netbsd.h
index b6535665724..a5c3360c8de 100644
--- a/src/s/netbsd.h
+++ b/src/s/netbsd.h
@@ -3,6 +3,10 @@
/* Get most of the stuff from bsd4.3 */
#include "bsd4-3.h"
+#ifdef __alpha__
+#define NO_SHARED_LIBS
+#endif
+
/* For mem-limits.h. */
#define BSD4_2