diff options
Diffstat (limited to 'main/php.h')
-rw-r--r-- | main/php.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/main/php.h b/main/php.h index 32ab59386f..4ed2b9d881 100644 --- a/main/php.h +++ b/main/php.h @@ -66,12 +66,6 @@ # define PHP_EOL "\n" #endif -#ifdef NETWARE -/* For php_get_uname() function */ -#define PHP_UNAME "NetWare" -#define PHP_OS PHP_UNAME -#endif - #if HAVE_ASSERT_H #if PHP_DEBUG #undef NDEBUG |