]> code.delx.au - gnu-emacs/blobdiff - src/s/bsd4-3.h
(x_draw_relief_rect): Add top_p and bot_p args.
[gnu-emacs] / src / s / bsd4-3.h
index b221a667e1ed1d405acf354df4d9c2d6104045cd..f5db6fbb5cdffcbd9bb7e79997af510b2fd08561 100644 (file)
@@ -30,9 +30,9 @@ Boston, MA 02111-1307, USA.  */
 #define BSD4_3 1
 #endif /* BSD4_3 */
 
-#ifndef BSD
-#define BSD 43
-#endif /* BSD */
+#ifndef BSD_SYSTEM
+#define BSD_SYSTEM 43
+#endif /* BSD_SYSTEM */
 
 /* SYSTEM_TYPE should indicate the kind of system you are using.
  It sets the Lisp variable system-type.  */
@@ -105,10 +105,6 @@ Boston, MA 02111-1307, USA.  */
 
 #define CLASH_DETECTION
 
-/* We use the Berkeley (and usg5.2.2) interface to nlist.  */
-
-#define NLIST_STRUCT
-
 /* The file containing the kernel's symbol table is called /vmunix.  */
 
 #define KERNEL_FILE "/vmunix"
@@ -122,6 +118,5 @@ Boston, MA 02111-1307, USA.  */
 
 #define SIGNALS_VIA_CHARACTERS
 
-/* We do have vfork.  */
-
-#define HAVE_VFORK
+/* arch-tag: 0c367245-bde3-492e-9029-3ff6898beb95
+   (do not change this comment) */