aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorRichard M. Stallman <[email protected]>1997-06-02 00:07:26 +0000
committerRichard M. Stallman <[email protected]>1997-06-02 00:07:26 +0000
commit9e30760d44de1ec848ffe20e636beb62bed67567 (patch)
tree55c6adb5389dc9fe8ab842a1da8348a0df47fe53 /src
parent6c73d3466fdf6bc7877ca3c5c51e6a3a76e72f9e (diff)
[__alpha__] (NO_SHARED_LIBS): Defined.
Diffstat (limited to 'src')
-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 b653566572..a5c3360c8d 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