version 1.6 | | version 1.7 |
---|
| | |
/* | | /* |
* static char *rcsid_porting_c = | | * static char *rcsid_porting_c = |
* "$Id: porting.c,v 1.6 2001/04/06 06:25:10 mwedel Exp $"; | | * "$Id: porting.c,v 1.7 2001/04/06 19:07:49 michtoen Exp $"; |
*/ | | */ |
| | |
/* | | /* |
| | |
*/ | | */ |
| | |
| | |
#ifdef WIN32 | | #ifdef WIN32 /* ---win32 exclude/include headers */ |
#include "process.h" | | #include "process.h" |
#else | | #else |
#include <ctype.h> | | #include <ctype.h> |
| | |
| | |
#include <sys/param.h> | | #include <sys/param.h> |
#include <stdio.h> | | #include <stdio.h> |
#endif | | |
| | |
/* Need to pull in the HAVE_... values somehow */ | | /* Need to pull in the HAVE_... values somehow */ |
| | /* win32 reminder: always put this in a ifndef win32 block */
|
#include <autoconf.h> | | #include <autoconf.h> |
| | #endif |
| | |
| | |
#ifdef HAVE_STDLIB_H | | #ifdef HAVE_STDLIB_H |
#include <stdlib.h> | | #include <stdlib.h> |