From 540067f6ddb75f43bda6aa52b301c50d282d87eb Mon Sep 17 00:00:00 2001 From: Anantha Kesari H Y Date: Thu, 24 Oct 2002 09:15:12 +0000 Subject: NetWare related changes/modifications. --- ext/bcmath/libbcmath/src/config.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ext/bcmath/libbcmath/src/config.h b/ext/bcmath/libbcmath/src/config.h index 42c42a8948..6516f8f19b 100644 --- a/ext/bcmath/libbcmath/src/config.h +++ b/ext/bcmath/libbcmath/src/config.h @@ -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 -- cgit v1.2.1