]> git.eshelyaron.com Git - emacs.git/commitdiff
(BSD_PGRPS): Add #undef.
authorRichard M. Stallman <rms@gnu.org>
Sun, 20 Feb 1994 07:10:37 +0000 (07:10 +0000)
committerRichard M. Stallman <rms@gnu.org>
Sun, 20 Feb 1994 07:10:37 +0000 (07:10 +0000)
(TAB3): Defined.
(NEED_ERRNO, NO_TERMIO, HAVE_TERMIOS, HAVE_UNION_WAIT): Defined.

src/s/netbsd.h

index 7e75f233266e6a7aac1ef60f4f5b14c4bfc9def9..8988cc81394ceb5e8dbd347899a3035bdbd5104f 100644 (file)
 #undef LDAV_SYMBOL
 #define HAVE_GETLOADAVG
 
+#define HAVE_UNION_WAIT
+
 #define SIGNALS_VIA_CHARACTERS
 
 #define PENDING_OUTPUT_COUNT(FILE) ((FILE)->_p - (FILE)->_bf._base)
 
+/* netbsd uses OXTABS instead of the expected TAB3.  */
+#define TAB3 OXTABS
+
 #define A_TEXT_OFFSET(x) (sizeof (struct exec))
 #define A_TEXT_SEEK(hdr) (N_TXTOFF(hdr) + A_TEXT_OFFSET(hdr))
 
+#define HAVE_TERMIOS
+#define NO_TERMIO
+
 #define LIBS_DEBUG
 /* -lutil is not needed for NetBSD >0.9.  */
 #define LIBS_SYSTEM -lutil
 #define LIBS_TERMCAP -ltermcap
 
+#define NEED_ERRNO
 #define SYSV_SYSTEM_DIR
 
+/* Netbsd has POSIX-style pgrp behavior.  */
+#undef BSD_PGRPS
+
 /* These definitions should work for either dynamic or static linking,
    whichever is the default for `cc -nostdlib'.  */
 #define HAVE_TEXT_START                /* No need to define `start_of_text'.  */