You are viewing a plain text version of this content. The canonical link for it is here.
Posted to log4cxx-dev@logging.apache.org by mc...@apache.org on 2004/05/13 23:17:37 UTC

cvs commit: logging-log4cxx/include/log4cxx portability.h

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