version 1.9 | | version 1.10 |
---|
| | |
/* | | /* |
* static char *rcsid_porting_c = | | * static char *rcsid_porting_c = |
* "$Id: porting.c,v 1.9 2001/07/14 04:04:53 mwedel Exp $"; | | * "$Id: porting.c,v 1.10 2001/10/29 23:24:13 michtoen Exp $"; |
*/ | | */ |
| | |
/* | | /* |
| | |
| | |
#ifdef WIN32 /* ---win32 exclude/include headers */ | | #ifdef WIN32 /* ---win32 exclude/include headers */ |
#include "process.h" | | #include "process.h" |
| | #define pid_t int /* we include it non global, because there is a redefinition in python.h */ |
#else | | #else |
#include <ctype.h> | | #include <ctype.h> |
#include <sys/stat.h> | | #include <sys/stat.h> |