Browse Source

NetWare can make use of Autoconf generated header file

PHP-5.1
Anantha Kesari H Y 22 years ago
parent
commit
73ef0fd315
  1. 5
      main/php_syslog.h

5
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

Loading…
Cancel
Save