diff src/s/netbsd.h @ 272:c5d627a313b1 r21-0b34

Import from CVS: tag r21-0b34
author cvs
date Mon, 13 Aug 2007 10:28:48 +0200
parents 2d532a89d707
children 1d62742628b6
line wrap: on
line diff
--- a/src/s/netbsd.h	Mon Aug 13 10:27:41 2007 +0200
+++ b/src/s/netbsd.h	Mon Aug 13 10:28:48 2007 +0200
@@ -19,8 +19,6 @@
 #undef LDAV_SYMBOL
 #define HAVE_GETLOADAVG
 
-/* #define SIGNALS_VIA_CHARACTERS */ /* mrb */
-
 #define PENDING_OUTPUT_COUNT(FILE) ((FILE)->_p - (FILE)->_bf._base)
 
 /* netbsd uses OXTABS instead of the expected TAB3.  */
@@ -30,8 +28,6 @@
 #define A_TEXT_OFFSET(x) (sizeof (struct exec))
 #define A_TEXT_SEEK(hdr) (N_TXTOFF(hdr) + A_TEXT_OFFSET(hdr))
 
-/* #define NO_TERMIO */ /* mrb */
-
 #define LIBS_DEBUG
 /* -lutil is not needed for NetBSD >0.9.  */
 /* #define LIBS_SYSTEM -lutil */
@@ -44,7 +40,7 @@
 #ifndef NO_SHARED_LIBS
 /* These definitions should work for either dynamic or static linking,
    whichever is the default for `cc -nostdlib'.  */
-/* but they probably don't, and life's too short - jrg@doc.ic.ac.uk 
+/* but they probably don't, and life's too short - jrg@doc.ic.ac.uk
    ask for no shared libs if you have 0.9 */
 /* mrb -- ORDINARY_LINK works just fine... */
 #define LD_SWITCH_SYSTEM "-e start"