Mercurial > hg > xemacs-beta
comparison src/sysproc.h @ 100:4be1180a9e89 r20-1b2
Import from CVS: tag r20-1b2
author | cvs |
---|---|
date | Mon, 13 Aug 2007 09:15:11 +0200 |
parents | 376386a54a3c |
children | 41ff10fd062f |
comparison
equal
deleted
inserted
replaced
99:2d83cbd90d8d | 100:4be1180a9e89 |
---|---|
24 # include <vfork.h> | 24 # include <vfork.h> |
25 #endif | 25 #endif |
26 | 26 |
27 #include "systime.h" /* necessary for sys/resource.h; also gets the | 27 #include "systime.h" /* necessary for sys/resource.h; also gets the |
28 FD_* defines on some systems. */ | 28 FD_* defines on some systems. */ |
29 #ifndef WINDOWSNT | |
29 #include <sys/resource.h> | 30 #include <sys/resource.h> |
31 #endif | |
30 | 32 |
31 #if !defined (NO_SUBPROCESSES) | 33 #if !defined (NO_SUBPROCESSES) |
32 | 34 |
33 #ifdef HAVE_SOCKETS /* TCP connection support, if kernel can do it */ | 35 #ifdef HAVE_SOCKETS /* TCP connection support, if kernel can do it */ |
34 # include <sys/socket.h> | 36 # include <sys/socket.h> |