hyanantha Thu Oct 24 07:27:39 2002 EDT Modified files: (Branch: PHP_4_2_0) /php4/main php_compat.h Log: NetWare related changes/modifications. Index: php4/main/php_compat.h diff -u php4/main/php_compat.h:1.10 php4/main/php_compat.h:1.10.4.1 --- php4/main/php_compat.h:1.10 Mon Jul 30 11:10:15 2001 +++ php4/main/php_compat.h Thu Oct 24 07:27:39 2002 @@ -3,6 +3,8 @@ #ifdef PHP_WIN32 #include "config.w32.h" +#elif defined(NETWARE) +# include "config.nw.h" #else #include "php_config.h" #endif
-- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php