From 3313593ff35699de69be03636079c2c06751d0dd Mon Sep 17 00:00:00 2001 From: Anantha Kesari H Y Date: Mon, 9 Sep 2002 12:03:36 +0000 Subject: NetWare related changes/modifications --- main/php_syslog.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'main/php_syslog.h') diff --git a/main/php_syslog.h b/main/php_syslog.h index 279da71c92..92b09800fb 100644 --- a/main/php_syslog.h +++ b/main/php_syslog.h @@ -3,6 +3,11 @@ #ifdef PHP_WIN32 #include "win32/syslog.h" +#elif defined(NETWARE) +# include "config.nw.h" +#ifdef HAVE_SYSLOG_H +#include +#endif #else #include "php_config.h" #ifdef HAVE_SYSLOG_H -- cgit v1.2.1