version 1.4 | | version 1.5 |
---|
| | |
/* | | /* |
* static char *rcsid_porting_c = | | * static char *rcsid_porting_c = |
* "$Id: porting.c,v 1.4 2001/02/07 07:54:47 cvs Exp $"; | | * "$Id: porting.c,v 1.5 2001/04/06 00:45:04 michtoen Exp $"; |
*/ | | */ |
| | |
/* | | /* |
| | |
*/ | | */ |
| | |
| | |
| | #include "global.h" |
| | #ifdef WIN32 // ---win32 exclude headers |
| | #include "process.h" |
| | #else |
#include <ctype.h> | | #include <ctype.h> |
#include <sys/stat.h> | | #include <sys/stat.h> |
| | |
#include <sys/param.h> | | #include <sys/param.h> |
#include <stdio.h> | | #include <stdio.h> |
| | #endif // win32 |
| | |
#ifdef HAVE_STDLIB_H | | #ifdef HAVE_STDLIB_H |
#include <stdlib.h> | | #include <stdlib.h> |
| | |
#include <unistd.h> | | #include <unistd.h> |
#endif | | #endif |
| | |
#include "global.h" | | |
| | |
static unsigned int curtmp = 0; | | static unsigned int curtmp = 0; |
| | |