Author: carnold
Date: Tue May 9 14:20:41 2006
New Revision: 405538
URL: http://svn.apache.org/viewcvs?rev=405538&view=rev
Log:
LOGCXX-66: Avoid including syslog.h on Win32
Modified:
logging/log4cxx/trunk/include/log4cxx/net/syslogappender.h
logging/log4cxx/trunk/include/log4cxx/private/log4cxx_private.hw
Modified: logging/log4cxx/trunk/include/log4cxx/net/syslogappender.h
URL:
http://svn.apache.org/viewcvs/logging/log4cxx/trunk/include/log4cxx/net/syslogappender.h?rev=405538&r1=405537&r2=405538&view=diff
==============================================================================
--- logging/log4cxx/trunk/include/log4cxx/net/syslogappender.h (original)
+++ logging/log4cxx/trunk/include/log4cxx/net/syslogappender.h Tue May 9
14:20:41 2006
@@ -20,9 +20,6 @@
#include <log4cxx/appenderskeleton.h>
#include <log4cxx/helpers/syslogwriter.h>
-#ifndef LOG4CXX_HAVE_SYSLOG
-#endif
-
namespace log4cxx
{
namespace net
Modified: logging/log4cxx/trunk/include/log4cxx/private/log4cxx_private.hw
URL:
http://svn.apache.org/viewcvs/logging/log4cxx/trunk/include/log4cxx/private/log4cxx_private.hw?rev=405538&r1=405537&r2=405538&view=diff
==============================================================================
--- logging/log4cxx/trunk/include/log4cxx/private/log4cxx_private.hw (original)
+++ logging/log4cxx/trunk/include/log4cxx/private/log4cxx_private.hw Tue May 9
14:20:41 2006
@@ -33,7 +33,6 @@
#endif
-#define LOG4CXX_HAVE_SYSLOG 0
#if !defined(__BORLANDC__)
#define LOG4CXX_RETURN_AFTER_THROW 1