mirror of
https://github.com/php/php-src.git
synced 2024-11-25 10:54:15 +08:00
NetWare can make use of Autoconf generated header file
This commit is contained in:
parent
d25d507bec
commit
73ef0fd315
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user