all source files "get it."
@ -44,9 +44,6 @@
#if HAVE_LOCALE_H
#include <locale.h>
#endif
#ifndef PHP_WIN32
#include <syslog.h> /* for possible syslog macro */
#include "safe_mode.h"
#ifdef PHP_WIN32
#include "win32/unistd.h"
@ -32,6 +32,12 @@
#if HAVE_SYSLOG_H
#include "win32/syslog.h"
#else
#include <syslog.h>
extern PHP_MINIT_FUNCTION(syslog);
extern PHP_RINIT_FUNCTION(syslog);
extern PHP_RSHUTDOWN_FUNCTION(syslog);
@ -26,11 +26,6 @@
#if HAVE_UNISTD_H
#include <unistd.h>
#include <string.h>
#include <errno.h>