/[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.12 by eliz, Fri Nov 16 14:03:07 2001 UTC revision 1.13 by rms, Sat Nov 17 03:49:13 2001 UTC
# Line 34  Boston, MA 02111-1307, USA.  */ Line 34  Boston, MA 02111-1307, USA.  */
34  #if 1  #if 1
35  #include <sys/types.h>  #include <sys/types.h>
36    
37  /* Old code included a comment that HPUX version 7 has broken  #ifdef HAVE_SYS_WAIT_H  /* We have sys/wait.h with POSIXoid definitions. */
    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 */  
 /* 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  
   
 #if defined HAVE_SYS_WAIT_H     /* We have sys/wait.h with POSIXoid  
                                    definitions. */  
38    
39  #include <sys/wait.h>  #include <sys/wait.h>
40  #ifndef WCOREDUMP               /* not POSIX */  #ifndef WCOREDUMP               /* not POSIX */

Legend:
Removed from v.1.12  
changed lines
  Added in v.1.13

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