summaryrefslogtreecommitdiff
path: root/ext/pcre/pcrelib
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/pcre/pcrelib
parent2ca2dc0b08f4db34233afa0a173446bb3767b95b (diff)
downloadphp-git-6cea418c31da2e6e74eafa259408c5af2d27ad4f.tar.gz
Netware also uses autoconf based config now
Diffstat (limited to 'ext/pcre/pcrelib')
-rw-r--r--ext/pcre/pcrelib/internal.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/ext/pcre/pcrelib/internal.h b/ext/pcre/pcrelib/internal.h
index d80608bc07..a3df3b5257 100644
--- a/ext/pcre/pcrelib/internal.h
+++ b/ext/pcre/pcrelib/internal.h
@@ -47,8 +47,6 @@ modules, but which are not relevant to the outside. */
#ifdef PHP_WIN32
# include "config.w32.h"
-#elif defined(NETWARE)
-# include "config.nw.h"
#else
# include <php_config.h>
#endif