summaryrefslogtreecommitdiff
path: root/main/php_syslog.h
diff options
context:
space:
mode:
authorAnantha Kesari H Y <hyanantha@php.net>2002-09-09 12:03:36 +0000
committerAnantha Kesari H Y <hyanantha@php.net>2002-09-09 12:03:36 +0000
commit3313593ff35699de69be03636079c2c06751d0dd (patch)
tree862b72e02dded7097678cf2af46c299148e60bef /main/php_syslog.h
parent3798528753432421787b202647faac714c9d169c (diff)
downloadphp-git-3313593ff35699de69be03636079c2c06751d0dd.tar.gz
NetWare related changes/modifications
Diffstat (limited to 'main/php_syslog.h')
-rw-r--r--main/php_syslog.h5
1 files changed, 5 insertions, 0 deletions
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 <syslog.h>
+#endif
#else
#include "php_config.h"
#ifdef HAVE_SYSLOG_H