comparison src/syswait.h @ 398:74fd4e045ea6 r21-2-29

Import from CVS: tag r21-2-29
author cvs
date Mon, 13 Aug 2007 11:13:30 +0200
parents 15872534500d
children 697ef44129c6
comparison
equal deleted inserted replaced
397:f4aeb21a5bad 398:74fd4e045ea6
17 You should have received a copy of the GNU General Public License 17 You should have received a copy of the GNU General Public License
18 along with XEmacs; see the file COPYING. If not, write to 18 along with XEmacs; see the file COPYING. If not, write to
19 the Free Software Foundation, Inc., 59 Temple Place - Suite 330, 19 the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
20 Boston, MA 02111-1307, USA. */ 20 Boston, MA 02111-1307, USA. */
21 21
22 /* Cleanup by Martin Buchholz for Autoconf 2 (see the Autoconf Manual) */ 22 #ifndef INCLUDED_syswait_h_
23 #define INCLUDED_syswait_h_
23 24
24 #include <sys/types.h> 25 #include <sys/types.h>
25 26
26 #ifdef HAVE_SYS_WAIT_H 27 #ifdef HAVE_SYS_WAIT_H
27 #include <sys/wait.h> 28 #include <sys/wait.h>
50 #endif 51 #endif
51 #ifndef WRETCODE 52 #ifndef WRETCODE
52 #define WRETCODE(s) ((s) >> 8) 53 #define WRETCODE(s) ((s) >> 8)
53 #endif 54 #endif
54 55
56 #endif /* INCLUDED_syswait_h_ */