--- ray/src/common/platform.h 2003/07/14 22:23:59 3.8 +++ ray/src/common/platform.h 2003/10/27 10:19:31 3.11 @@ -1,4 +1,4 @@ -/* RCSid $Id: platform.h,v 3.8 2003/07/14 22:23:59 schorsch Exp $ */ +/* RCSid $Id: platform.h,v 3.11 2003/10/27 10:19:31 schorsch Exp $ */ /* * platform.h - header file for platform specific definitions */ @@ -11,8 +11,7 @@ typedef long off_t; #include - #define popen _popen - #define pclose _pclose + #define snprintf _snprintf #include #define sleep(s) Sleep(s*1000) @@ -37,7 +36,7 @@ #define NON_POSIX #else /* assumedly posix systems */ - #define RHAS_GETPWNAM + #include #define RHAS_STAT #define RHAS_FORK_EXEC #endif