From: Anantha Kesari H Y Date: Mon, 14 Mar 2005 09:41:39 +0000 (+0000) Subject: PHP_OS and PHP_UNAME for NetWare are getting populated from the ph_config.h(configure.in) X-Git-Tag: php-5.0.4RC2~54 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=b5e227d4c5413484a495faf8800445777b21f189;p=php PHP_OS and PHP_UNAME for NetWare are getting populated from the ph_config.h(configure.in) --- diff --git a/main/php.h b/main/php.h index 552322220b..ba42573e9e 100644 --- a/main/php.h +++ b/main/php.h @@ -65,16 +65,6 @@ #endif #endif -#ifdef NETWARE -/* For php_get_uname() function */ -#define PHP_UNAME "NetWare" -/* - * This is obtained using uname(2) on Unix and assigned in the case of Windows; - * we'll do it this way at least for now. - */ -#define PHP_OS PHP_UNAME -#endif - #include "php_regex.h" #if HAVE_ASSERT_H