comparison src/syswait.h @ 412:697ef44129c6 r21-2-14

Import from CVS: tag r21-2-14
author cvs
date Mon, 13 Aug 2007 11:20:41 +0200
parents 74fd4e045ea6
children
comparison
equal deleted inserted replaced
411:12e008d41344 412:697ef44129c6
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 #ifndef INCLUDED_syswait_h_ 22 /* Cleanup by Martin Buchholz for Autoconf 2 (see the Autoconf Manual) */
23 #define INCLUDED_syswait_h_
24 23
25 #include <sys/types.h> 24 #include <sys/types.h>
26 25
27 #ifdef HAVE_SYS_WAIT_H 26 #ifdef HAVE_SYS_WAIT_H
28 #include <sys/wait.h> 27 #include <sys/wait.h>
51 #endif 50 #endif
52 #ifndef WRETCODE 51 #ifndef WRETCODE
53 #define WRETCODE(s) ((s) >> 8) 52 #define WRETCODE(s) ((s) >> 8)
54 #endif 53 #endif
55 54
56 #endif /* INCLUDED_syswait_h_ */