From: Anantha Kesari H Y Date: Wed, 23 Feb 2005 11:02:12 +0000 (+0000) Subject: NetWare can make use of Autoconf generated header file X-Git-Tag: RELEASE_0_3~237 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=73ef0fd315686962c7adf711eb52870c1de0e99e;p=php NetWare can make use of Autoconf generated header file --- diff --git a/main/php_syslog.h b/main/php_syslog.h index 2a59d41ab5..a80067033c 100644 --- a/main/php_syslog.h +++ b/main/php_syslog.h @@ -23,11 +23,6 @@ #ifdef PHP_WIN32 #include "win32/syslog.h" -#elif defined(NETWARE) -# include "config.nw.h" -#ifdef HAVE_SYSLOG_H -#include -#endif #else #include #ifdef HAVE_SYSLOG_H