diff src/s/bsd4-3.h @ 4759:aa5ed11f473b

Remove support for obsolete systems. See xemacs-patches message with ID <870180fe0911101613m6b8efa4bpf083fd9013950807@mail.gmail.com>.
author Jerry James <james@xemacs.org>
date Wed, 18 Nov 2009 08:49:14 -0700
parents 023b83f4e54b
children 308d34e9f07d
line wrap: on
line diff
--- a/src/s/bsd4-3.h	Wed Nov 18 22:44:28 2009 +0900
+++ b/src/s/bsd4-3.h	Wed Nov 18 08:49:14 2009 -0700
@@ -1,5 +1,5 @@
 /* Definitions file for XEmacs running on bsd 4.3
-   Copyright (C) 1985, 1986 Free Software Foundation, Inc.
+   Copyright (C) 1985, 1986, 1994 Free Software Foundation, Inc.
 
 This file is part of XEmacs.
 
@@ -20,9 +20,23 @@
 
 /* Synched up with: FSF 19.31. */
 
-#include "bsd4-2.h"
+#ifndef BSD
+#define BSD 43
+#endif /* BSD */
+
+/* SYSTEM_TYPE should indicate the kind of system you are using.
+ *  It sets the Lisp variable system-type.  */
+
+#define SYSTEM_TYPE "berkeley-unix"
 
-#undef BSD4_2
+/* The file containing the kernel's symbol table is called /vmunix.  */
+
+#define KERNEL_FILE "/vmunix"
+
+/* The symbol in the kernel where the load average is found
+ *    is named _avenrun.  */
+
+#define LDAV_SYMBOL "_avenrun"
 
 /* We give these symbols the numeric values found in <sys/param.h> to
    avoid warnings about redefined macros.  */
@@ -30,21 +44,9 @@
 #define BSD4_3 1
 #endif /* BSD4_3 */
 
-#ifdef BSD_WAS_DEFINED
-#undef BSD
-#endif
-
-#ifndef BSD
-#define BSD 43
-#endif /* BSD */
-
 /* define MAIL_USE_FLOCK if the mailer uses flock
    to interlock access to /usr/spool/mail/$USER.
    The alternative is that a lock file named
    /usr/spool/mail/$USER.lock.  */
 
 #define MAIL_USE_FLOCK
-
-/* Apparently not needed any more? */
-
-#undef SIGIO_REQUIRES_SEPARATE_PROCESS_GROUP