Mercurial > hg > xemacs-beta
comparison src/syswait.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 | 04bc9d2f42c7 |
comparison
equal
deleted
inserted
replaced
439:357dd071b03c | 440:8de8e3f6228a |
---|---|
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_ */ |