1
0
mirror of https://github.com/php/php-src.git synced 2026-03-24 08:12:21 +01:00

NetWare can make use autoconf generated header file

This commit is contained in:
Anantha Kesari H Y
2005-02-23 10:31:44 +00:00
parent f04b1e97bb
commit fc7bbdddbd

View File

@@ -23,8 +23,6 @@
#ifdef PHP_WIN32
#include "config.w32.h"
#elif defined(NETWARE)
#include "config.nw.h"
#else
#include <php_config.h>
#endif