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:14:39 UTC

cvs commit: logging-log4cxx/tests/src/xml customleveltestcase.cpp domtestcase.cpp

mcatan      2004/05/13 14:14:39

  Modified:    msvc/static static.cpp
               performance nullappender.h
               include/log4cxx basicconfigurator.h config_msvc.h
                        fileappender.h logger.h propertyconfigurator.h
               include/log4cxx/db odbcappender.h
               include/log4cxx/helpers condition.h criticalsection.h
                        event.h formattinginfo.h gnomexml.h msxml.h mutex.h
                        objectimpl.h semaphore.h strictmath.h
                        stringhelper.h system.h tchar.h thread.h
                        threadspecificdata.h timezone.h
               include/log4cxx/net smtpappender.h
               include/log4cxx/xml domconfigurator.h
               src      condition.cpp datagramsocket.cpp
                        domconfigurator.cpp gnomexml.cpp msxml.cpp
                        mutex.cpp objectimpl.cpp odbcappender.cpp
                        semaphore.cpp serversocket.cpp
                        simplesocketserver.cpp smtpappender.cpp socket.cpp
                        socketimpl.cpp thread.cpp threadspecificdata.cpp
               tests/src/customlogger xloggertestcase.cpp
               tests/src/defaultinit testcase2.cpp testcase4.cpp
               tests/src/varia errorhandlertestcase.cpp
               tests/src/xml customleveltestcase.cpp domtestcase.cpp
  Log:
  renamed config.h to portability.h (automake problem)
  
  Revision  Changes    Path
  1.4       +1 -1      logging-log4cxx/msvc/static/static.cpp
  
  Index: static.cpp
  ===================================================================
  RCS file: /home/cvs/logging-log4cxx/msvc/static/static.cpp,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- static.cpp	10 May 2004 20:36:25 -0000	1.3
  +++ static.cpp	13 May 2004 21:14:37 -0000	1.4
  @@ -1,4 +1,4 @@
  -#include <log4cxx/config.h>
  +#include <log4cxx/portability.h>
   #include <log4cxx/helpers/boundedfifo.h>
   #include <log4cxx/asyncappender.h>
   #include <log4cxx/consoleappender.h>
  
  
  
  1.7       +1 -1      logging-log4cxx/performance/nullappender.h
  
  Index: nullappender.h
  ===================================================================
  RCS file: /home/cvs/logging-log4cxx/performance/nullappender.h,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- nullappender.h	24 Apr 2004 07:50:59 -0000	1.6
  +++ nullappender.h	13 May 2004 21:14:38 -0000	1.7
  @@ -17,7 +17,7 @@
   #ifndef _LOG4CXX_PERFORMANCE_NULL_APPENDER_H
   #define _LOG4CXX_PERFORMANCE_NULL_APPENDER_H
   
  -#include <log4cxx/config.h>
  +#include <log4cxx/portability.h>
   #include <log4cxx/helpers/tchar.h>
   #include <log4cxx/appenderskeleton.h>
   
  
  
  
  1.6       +1 -1      logging-log4cxx/include/log4cxx/basicconfigurator.h
  
  Index: basicconfigurator.h
  ===================================================================
  RCS file: /home/cvs/logging-log4cxx/include/log4cxx/basicconfigurator.h,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- basicconfigurator.h	24 Apr 2004 06:55:01 -0000	1.5
  +++ basicconfigurator.h	13 May 2004 21:14:38 -0000	1.6
  @@ -19,7 +19,7 @@
   
   #include <log4cxx/helpers/objectptr.h>
   #include <log4cxx/helpers/objectimpl.h>
  -#include <log4cxx/config.h>
  +#include <log4cxx/portability.h>
   #include <log4cxx/helpers/tchar.h>
   #include <log4cxx/spi/configurator.h>
   #include <map>
  
  
  
  1.3       +2 -2      logging-log4cxx/include/log4cxx/config_msvc.h
  
  Index: config_msvc.h
  ===================================================================
  RCS file: /home/cvs/logging-log4cxx/include/log4cxx/config_msvc.h,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- config_msvc.h	30 Apr 2004 17:36:08 -0000	1.2
  +++ config_msvc.h	13 May 2004 21:14:38 -0000	1.3
  @@ -2,7 +2,7 @@
   #define PACKAGE "log4cxx"
   
   /* Version number of package */
  -#define VERSION "0.9.6"
  +#define VERSION "0.9.7"
   
   /* Define to 1 if you have the `ftime' function. */
   #define HAVE_FTIME 1
  @@ -34,7 +34,7 @@
   #ifdef LOG4CXX_STATIC
   #define LOG4CXX_EXPORT
   // cf. file msvc/static/static.cpp
  -#pragma comment(linker, "/include:?ForceSymbolReferences@@YAXXZ")
  +#pragma comment(linker, "/include:?ForceSymbolReferences@@YAXXZ")
   #else // DLL
   #ifdef LOG4CXX
   	#define LOG4CXX_EXPORT __declspec(dllexport)
  
  
  
  1.13      +1 -1      logging-log4cxx/include/log4cxx/fileappender.h
  
  Index: fileappender.h
  ===================================================================
  RCS file: /home/cvs/logging-log4cxx/include/log4cxx/fileappender.h,v
  retrieving revision 1.12
  retrieving revision 1.13
  diff -u -r1.12 -r1.13
  --- fileappender.h	24 Apr 2004 06:55:01 -0000	1.12
  +++ fileappender.h	13 May 2004 21:14:38 -0000	1.13
  @@ -17,7 +17,7 @@
   #ifndef _LOG4CXX_FILE_APPENDER_H
   #define _LOG4CXX_FILE_APPENDER_H
   
  -#include <log4cxx/config.h>
  +#include <log4cxx/portability.h>
   #include <log4cxx/helpers/tchar.h>
   #include <log4cxx/writerappender.h>
   #include <fstream>
  
  
  
  1.22      +1 -1      logging-log4cxx/include/log4cxx/logger.h
  
  Index: logger.h
  ===================================================================
  RCS file: /home/cvs/logging-log4cxx/include/log4cxx/logger.h,v
  retrieving revision 1.21
  retrieving revision 1.22
  diff -u -r1.21 -r1.22
  --- logger.h	10 May 2004 06:49:29 -0000	1.21
  +++ logger.h	13 May 2004 21:14:38 -0000	1.22
  @@ -17,7 +17,7 @@
   #ifndef _LOG4CXX_LOGGER_H
   #define _LOG4CXX_LOGGER_H
   
  -#include <log4cxx/config.h>
  +#include <log4cxx/portability.h>
   #include <vector>
   #include <log4cxx/helpers/appenderattachableimpl.h>
   #include <log4cxx/helpers/objectimpl.h>
  
  
  
  1.12      +1 -1      logging-log4cxx/include/log4cxx/propertyconfigurator.h
  
  Index: propertyconfigurator.h
  ===================================================================
  RCS file: /home/cvs/logging-log4cxx/include/log4cxx/propertyconfigurator.h,v
  retrieving revision 1.11
  retrieving revision 1.12
  diff -u -r1.11 -r1.12
  --- propertyconfigurator.h	24 Apr 2004 06:55:01 -0000	1.11
  +++ propertyconfigurator.h	13 May 2004 21:14:38 -0000	1.12
  @@ -19,7 +19,7 @@
   
   #include <log4cxx/helpers/objectptr.h>
   #include <log4cxx/helpers/objectimpl.h>
  -#include <log4cxx/config.h>
  +#include <log4cxx/portability.h>
   #include <log4cxx/helpers/tchar.h>
   #include <log4cxx/spi/configurator.h>
   #include <map>
  
  
  
  1.12      +1 -1      logging-log4cxx/include/log4cxx/db/odbcappender.h
  
  Index: odbcappender.h
  ===================================================================
  RCS file: /home/cvs/logging-log4cxx/include/log4cxx/db/odbcappender.h,v
  retrieving revision 1.11
  retrieving revision 1.12
  diff -u -r1.11 -r1.12
  --- odbcappender.h	22 Apr 2004 21:21:30 -0000	1.11
  +++ odbcappender.h	13 May 2004 21:14:38 -0000	1.12
  @@ -17,7 +17,7 @@
   #ifndef _LOG4CXX_DB_ODBC_APPENDER_H
   #define _LOG4CXX_DB_ODBC_APPENDER_H
   
  -#include <log4cxx/config.h>
  +#include <log4cxx/portability.h>
   
   #ifdef HAVE_ODBC
    
  
  
  
  1.6       +1 -1      logging-log4cxx/include/log4cxx/helpers/condition.h
  
  Index: condition.h
  ===================================================================
  RCS file: /home/cvs/logging-log4cxx/include/log4cxx/helpers/condition.h,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- condition.h	24 Apr 2004 06:55:01 -0000	1.5
  +++ condition.h	13 May 2004 21:14:38 -0000	1.6
  @@ -17,7 +17,7 @@
   #ifndef _LOG4CXX_HELPERS_CONDITION_H
   #define _LOG4CXX_HELPERS_CONDITION_H
   
  -#include <log4cxx/config.h>
  +#include <log4cxx/portability.h>
   #include <log4cxx/helpers/exception.h>
   #include <log4cxx/helpers/mutex.h>
   #include <log4cxx/helpers/semaphore.h>
  
  
  
  1.8       +1 -1      logging-log4cxx/include/log4cxx/helpers/criticalsection.h
  
  Index: criticalsection.h
  ===================================================================
  RCS file: /home/cvs/logging-log4cxx/include/log4cxx/helpers/criticalsection.h,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -r1.7 -r1.8
  --- criticalsection.h	24 Apr 2004 06:55:01 -0000	1.7
  +++ criticalsection.h	13 May 2004 21:14:38 -0000	1.8
  @@ -17,7 +17,7 @@
   #ifndef _LOG4CXX_HELPERS_CRITICAL_SECTION_H
   #define _LOG4CXX_HELPERS_CRITICAL_SECTION_H
   
  -#include <log4cxx/config.h>
  +#include <log4cxx/portability.h>
   
   #ifdef HAVE_PTHREAD
   #include <pthread.h>
  
  
  
  1.4       +1 -1      logging-log4cxx/include/log4cxx/helpers/event.h
  
  Index: event.h
  ===================================================================
  RCS file: /home/cvs/logging-log4cxx/include/log4cxx/helpers/event.h,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- event.h	24 Apr 2004 06:55:01 -0000	1.3
  +++ event.h	13 May 2004 21:14:38 -0000	1.4
  @@ -17,7 +17,7 @@
   #ifndef _LOG4CXX_HELPERS_EVENT_H
   #define _LOG4CXX_HELPERS_EVENT_H
    
  -#include <log4cxx/config.h>
  +#include <log4cxx/portability.h>
   #include <log4cxx/helpers/exception.h>
   
   #ifdef HAVE_PTHREAD
  
  
  
  1.7       +1 -1      logging-log4cxx/include/log4cxx/helpers/formattinginfo.h
  
  Index: formattinginfo.h
  ===================================================================
  RCS file: /home/cvs/logging-log4cxx/include/log4cxx/helpers/formattinginfo.h,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- formattinginfo.h	24 Apr 2004 06:55:01 -0000	1.6
  +++ formattinginfo.h	13 May 2004 21:14:38 -0000	1.7
  @@ -17,7 +17,7 @@
   #ifndef _LOG4CXX_HELPER_FORMATTING_INFO_H
   #define _LOG4CXX_HELPER_FORMATTING_INFO_H
   
  -#include <log4cxx/config.h>
  +#include <log4cxx/portability.h>
   
   namespace log4cxx
   {
  
  
  
  1.6       +1 -1      logging-log4cxx/include/log4cxx/helpers/gnomexml.h
  
  Index: gnomexml.h
  ===================================================================
  RCS file: /home/cvs/logging-log4cxx/include/log4cxx/helpers/gnomexml.h,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- gnomexml.h	24 Apr 2004 06:55:01 -0000	1.5
  +++ gnomexml.h	13 May 2004 21:14:38 -0000	1.6
  @@ -17,7 +17,7 @@
   #ifndef _LOG4CXX_HELPERS_GNOMEXML_H
   #define _LOG4CXX_HELPERS_GNOMEXML_H
   
  -#include <log4cxx/config.h>
  +#include <log4cxx/portability.h>
   
   #ifdef HAVE_LIBXML2
   
  
  
  
  1.9       +1 -1      logging-log4cxx/include/log4cxx/helpers/msxml.h
  
  Index: msxml.h
  ===================================================================
  RCS file: /home/cvs/logging-log4cxx/include/log4cxx/helpers/msxml.h,v
  retrieving revision 1.8
  retrieving revision 1.9
  diff -u -r1.8 -r1.9
  --- msxml.h	24 Apr 2004 06:55:01 -0000	1.8
  +++ msxml.h	13 May 2004 21:14:38 -0000	1.9
  @@ -17,7 +17,7 @@
   #ifndef _LOG4CXX_HELPERS_MSXML_H
   #define _LOG4CXX_HELPERS_MSXML_H
   
  -#include <log4cxx/config.h>
  +#include <log4cxx/portability.h>
   
   #ifdef HAVE_MS_XML
   
  
  
  
  1.6       +1 -1      logging-log4cxx/include/log4cxx/helpers/mutex.h
  
  Index: mutex.h
  ===================================================================
  RCS file: /home/cvs/logging-log4cxx/include/log4cxx/helpers/mutex.h,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- mutex.h	24 Apr 2004 06:55:01 -0000	1.5
  +++ mutex.h	13 May 2004 21:14:38 -0000	1.6
  @@ -17,7 +17,7 @@
   #ifndef _LOG4CXX_HELPERS_MUTEX_H
   #define _LOG4CXX_HELPERS_MUTEX_H
   
  -#include <log4cxx/config.h>
  +#include <log4cxx/portability.h>
   #include <log4cxx/helpers/exception.h>
   
   #ifdef HAVE_PTHREAD
  
  
  
  1.14      +1 -1      logging-log4cxx/include/log4cxx/helpers/objectimpl.h
  
  Index: objectimpl.h
  ===================================================================
  RCS file: /home/cvs/logging-log4cxx/include/log4cxx/helpers/objectimpl.h,v
  retrieving revision 1.13
  retrieving revision 1.14
  diff -u -r1.13 -r1.14
  --- objectimpl.h	24 Apr 2004 06:55:01 -0000	1.13
  +++ objectimpl.h	13 May 2004 21:14:38 -0000	1.14
  @@ -17,7 +17,7 @@
   #ifndef _LOG4CXX_HELPERS_OBJECT_IMPL_H
   #define _LOG4CXX_HELPERS_OBJECT_IMPL_H
   
  -#include <log4cxx/config.h>
  +#include <log4cxx/portability.h>
   #include <log4cxx/helpers/object.h>
   #include <log4cxx/helpers/criticalsection.h>
   
  
  
  
  1.10      +1 -1      logging-log4cxx/include/log4cxx/helpers/semaphore.h
  
  Index: semaphore.h
  ===================================================================
  RCS file: /home/cvs/logging-log4cxx/include/log4cxx/helpers/semaphore.h,v
  retrieving revision 1.9
  retrieving revision 1.10
  diff -u -r1.9 -r1.10
  --- semaphore.h	24 Apr 2004 06:55:01 -0000	1.9
  +++ semaphore.h	13 May 2004 21:14:38 -0000	1.10
  @@ -17,7 +17,7 @@
   #ifndef _LOG4CXX_HELPERS_SEMAPHORE_H
   #define _LOG4CXX_HELPERS_SEMAPHORE_H
   
  -#include <log4cxx/config.h>
  +#include <log4cxx/portability.h>
   #include <log4cxx/helpers/exception.h>
   
   #ifdef HAVE_PTHREAD
  
  
  
  1.5       +1 -1      logging-log4cxx/include/log4cxx/helpers/strictmath.h
  
  Index: strictmath.h
  ===================================================================
  RCS file: /home/cvs/logging-log4cxx/include/log4cxx/helpers/strictmath.h,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- strictmath.h	24 Apr 2004 06:55:01 -0000	1.4
  +++ strictmath.h	13 May 2004 21:14:38 -0000	1.5
  @@ -17,7 +17,7 @@
   #ifndef _LOG4CXX_HELPERS_STRICTMATH_H
   #define _LOG4CXX_HELPERS_STRICTMATH_H
    
  -#include <log4cxx/config.h>
  +#include <log4cxx/portability.h>
   
   namespace log4cxx
   {
  
  
  
  1.10      +1 -1      logging-log4cxx/include/log4cxx/helpers/stringhelper.h
  
  Index: stringhelper.h
  ===================================================================
  RCS file: /home/cvs/logging-log4cxx/include/log4cxx/helpers/stringhelper.h,v
  retrieving revision 1.9
  retrieving revision 1.10
  diff -u -r1.9 -r1.10
  --- stringhelper.h	24 Apr 2004 06:55:01 -0000	1.9
  +++ stringhelper.h	13 May 2004 21:14:38 -0000	1.10
  @@ -17,7 +17,7 @@
   #ifndef _LOG4CXX_HELPERS_STRING_HELPER_H
   #define _LOG4CXX_HELPERS_STRING_HELPER_H
    
  -#include <log4cxx/config.h>
  +#include <log4cxx/portability.h>
   #include <log4cxx/helpers/tchar.h>
   #include <stdarg.h>
   
  
  
  
  1.8       +1 -1      logging-log4cxx/include/log4cxx/helpers/system.h
  
  Index: system.h
  ===================================================================
  RCS file: /home/cvs/logging-log4cxx/include/log4cxx/helpers/system.h,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -r1.7 -r1.8
  --- system.h	22 Apr 2004 21:21:31 -0000	1.7
  +++ system.h	13 May 2004 21:14:38 -0000	1.8
  @@ -17,7 +17,7 @@
    #ifndef _LOG4CXX_HELPERS_SYSTEM_H
    #define _LOG4CXX_HELPERS_SYSTEM_H
   
  - #include <log4cxx/config.h>
  + #include <log4cxx/portability.h>
    #include <log4cxx/helpers/tchar.h>
    #include <log4cxx/helpers/exception.h>
   
  
  
  
  1.35      +1 -1      logging-log4cxx/include/log4cxx/helpers/tchar.h
  
  Index: tchar.h
  ===================================================================
  RCS file: /home/cvs/logging-log4cxx/include/log4cxx/helpers/tchar.h,v
  retrieving revision 1.34
  retrieving revision 1.35
  diff -u -r1.34 -r1.35
  --- tchar.h	10 May 2004 20:35:56 -0000	1.34
  +++ tchar.h	13 May 2004 21:14:38 -0000	1.35
  @@ -17,7 +17,7 @@
   #ifndef _LOG4CXX_HELPERS_TCHAR_H
   #define _LOG4CXX_HELPERS_TCHAR_H
   
  -#include <log4cxx/config.h>
  +#include <log4cxx/portability.h>
   #include <string>
   #include <iostream>
   #include <sstream>
  
  
  
  1.13      +1 -1      logging-log4cxx/include/log4cxx/helpers/thread.h
  
  Index: thread.h
  ===================================================================
  RCS file: /home/cvs/logging-log4cxx/include/log4cxx/helpers/thread.h,v
  retrieving revision 1.12
  retrieving revision 1.13
  diff -u -r1.12 -r1.13
  --- thread.h	24 Apr 2004 06:55:01 -0000	1.12
  +++ thread.h	13 May 2004 21:14:38 -0000	1.13
  @@ -17,7 +17,7 @@
   #ifndef _LOG4CXX_HELPERS_THREAD_H
   #define _LOG4CXX_HELPERS_THREAD_H
   
  -#include <log4cxx/config.h>
  +#include <log4cxx/portability.h>
   #include <log4cxx/helpers/object.h>
   #include <log4cxx/helpers/objectptr.h>
   #include <log4cxx/helpers/objectimpl.h>
  
  
  
  1.8       +1 -1      logging-log4cxx/include/log4cxx/helpers/threadspecificdata.h
  
  Index: threadspecificdata.h
  ===================================================================
  RCS file: /home/cvs/logging-log4cxx/include/log4cxx/helpers/threadspecificdata.h,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -r1.7 -r1.8
  --- threadspecificdata.h	24 Apr 2004 06:55:01 -0000	1.7
  +++ threadspecificdata.h	13 May 2004 21:14:38 -0000	1.8
  @@ -17,7 +17,7 @@
   #ifndef _LOG4CXX_HELPERS_THREAD_SPECIFIC_DATA_H
   #define _LOG4CXX_HELPERS_THREAD_SPECIFIC_DATA_H
   
  -#include <log4cxx/config.h>
  +#include <log4cxx/portability.h>
   
   #ifdef HAVE_PTHREAD
   #include <pthread.h>
  
  
  
  1.4       +1 -1      logging-log4cxx/include/log4cxx/helpers/timezone.h
  
  Index: timezone.h
  ===================================================================
  RCS file: /home/cvs/logging-log4cxx/include/log4cxx/helpers/timezone.h,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- timezone.h	24 Apr 2004 06:55:01 -0000	1.3
  +++ timezone.h	13 May 2004 21:14:38 -0000	1.4
  @@ -17,7 +17,7 @@
   #ifndef _LOG4CXX_HELPERS_TIMEZONE_H
   #define _LOG4CXX_HELPERS_TIMEZONE_H
   
  -#include <log4cxx/config.h>
  +#include <log4cxx/portability.h>
   #include <log4cxx/helpers/tchar.h>
   #include <log4cxx/helpers/objectimpl.h>
   #include <log4cxx/helpers/objectptr.h>
  
  
  
  1.13      +1 -1      logging-log4cxx/include/log4cxx/net/smtpappender.h
  
  Index: smtpappender.h
  ===================================================================
  RCS file: /home/cvs/logging-log4cxx/include/log4cxx/net/smtpappender.h,v
  retrieving revision 1.12
  retrieving revision 1.13
  diff -u -r1.12 -r1.13
  --- smtpappender.h	10 May 2004 20:31:44 -0000	1.12
  +++ smtpappender.h	13 May 2004 21:14:38 -0000	1.13
  @@ -17,7 +17,7 @@
   #ifndef _LOG4CXX_NET_SMTP_H
   #define _LOG4CXX_NET_SMTP_H
   
  -#include <log4cxx/config.h>
  +#include <log4cxx/portability.h>
   
   #ifdef HAVE_SMTP
   
  
  
  
  1.15      +1 -1      logging-log4cxx/include/log4cxx/xml/domconfigurator.h
  
  Index: domconfigurator.h
  ===================================================================
  RCS file: /home/cvs/logging-log4cxx/include/log4cxx/xml/domconfigurator.h,v
  retrieving revision 1.14
  retrieving revision 1.15
  diff -u -r1.14 -r1.15
  --- domconfigurator.h	24 Apr 2004 07:51:58 -0000	1.14
  +++ domconfigurator.h	13 May 2004 21:14:38 -0000	1.15
  @@ -17,7 +17,7 @@
   #ifndef _LOG4CXX_XML_DOM_CONFIGURATOR_H
   #define _LOG4CXX_XML_DOM_CONFIGURATOR_H
   
  -#include <log4cxx/config.h>
  +#include <log4cxx/portability.h>
   
   #ifdef HAVE_XML
   
  
  
  
  1.6       +1 -1      logging-log4cxx/src/condition.cpp
  
  Index: condition.cpp
  ===================================================================
  RCS file: /home/cvs/logging-log4cxx/src/condition.cpp,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- condition.cpp	22 Apr 2004 21:21:33 -0000	1.5
  +++ condition.cpp	13 May 2004 21:14:38 -0000	1.6
  @@ -14,7 +14,7 @@
    * limitations under the License.
    */
   
  -#include <log4cxx/config.h>
  +#include <log4cxx/portability.h>
   
   #ifdef HAVE_MS_THREAD
   #ifndef _WIN32_WINNT
  
  
  
  1.8       +1 -1      logging-log4cxx/src/datagramsocket.cpp
  
  Index: datagramsocket.cpp
  ===================================================================
  RCS file: /home/cvs/logging-log4cxx/src/datagramsocket.cpp,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -r1.7 -r1.8
  --- datagramsocket.cpp	28 Apr 2004 05:07:07 -0000	1.7
  +++ datagramsocket.cpp	13 May 2004 21:14:38 -0000	1.8
  @@ -14,7 +14,7 @@
    * limitations under the License.
    */
    
  -#include <log4cxx/config.h>
  +#include <log4cxx/portability.h>
   
   #ifdef WIN32
   #include <windows.h>
  
  
  
  1.13      +1 -1      logging-log4cxx/src/domconfigurator.cpp
  
  Index: domconfigurator.cpp
  ===================================================================
  RCS file: /home/cvs/logging-log4cxx/src/domconfigurator.cpp,v
  retrieving revision 1.12
  retrieving revision 1.13
  diff -u -r1.12 -r1.13
  --- domconfigurator.cpp	22 Apr 2004 21:21:33 -0000	1.12
  +++ domconfigurator.cpp	13 May 2004 21:14:38 -0000	1.13
  @@ -14,7 +14,7 @@
    * limitations under the License.
    */
    
  -#include <log4cxx/config.h>
  +#include <log4cxx/portability.h>
   
   #ifdef HAVE_XML
   
  
  
  
  1.4       +1 -1      logging-log4cxx/src/gnomexml.cpp
  
  Index: gnomexml.cpp
  ===================================================================
  RCS file: /home/cvs/logging-log4cxx/src/gnomexml.cpp,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- gnomexml.cpp	22 Apr 2004 21:21:33 -0000	1.3
  +++ gnomexml.cpp	13 May 2004 21:14:38 -0000	1.4
  @@ -14,7 +14,7 @@
    * limitations under the License.
    */
    
  -#include <log4cxx/config.h>
  +#include <log4cxx/portability.h>
   
   #ifdef HAVE_LIBXML2
   
  
  
  
  1.7       +1 -1      logging-log4cxx/src/msxml.cpp
  
  Index: msxml.cpp
  ===================================================================
  RCS file: /home/cvs/logging-log4cxx/src/msxml.cpp,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- msxml.cpp	22 Apr 2004 21:21:33 -0000	1.6
  +++ msxml.cpp	13 May 2004 21:14:38 -0000	1.7
  @@ -15,7 +15,7 @@
    */
    
   #define _WIN32_DCOM
  -#include <log4cxx/config.h>
  +#include <log4cxx/portability.h>
   
   #ifdef HAVE_MS_XML
   
  
  
  
  1.4       +1 -1      logging-log4cxx/src/mutex.cpp
  
  Index: mutex.cpp
  ===================================================================
  RCS file: /home/cvs/logging-log4cxx/src/mutex.cpp,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- mutex.cpp	22 Apr 2004 21:21:33 -0000	1.3
  +++ mutex.cpp	13 May 2004 21:14:38 -0000	1.4
  @@ -14,7 +14,7 @@
    * limitations under the License.
    */
    
  -#include <log4cxx/config.h>
  +#include <log4cxx/portability.h>
   
   #ifdef HAVE_MS_THREAD
   #include <windows.h>
  
  
  
  1.14      +1 -1      logging-log4cxx/src/objectimpl.cpp
  
  Index: objectimpl.cpp
  ===================================================================
  RCS file: /home/cvs/logging-log4cxx/src/objectimpl.cpp,v
  retrieving revision 1.13
  retrieving revision 1.14
  diff -u -r1.13 -r1.14
  --- objectimpl.cpp	22 Apr 2004 21:21:33 -0000	1.13
  +++ objectimpl.cpp	13 May 2004 21:14:38 -0000	1.14
  @@ -14,7 +14,7 @@
    * limitations under the License.
    */
    
  -#include <log4cxx/config.h>
  +#include <log4cxx/portability.h>
   
   #ifdef HAVE_MS_THREAD
   #include <windows.h>
  
  
  
  1.10      +1 -1      logging-log4cxx/src/odbcappender.cpp
  
  Index: odbcappender.cpp
  ===================================================================
  RCS file: /home/cvs/logging-log4cxx/src/odbcappender.cpp,v
  retrieving revision 1.9
  retrieving revision 1.10
  diff -u -r1.9 -r1.10
  --- odbcappender.cpp	22 Apr 2004 21:21:33 -0000	1.9
  +++ odbcappender.cpp	13 May 2004 21:14:38 -0000	1.10
  @@ -14,7 +14,7 @@
    * limitations under the License.
    */
    
  -#include <log4cxx/config.h>
  +#include <log4cxx/portability.h>
   
   #ifdef WIN32
   #include <windows.h>
  
  
  
  1.6       +1 -1      logging-log4cxx/src/semaphore.cpp
  
  Index: semaphore.cpp
  ===================================================================
  RCS file: /home/cvs/logging-log4cxx/src/semaphore.cpp,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- semaphore.cpp	22 Apr 2004 21:21:34 -0000	1.5
  +++ semaphore.cpp	13 May 2004 21:14:38 -0000	1.6
  @@ -14,7 +14,7 @@
    * limitations under the License.
    */
    
  -#include <log4cxx/config.h>
  +#include <log4cxx/portability.h>
   
   #ifdef HAVE_PTHREAD
   #include <semaphore.h>
  
  
  
  1.6       +1 -1      logging-log4cxx/src/serversocket.cpp
  
  Index: serversocket.cpp
  ===================================================================
  RCS file: /home/cvs/logging-log4cxx/src/serversocket.cpp,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- serversocket.cpp	22 Apr 2004 21:21:34 -0000	1.5
  +++ serversocket.cpp	13 May 2004 21:14:38 -0000	1.6
  @@ -14,7 +14,7 @@
    * limitations under the License.
    */
    
  -#include <log4cxx/config.h>
  +#include <log4cxx/portability.h>
   
   #ifdef WIN32
   #include <windows.h>
  
  
  
  1.11      +1 -1      logging-log4cxx/src/simplesocketserver.cpp
  
  Index: simplesocketserver.cpp
  ===================================================================
  RCS file: /home/cvs/logging-log4cxx/src/simplesocketserver.cpp,v
  retrieving revision 1.10
  retrieving revision 1.11
  diff -u -r1.10 -r1.11
  --- simplesocketserver.cpp	24 Apr 2004 07:51:58 -0000	1.10
  +++ simplesocketserver.cpp	13 May 2004 21:14:38 -0000	1.11
  @@ -14,7 +14,7 @@
    * limitations under the License.
    */
    
  -#include <log4cxx/config.h>
  +#include <log4cxx/portability.h>
   
   #ifdef WIN32
   #include <windows.h>
  
  
  
  1.6       +1 -1      logging-log4cxx/src/smtpappender.cpp
  
  Index: smtpappender.cpp
  ===================================================================
  RCS file: /home/cvs/logging-log4cxx/src/smtpappender.cpp,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- smtpappender.cpp	22 Apr 2004 21:21:34 -0000	1.5
  +++ smtpappender.cpp	13 May 2004 21:14:38 -0000	1.6
  @@ -14,7 +14,7 @@
    * limitations under the License.
    */
    
  -#include <log4cxx/config.h>
  +#include <log4cxx/portability.h>
   
   #ifdef HAVE_SMTP
   
  
  
  
  1.9       +1 -1      logging-log4cxx/src/socket.cpp
  
  Index: socket.cpp
  ===================================================================
  RCS file: /home/cvs/logging-log4cxx/src/socket.cpp,v
  retrieving revision 1.8
  retrieving revision 1.9
  diff -u -r1.8 -r1.9
  --- socket.cpp	28 Apr 2004 05:07:07 -0000	1.8
  +++ socket.cpp	13 May 2004 21:14:38 -0000	1.9
  @@ -14,7 +14,7 @@
    * limitations under the License.
    */
    
  -#include <log4cxx/config.h>
  +#include <log4cxx/portability.h>
   
   #ifdef WIN32
   #include <windows.h>
  
  
  
  1.14      +1 -1      logging-log4cxx/src/socketimpl.cpp
  
  Index: socketimpl.cpp
  ===================================================================
  RCS file: /home/cvs/logging-log4cxx/src/socketimpl.cpp,v
  retrieving revision 1.13
  retrieving revision 1.14
  diff -u -r1.13 -r1.14
  --- socketimpl.cpp	29 Apr 2004 22:11:20 -0000	1.13
  +++ socketimpl.cpp	13 May 2004 21:14:38 -0000	1.14
  @@ -14,7 +14,7 @@
    * limitations under the License.
    */
    
  -#include <log4cxx/config.h>
  +#include <log4cxx/portability.h>
   
   #ifdef WIN32
   #include <windows.h>
  
  
  
  1.12      +1 -1      logging-log4cxx/src/thread.cpp
  
  Index: thread.cpp
  ===================================================================
  RCS file: /home/cvs/logging-log4cxx/src/thread.cpp,v
  retrieving revision 1.11
  retrieving revision 1.12
  diff -u -r1.11 -r1.12
  --- thread.cpp	8 May 2004 20:50:01 -0000	1.11
  +++ thread.cpp	13 May 2004 21:14:38 -0000	1.12
  @@ -14,7 +14,7 @@
    * limitations under the License.
    */
    
  -#include <log4cxx/config.h>
  +#include <log4cxx/portability.h>
   
   #if defined(HAVE_MS_THREAD)
   #include <windows.h>
  
  
  
  1.6       +1 -1      logging-log4cxx/src/threadspecificdata.cpp
  
  Index: threadspecificdata.cpp
  ===================================================================
  RCS file: /home/cvs/logging-log4cxx/src/threadspecificdata.cpp,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- threadspecificdata.cpp	22 Apr 2004 21:21:34 -0000	1.5
  +++ threadspecificdata.cpp	13 May 2004 21:14:39 -0000	1.6
  @@ -14,7 +14,7 @@
    * limitations under the License.
    */
    
  -#include <log4cxx/config.h>
  +#include <log4cxx/portability.h>
   
   #ifdef HAVE_PTHREAD
   #include <pthread.h>
  
  
  
  1.6       +1 -1      logging-log4cxx/tests/src/customlogger/xloggertestcase.cpp
  
  Index: xloggertestcase.cpp
  ===================================================================
  RCS file: /home/cvs/logging-log4cxx/tests/src/customlogger/xloggertestcase.cpp,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- xloggertestcase.cpp	24 Apr 2004 07:51:58 -0000	1.5
  +++ xloggertestcase.cpp	13 May 2004 21:14:39 -0000	1.6
  @@ -14,7 +14,7 @@
    * limitations under the License.
    */
   
  -#include <log4cxx/config.h>
  +#include <log4cxx/portability.h>
   
   #ifdef HAVE_XML
   
  
  
  
  1.5       +1 -1      logging-log4cxx/tests/src/defaultinit/testcase2.cpp
  
  Index: testcase2.cpp
  ===================================================================
  RCS file: /home/cvs/logging-log4cxx/tests/src/defaultinit/testcase2.cpp,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- testcase2.cpp	24 Apr 2004 07:51:58 -0000	1.4
  +++ testcase2.cpp	13 May 2004 21:14:39 -0000	1.5
  @@ -14,7 +14,7 @@
    * limitations under the License.
    */
    
  -#include <log4cxx/config.h>
  +#include <log4cxx/portability.h>
   
   #ifdef HAVE_XML
   
  
  
  
  1.5       +1 -1      logging-log4cxx/tests/src/defaultinit/testcase4.cpp
  
  Index: testcase4.cpp
  ===================================================================
  RCS file: /home/cvs/logging-log4cxx/tests/src/defaultinit/testcase4.cpp,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- testcase4.cpp	24 Apr 2004 07:51:58 -0000	1.4
  +++ testcase4.cpp	13 May 2004 21:14:39 -0000	1.5
  @@ -14,7 +14,7 @@
    * limitations under the License.
    */
   
  -#include <log4cxx/config.h>
  +#include <log4cxx/portability.h>
   
   #ifdef HAVE_XML
   
  
  
  
  1.4       +1 -1      logging-log4cxx/tests/src/varia/errorhandlertestcase.cpp
  
  Index: errorhandlertestcase.cpp
  ===================================================================
  RCS file: /home/cvs/logging-log4cxx/tests/src/varia/errorhandlertestcase.cpp,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- errorhandlertestcase.cpp	24 Apr 2004 07:51:58 -0000	1.3
  +++ errorhandlertestcase.cpp	13 May 2004 21:14:39 -0000	1.4
  @@ -14,7 +14,7 @@
    * limitations under the License.
    */
   
  -#include <log4cxx/config.h>
  +#include <log4cxx/portability.h>
   
   #ifdef HAVE_XML
   
  
  
  
  1.4       +1 -1      logging-log4cxx/tests/src/xml/customleveltestcase.cpp
  
  Index: customleveltestcase.cpp
  ===================================================================
  RCS file: /home/cvs/logging-log4cxx/tests/src/xml/customleveltestcase.cpp,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- customleveltestcase.cpp	24 Apr 2004 07:51:58 -0000	1.3
  +++ customleveltestcase.cpp	13 May 2004 21:14:39 -0000	1.4
  @@ -14,7 +14,7 @@
    * limitations under the License.
    */
   
  -#include <log4cxx/config.h>
  +#include <log4cxx/portability.h>
   
   #ifdef HAVE_XML
   
  
  
  
  1.4       +1 -1      logging-log4cxx/tests/src/xml/domtestcase.cpp
  
  Index: domtestcase.cpp
  ===================================================================
  RCS file: /home/cvs/logging-log4cxx/tests/src/xml/domtestcase.cpp,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- domtestcase.cpp	24 Apr 2004 07:51:58 -0000	1.3
  +++ domtestcase.cpp	13 May 2004 21:14:39 -0000	1.4
  @@ -14,7 +14,7 @@
    * limitations under the License.
    */
   
  -#include <log4cxx/config.h>
  +#include <log4cxx/portability.h>
   
   #ifdef HAVE_XML