mirror of
https://github.com/php/php-src.git
synced 2026-03-24 00:02:20 +01:00
NetWare related changes/modifications
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user