OSSP CVS Repository

ossp - Difference in ossp-pkg/lmtp2nntp/lmtp2nntp_global.h versions 1.3 and 1.4
Not logged in
[Honeypot]  [Browse]  [Home]  [Login]  [Reports
[Search]  [Ticket]  [Timeline
  [History

ossp-pkg/lmtp2nntp/lmtp2nntp_global.h 1.3 -> 1.4

--- lmtp2nntp_global.h   2002/01/17 17:01:55     1.3
+++ lmtp2nntp_global.h   2002/01/30 16:41:02     1.4
@@ -34,17 +34,6 @@
 #include "dmalloc.h"
 #endif
 
-#define log0(ctx,level,msg) \
-    l2_channel_log((ctx)->l2, L2_LEVEL_##level, "%P" msg)
-#define log1(ctx,level,msg,a1) \
-    l2_channel_log((ctx)->l2, L2_LEVEL_##level, "%P" msg, a1)
-#define log2(ctx,level,msg,a1,a2) \
-    l2_channel_log((ctx)->l2, L2_LEVEL_##level, "%P" msg, a1, a2)
-#define log3(ctx,level,msg,a1,a2,a3) \
-    l2_channel_log((ctx)->l2, L2_LEVEL_##level, "%P" msg, a1, a2, a3)
-#define log4(ctx,level,msg,a1,a2,a3,a4) \
-    l2_channel_log((ctx)->l2, L2_LEVEL_##level, "%P" msg, a1, a2, a3, a4)
-
 #define STMT(stuff) do { stuff } while (0)
 #define CU(returncode) STMT( rc = returncode; goto CUS; )
 #define VCU STMT( goto CUS; )
@@ -54,4 +43,7 @@
     char   *az;
 } argz_t;
 
+#define __EX_NS_USE_CXX__
+#include <ex.h>
+
 #endif /* __LMTP2NNTP_H__ */

CVSTrac 2.0.1