diff options
author | Anantha Kesari H Y <hyanantha@php.net> | 2005-02-23 11:02:12 (GMT) |
---|---|---|
committer | Anantha Kesari H Y <hyanantha@php.net> | 2005-02-23 11:02:12 (GMT) |
commit | 73ef0fd315686962c7adf711eb52870c1de0e99e (patch) | |
tree | ae38bf7f975973bfd05bc38db5b4276529a5b46a /main | |
parent | d25d507bec70a476e69bd526d4f9b6d6ec5f0a0d (diff) | |
download | php-73ef0fd315686962c7adf711eb52870c1de0e99e.tar.gz |
NetWare can make use of Autoconf generated header file
Diffstat (limited to 'main')
-rw-r--r-- | main/php_syslog.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/main/php_syslog.h b/main/php_syslog.h index 2a59d41..a800670 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 |