emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/src/syswait.h


From: Eli Zaretskii
Subject: [Emacs-diffs] Changes to emacs/src/syswait.h
Date: Fri, 16 Nov 2001 09:03:07 -0500

Index: emacs/src/syswait.h
diff -u emacs/src/syswait.h:1.11 emacs/src/syswait.h:1.12
--- emacs/src/syswait.h:1.11    Wed Jul 26 07:06:05 2000
+++ emacs/src/syswait.h Fri Nov 16 09:03:07 2001
@@ -38,7 +38,8 @@
    definitions of some of the macros and `the convex' does too.
    HAVE_SYS_WAIT_H probably won't be defined on them if they still get
    used, but for safety...  -- fx */
-#if (defined (HPUX) && !defined (HPUX8)) || defined (convex)
+/* ISC 4.1 doesn't have wait3, but does have sys/wait.h.  */
+#if (defined(HPUX) && !defined(HPUX8)) || defined(convex) || defined(ISC4_1)
 #undef HAVE_SYS_WAIT_H
 #endif
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]