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/10 22:31:44 UTC

cvs commit: logging-log4cxx/include/log4cxx/net smtpappender.h

mcatan      2004/05/10 13:31:44

  Modified:    include/log4cxx/net smtpappender.h
  Log:
  added conditionnal compilation
  
  Revision  Changes    Path
  1.12      +2 -2      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.11
  retrieving revision 1.12
  diff -u -r1.11 -r1.12
  --- smtpappender.h	24 Apr 2004 06:55:02 -0000	1.11
  +++ smtpappender.h	10 May 2004 20:31:44 -0000	1.12
  @@ -19,7 +19,7 @@
   
   #include <log4cxx/config.h>
   
  -//#ifdef HAVE_SMTP
  +#ifdef HAVE_SMTP
   
   #include <log4cxx/appenderskeleton.h>
   #include <log4cxx/helpers/cyclicbuffer.h>
  @@ -270,5 +270,5 @@
   	}  // namespace net
   }; // namespace log4cxx
   
  -//#endif // HAVE_SMTP
  +#endif // HAVE_SMTP
   #endif // _LOG4CXX_NET_SMTP_H