mcatan 2004/05/13 14:17:37
Added: include/log4cxx portability.h Log: renamed config.h to portability.h (automake problem) Revision Changes Path 1.1 logging-log4cxx/include/log4cxx/portability.h Index: portability.h =================================================================== #ifndef _LOG4CXX_PORTABILITY_H #define _LOG4CXX_PORTABILITY_H #ifdef _MSC_VER #include <log4cxx/config_msvc.h> #else #include <log4cxx/config_auto.h> #endif #endif //_LOG4CXX_PORTABILITY_H
