Prevent logging library from defining int64_t.
authorscantor <scantor@de75baf8-a10c-0410-a50a-987c0e22f00f>
Mon, 14 Nov 2011 15:01:09 +0000 (15:01 +0000)
committerscantor <scantor@de75baf8-a10c-0410-a50a-987c0e22f00f>
Mon, 14 Nov 2011 15:01:09 +0000 (15:01 +0000)
git-svn-id: https://svn.shibboleth.net/cpp-xmltooling/branches/REL_1@914 de75baf8-a10c-0410-a50a-987c0e22f00f

xmltooling/logging.h

index 0288712..7851866 100644 (file)
 #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 {