10 #ifndef _LOG4SHIB_PORTABILITY_HH
11 #define _LOG4SHIB_PORTABILITY_HH
13 #if defined (_MSC_VER) || defined(__BORLANDC__)
14 # if defined (LOG4SHIB_STLPORT_AND_BOOST_BUILD)
15 # include <log4shib/config-win32-stlport-boost.h>
17 # include <log4shib/config-win32.h>
20 #if defined(__OPENVMS__)
21 # include <log4shib/config-openvms.h>
23 # include <log4shib/config.h>
30 # pragma warning( disable : 4786 ) // 255 char debug symbol limit
31 # pragma warning( disable : 4290 ) // throw specifier not implemented
32 # pragma warning( disable : 4251 ) // "class XXX should be exported"
35 #ifndef LOG4SHIB_HAVE_SSTREAM
#define LOG4SHIB_EXPORT
Definition: Export.hh:11
Definition: Portability.hh:38