From 06e2fabc02a809bf0353906521a4c8eee0938bf5 Mon Sep 17 00:00:00 2001 From: Anantha Kesari H Y Date: Wed, 4 Sep 2002 11:20:18 +0000 Subject: [PATCH] To include the NetWare config file --- 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 42c42a89489..6516f8f19be 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