/[emacs]/emacs/src/syswait.h
ViewVC logotype

Diff of /emacs/src/syswait.h

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.11 by fx, Wed Jul 26 11:06:05 2000 UTC revision 1.11.16.1 by eliz, Fri Nov 16 13:45:29 2001 UTC
# Line 38  Boston, MA 02111-1307, USA.  */ Line 38  Boston, MA 02111-1307, USA.  */
38     definitions of some of the macros and `the convex' does too.     definitions of some of the macros and `the convex' does too.
39     HAVE_SYS_WAIT_H probably won't be defined on them if they still get     HAVE_SYS_WAIT_H probably won't be defined on them if they still get
40     used, but for safety...  -- fx */     used, but for safety...  -- fx */
41  #if (defined (HPUX) && !defined (HPUX8)) || defined (convex)  /* ISC 4.1 doesn't have wait3, but does have sys/wait.h.  */
42    #if (defined(HPUX) && !defined(HPUX8)) || defined(convex) || defined(ISC4_1)
43  #undef HAVE_SYS_WAIT_H  #undef HAVE_SYS_WAIT_H
44  #endif  #endif
45    

Legend:
Removed from v.1.11  
changed lines
  Added in v.1.11.16.1

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26