aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorRichard M. Stallman1997-06-02 00:07:26 +0000
committerRichard M. Stallman1997-06-02 00:07:26 +0000
commit9e30760d44de1ec848ffe20e636beb62bed67567 (patch)
tree55c6adb5389dc9fe8ab842a1da8348a0df47fe53 /src
parent6c73d3466fdf6bc7877ca3c5c51e6a3a76e72f9e (diff)
downloademacs-9e30760d44de1ec848ffe20e636beb62bed67567.tar.gz
emacs-9e30760d44de1ec848ffe20e636beb62bed67567.zip
[__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 b6535665724..a5c3360c8de 100644
--- a/src/s/netbsd.h
+++ b/src/s/netbsd.h
@@ -3,6 +3,10 @@
3/* Get most of the stuff from bsd4.3 */ 3/* Get most of the stuff from bsd4.3 */
4#include "bsd4-3.h" 4#include "bsd4-3.h"
5 5
6#ifdef __alpha__
7#define NO_SHARED_LIBS
8#endif
9
6/* For mem-limits.h. */ 10/* For mem-limits.h. */
7#define BSD4_2 11#define BSD4_2
8 12