From 575e3682f53e6e0146bc1aeed9cf721dbb196b35 Mon Sep 17 00:00:00 2001 From: Venkat Raghavan S Date: Fri, 31 May 2002 04:49:45 +0000 Subject: NetWare related changes --- main/php.h | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'main/php.h') diff --git a/main/php.h b/main/php.h index fc667c4f39..9fe824949e 100644 --- a/main/php.h +++ b/main/php.h @@ -61,6 +61,12 @@ #define PHP_DIR_SEPARATOR '/' #endif +#ifdef NETWARE +#define PHP_UNAME "NetWare" /* For php_get_uname() function */ +#define PHP_OS PHP_UNAME /* This is obtained using 'uname' on Unix and assigned in the case of Windows; + we'll do it this way atleast for now */ +#endif + #include "php_regex.h" #if HAVE_ASSERT_H @@ -179,6 +185,9 @@ char *strerror(int); # ifdef PHP_WIN32 #include "win32/pwd.h" #include "win32/param.h" +#elif defined(NETWARE) +#include +#include "NetWare/pwd.h" # else #include #include -- cgit v1.2.1