hyanantha Thu Oct 24 05:15:12 2002 EDT Modified files: (Branch: PHP_4_2_0) /php4/ext/bcmath/libbcmath/src config.h Log: NetWare related changes/modifications. Index: php4/ext/bcmath/libbcmath/src/config.h diff -u php4/ext/bcmath/libbcmath/src/config.h:1.2 php4/ext/bcmath/libbcmath/src/config.h:1.2.10.1 --- php4/ext/bcmath/libbcmath/src/config.h:1.2 Sun Nov 26 04:34:01 2000 +++ php4/ext/bcmath/libbcmath/src/config.h Thu Oct 24 05:15:12 2002 @@ -1,5 +1,7 @@ #if PHP_WIN32 #include "../../../../main/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