summaryrefslogtreecommitdiff
path: root/main/php_syslog.h
diff options
context:
space:
mode:
authorAnantha Kesari H Y <hyanantha@php.net>2005-02-23 11:02:12 +0000
committerAnantha Kesari H Y <hyanantha@php.net>2005-02-23 11:02:12 +0000
commit73ef0fd315686962c7adf711eb52870c1de0e99e (patch)
treeae38bf7f975973bfd05bc38db5b4276529a5b46a /main/php_syslog.h
parentd25d507bec70a476e69bd526d4f9b6d6ec5f0a0d (diff)
downloadphp-git-73ef0fd315686962c7adf711eb52870c1de0e99e.tar.gz
NetWare can make use of Autoconf generated header file
Diffstat (limited to 'main/php_syslog.h')
-rw-r--r--main/php_syslog.h5
1 files changed, 0 insertions, 5 deletions
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 <syslog.h>
-#endif
#else
#include <php_config.h>
#ifdef HAVE_SYSLOG_H