Set fourth file version digit to signify rebuild.
[shibboleth/cpp-xmltooling.git] / 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 {