summaryrefslogtreecommitdiff
path: root/ext/bcmath
diff options
context:
space:
mode:
authorfoobar <sniper@php.net>2005-06-30 14:11:13 +0000
committerfoobar <sniper@php.net>2005-06-30 14:11:13 +0000
commit6cea418c31da2e6e74eafa259408c5af2d27ad4f (patch)
tree70702608aa5fc802e07b1173990b97fd2fe5fb03 /ext/bcmath
parent2ca2dc0b08f4db34233afa0a173446bb3767b95b (diff)
downloadphp-git-6cea418c31da2e6e74eafa259408c5af2d27ad4f.tar.gz
Netware also uses autoconf based config now
Diffstat (limited to 'ext/bcmath')
-rw-r--r--ext/bcmath/libbcmath/src/config.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/ext/bcmath/libbcmath/src/config.h b/ext/bcmath/libbcmath/src/config.h
index e1b46cbc86..cc29a15f95 100644
--- a/ext/bcmath/libbcmath/src/config.h
+++ b/ext/bcmath/libbcmath/src/config.h
@@ -1,7 +1,5 @@
#if PHP_WIN32
#include "../../../../main/config.w32.h"
-#elif defined(NETWARE)
-#include "config.nw.h"
#else
#include <php_config.h>
#endif