]> code.delx.au - gnu-emacs/blobdiff - src/s/hpux.h
Fix a typo.
[gnu-emacs] / src / s / hpux.h
index 69290ea802d7b85f9b6a7ccc17c4591c11fdc808..debf6aad6d336a3e7034cafce76e2917a14befd9 100644 (file)
@@ -124,10 +124,6 @@ Boston, MA 02111-1307, USA.  */
 
 /* #define SHORTNAMES */
 
-/* We use the Berkeley (and usg5.2.2) interface to nlist.  */
-
-#define NLIST_STRUCT
-
 /* The file containing the kernel's symbol table is called /hp-ux.  */
 
 #define KERNEL_FILE "/hp-ux"
@@ -186,7 +182,6 @@ Boston, MA 02111-1307, USA.  */
 
 /* Some additional system facilities exist.  */
 
-#define HAVE_VFORK
 #define HAVE_PERROR  /* Delete this line for version 6.  */
 
 /* The following maps shared exec file to demand loaded exec.
@@ -221,3 +216,11 @@ Boston, MA 02111-1307, USA.  */
 
 /* This triggers a conditional in xfaces.c.  */
 #define XOS_NEEDS_TIME_H
+
+#ifndef HPUX8
+/* It's possible that HPUX 7 has sys/wait.h but it does not work right.  */
+#undef HAVE_SYS_WAIT_H
+#endif
+
+/* arch-tag: 75c1239f-fedb-4f64-8f86-7893e75699e8
+   (do not change this comment) */