]> granicus.if.org Git - php/commitdiff
PHP_OS and PHP_UNAME for NetWare are getting populated from the ph_config.h(configure.in)
authorAnantha Kesari H Y <hyanantha@php.net>
Mon, 14 Mar 2005 09:41:39 +0000 (09:41 +0000)
committerAnantha Kesari H Y <hyanantha@php.net>
Mon, 14 Mar 2005 09:41:39 +0000 (09:41 +0000)
main/php.h

index 552322220b217ea7ec8a8552db7b5a64e6aede91..ba42573e9e6613f71a79f7e1350adf4a7dd3c668 100644 (file)
 #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