diff options
author | Anantha Kesari H Y <hyanantha@php.net> | 2005-02-23 10:31:44 +0000 |
---|---|---|
committer | Anantha Kesari H Y <hyanantha@php.net> | 2005-02-23 10:31:44 +0000 |
commit | fc7bbdddbd36bf2fd0b40310f5e12237a19aa008 (patch) | |
tree | 81e07ea27e032dbfb770dcbd2e8c7450ba0362fc /main/php_compat.h | |
parent | f04b1e97bb95738775f24f9a28c807ad84581419 (diff) | |
download | php-git-fc7bbdddbd36bf2fd0b40310f5e12237a19aa008.tar.gz |
NetWare can make use autoconf generated header file
Diffstat (limited to 'main/php_compat.h')
-rw-r--r-- | main/php_compat.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/main/php_compat.h b/main/php_compat.h index ceb5cf8882..b52cc92d5c 100644 --- a/main/php_compat.h +++ b/main/php_compat.h @@ -23,8 +23,6 @@ #ifdef PHP_WIN32 #include "config.w32.h" -#elif defined(NETWARE) -#include "config.nw.h" #else #include <php_config.h> #endif |