[cpp-xmltooling COMMIT] /branches/REL_1/xmltooling/logging.h
noreply at shibboleth.net
noreply at shibboleth.net
Mon Nov 14 15:01:09 GMT 2011
Author: scantor
Date: Mon Nov 14 15:01:09 2011
New Revision: 914
URL: http://svn.shibboleth.net/view/cpp-xmltooling?rev=914&view=rev
Log:
Prevent logging library from defining int64_t.
Modified:
branches/REL_1/xmltooling/logging.h
Modified: branches/REL_1/xmltooling/logging.h
URL: http://svn.shibboleth.net/view/cpp-xmltooling/branches/REL_1/xmltooling/logging.h?rev=914&r1=913&r2=914&view=diff
==============================================================================
--- branches/REL_1/xmltooling/logging.h (original)
+++ branches/REL_1/xmltooling/logging.h Mon Nov 14 15:01:09 2011
@@ -30,12 +30,14 @@
#include <xmltooling/base.h>
#if defined(XMLTOOLING_LOG4SHIB)
+# define LOG4SHIB_HAVE_INT64_T 1
# include <log4shib/Category.hh>
# include <log4shib/CategoryStream.hh>
namespace xmltooling {
namespace logging = log4shib;
};
#elif defined(XMLTOOLING_LOG4CPP)
+# define LOG4CPP_HAVE_INT64_T 1
# include <log4cpp/Category.hh>
# include <log4cpp/CategoryStream.hh>
namespace xmltooling {
More information about the commits
mailing list