comparison src/sysproc.h @ 440:8de8e3f6228a r21-2-28

Import from CVS: tag r21-2-28
author cvs
date Mon, 13 Aug 2007 11:33:38 +0200
parents 3ecd8885ac67
children abe6d1db359e
comparison
equal deleted inserted replaced
439:357dd071b03c 440:8de8e3f6228a
17 along with XEmacs; see the file COPYING. If not, write to 17 along with XEmacs; see the file COPYING. If not, write to
18 the Free Software Foundation, Inc., 59 Temple Place - Suite 330, 18 the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
19 Boston, MA 02111-1307, USA. */ 19 Boston, MA 02111-1307, USA. */
20 20
21 /* Synched up with: Not really in FSF. */ 21 /* Synched up with: Not really in FSF. */
22
23 #ifndef INCLUDED_sysproc_h_
24 #define INCLUDED_sysproc_h_
22 25
23 #ifdef HAVE_VFORK_H 26 #ifdef HAVE_VFORK_H
24 # include <vfork.h> 27 # include <vfork.h>
25 #endif 28 #endif
26 29
101 #ifdef MSDOS 104 #ifdef MSDOS
102 /* #include <process.h> */ 105 /* #include <process.h> */
103 /* Damn that local process.h! Instead we can define P_WAIT ourselves. */ 106 /* Damn that local process.h! Instead we can define P_WAIT ourselves. */
104 #define P_WAIT 1 107 #define P_WAIT 1
105 #endif 108 #endif
109
110 #endif /* INCLUDED_sysproc_h_ */