comparison 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
comparison
equal deleted inserted replaced
273:411aac7253ef 274:ca9a9ec9c1c1
303 #define signal sigset 303 #define signal sigset
304 304
305 /* Defines that we need that aren't in the standard signal.h */ 305 /* Defines that we need that aren't in the standard signal.h */
306 #define SIGHUP 1 /* Hang up */ 306 #define SIGHUP 1 /* Hang up */
307 #define SIGQUIT 3 /* Quit process */ 307 #define SIGQUIT 3 /* Quit process */
308 #define SIGTRAP 5 /* Trace trap */
309 #define SIGKILL 9 /* Die, die die */ 308 #define SIGKILL 9 /* Die, die die */
310 #define SIGPIPE 13 /* Write on pipe with no readers */
311 #define SIGALRM 14 /* Alarm */ 309 #define SIGALRM 14 /* Alarm */
312 #define SIGCHLD 18 /* Death of child */
313 #define SIGPROF 29 /* Profiling timer exp */ 310 #define SIGPROF 29 /* Profiling timer exp */
314 311
315 /* For integration with MSDOS support. */ 312 /* For integration with MSDOS support. */
316 #define getdisk() (_getdrive () - 1) 313 #define getdisk() (_getdrive () - 1)
317 #define getdefdir(_drv, _buf) _getdcwd (_drv, _buf, MAXPATHLEN) 314 #define getdefdir(_drv, _buf) _getdcwd (_drv, _buf, MAXPATHLEN)
343 340
344 /* For proper declaration of environ. */ 341 /* For proper declaration of environ. */
345 #include <stdlib.h> 342 #include <stdlib.h>
346 #include <string.h> 343 #include <string.h>
347 344
345 /* Define process implementation */
346 #define HAVE_WIN32_PROCESSES
347
348 #if 0 348 #if 0
349 /* Emacs takes care of ensuring that these are defined. */ 349 /* Emacs takes care of ensuring that these are defined. */
350 #ifdef max 350 #ifdef max
351 #undef max 351 #undef max
352 #undef min 352 #undef min