]> granicus.if.org Git - php/commitdiff
NetWare can make use of Autoconf generated header file
authorAnantha Kesari H Y <hyanantha@php.net>
Wed, 23 Feb 2005 11:02:12 +0000 (11:02 +0000)
committerAnantha Kesari H Y <hyanantha@php.net>
Wed, 23 Feb 2005 11:02:12 +0000 (11:02 +0000)
main/php_syslog.h

index 2a59d41ab5380f02534e3b19948d90afd295f5c9..a80067033cf7f72b2565fab028447bb376dd4a48 100644 (file)
 
 #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