From 73ef0fd315686962c7adf711eb52870c1de0e99e Mon Sep 17 00:00:00 2001 From: Anantha Kesari H Y Date: Wed, 23 Feb 2005 11:02:12 +0000 Subject: [PATCH] NetWare can make use of Autoconf generated header file --- main/php_syslog.h | 5 ----- 1 file changed, 5 deletions(-) diff --git a/main/php_syslog.h b/main/php_syslog.h index 2a59d41ab53..a80067033cf 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