Mercurial > hg > xemacs-beta
diff src/s/windowsnt.h @ 274:ca9a9ec9c1c1 r21-0b35
Import from CVS: tag r21-0b35
author | cvs |
---|---|
date | Mon, 13 Aug 2007 10:29:42 +0200 |
parents | c5d627a313b1 |
children | c42ec1d1cded |
line wrap: on
line diff
--- a/src/s/windowsnt.h Mon Aug 13 10:28:54 2007 +0200 +++ b/src/s/windowsnt.h Mon Aug 13 10:29:42 2007 +0200 @@ -305,11 +305,8 @@ /* Defines that we need that aren't in the standard signal.h */ #define SIGHUP 1 /* Hang up */ #define SIGQUIT 3 /* Quit process */ -#define SIGTRAP 5 /* Trace trap */ #define SIGKILL 9 /* Die, die die */ -#define SIGPIPE 13 /* Write on pipe with no readers */ #define SIGALRM 14 /* Alarm */ -#define SIGCHLD 18 /* Death of child */ #define SIGPROF 29 /* Profiling timer exp */ /* For integration with MSDOS support. */ @@ -345,6 +342,9 @@ #include <stdlib.h> #include <string.h> +/* Define process implementation */ +#define HAVE_WIN32_PROCESSES + #if 0 /* Emacs takes care of ensuring that these are defined. */ #ifdef max