]> git.eshelyaron.com Git - emacs.git/commitdiff
[__alpha__] (NO_SHARED_LIBS): Defined.
authorRichard M. Stallman <rms@gnu.org>
Mon, 2 Jun 1997 00:07:26 +0000 (00:07 +0000)
committerRichard M. Stallman <rms@gnu.org>
Mon, 2 Jun 1997 00:07:26 +0000 (00:07 +0000)
src/s/netbsd.h

index b653566572406366faa986c890b2c9c97fa90972..a5c3360c8de861ca257d6633315149c7ad7eabc4 100644 (file)
@@ -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