hyanantha               Mon Mar 14 04:41:45 2005 EDT

  Modified files:              (Branch: PHP_5_0)
    /php-src/main       php.h 
  Log:
  PHP_OS and PHP_UNAME for NetWare are getting populated from the 
ph_config.h(configure.in)
  
  
http://cvs.php.net/diff.php/php-src/main/php.h?r1=1.203.2.8&r2=1.203.2.9&ty=u
Index: php-src/main/php.h
diff -u php-src/main/php.h:1.203.2.8 php-src/main/php.h:1.203.2.9
--- php-src/main/php.h:1.203.2.8        Thu Mar 10 06:32:36 2005
+++ php-src/main/php.h  Mon Mar 14 04:41:39 2005
@@ -17,7 +17,7 @@
    +----------------------------------------------------------------------+
  */
 
-/* $Id: php.h,v 1.203.2.8 2005/03/10 11:32:36 hyanantha Exp $ */
+/* $Id: php.h,v 1.203.2.9 2005/03/14 09:41:39 hyanantha Exp $ */
 
 #ifndef PHP_H
 #define 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

-- 
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to