1
0
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:
Anantha Kesari H Y
2002-09-09 12:03:36 +00:00
parent 3798528753
commit 3313593ff3
2 changed files with 29 additions and 0 deletions

View File

@@ -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