aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/s/netbsd.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/s/netbsd.h b/src/s/netbsd.h
index 32ad3e81a72..a51147c94bc 100644
--- a/src/s/netbsd.h
+++ b/src/s/netbsd.h
@@ -28,7 +28,7 @@
28 28
29#define LIBS_DEBUG 29#define LIBS_DEBUG
30/* -lutil is not needed for NetBSD >0.9. */ 30/* -lutil is not needed for NetBSD >0.9. */
31#define LIBS_SYSTEM -lutil 31/* #define LIBS_SYSTEM -lutil */
32#define LIBS_TERMCAP -ltermcap 32#define LIBS_TERMCAP -ltermcap
33 33
34#define NEED_ERRNO 34#define NEED_ERRNO
@@ -58,3 +58,5 @@
58 58
59#define HAVE_WAIT_HEADER 59#define HAVE_WAIT_HEADER
60#define WAIT_USE_INT 60#define WAIT_USE_INT
61
62#define NO_MATHERR