changeset 11336:00320c2e1753

(NO_MATHERR): Defined. (LIBS_SYSTEM): Definition deleted.
author Richard M. Stallman <rms@gnu.org>
date Mon, 10 Apr 1995 00:32:43 +0000
parents 78eda0ee4cba
children a4fa50b77635
files src/s/netbsd.h
diffstat 1 files changed, 3 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/s/netbsd.h	Mon Apr 10 00:31:47 1995 +0000
+++ b/src/s/netbsd.h	Mon Apr 10 00:32:43 1995 +0000
@@ -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