diff options
author | foobar <sniper@php.net> | 2005-06-30 14:11:13 +0000 |
---|---|---|
committer | foobar <sniper@php.net> | 2005-06-30 14:11:13 +0000 |
commit | 6cea418c31da2e6e74eafa259408c5af2d27ad4f (patch) | |
tree | 70702608aa5fc802e07b1173990b97fd2fe5fb03 /main/php_sprintf.c | |
parent | 2ca2dc0b08f4db34233afa0a173446bb3767b95b (diff) | |
download | php-git-6cea418c31da2e6e74eafa259408c5af2d27ad4f.tar.gz |
Netware also uses autoconf based config now
Diffstat (limited to 'main/php_sprintf.c')
-rw-r--r-- | main/php_sprintf.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/main/php_sprintf.c b/main/php_sprintf.c index 7e5e12fb33..7e6e9ecf23 100644 --- a/main/php_sprintf.c +++ b/main/php_sprintf.c @@ -23,8 +23,6 @@ #include "php.h" #ifdef PHP_WIN32 #include "config.w32.h" -#elif defined NETWARE -#include "config.nw.h" #else #include <php_config.h> #endif |