]> git.eshelyaron.com Git - emacs.git/commitdiff
(NO_MATHERR): Defined.
authorRichard M. Stallman <rms@gnu.org>
Mon, 10 Apr 1995 00:32:43 +0000 (00:32 +0000)
committerRichard M. Stallman <rms@gnu.org>
Mon, 10 Apr 1995 00:32:43 +0000 (00:32 +0000)
(LIBS_SYSTEM): Definition deleted.

src/s/netbsd.h

index 32ad3e81a72de4e4df5cd2c5c0d3bbd2858058c3..a51147c94bc257d3fc442f795d4c8dba905a41f7 100644 (file)
@@ -28,7 +28,7 @@
 
 #define LIBS_DEBUG
 /* -lutil is not needed for NetBSD >0.9.  */
-#define LIBS_SYSTEM -lutil
+/* #define LIBS_SYSTEM -lutil */
 #define LIBS_TERMCAP -ltermcap
 
 #define NEED_ERRNO
@@ -58,3 +58,5 @@
 
 #define HAVE_WAIT_HEADER
 #define WAIT_USE_INT
+
+#define NO_MATHERR