[Raw Msg Headers][Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

addition to previous diff (USE_TRANSLATION)



Did I miss this small chunk last time when I sent my patch?
It is not in the CVS:

Index: smtpserver/smtpdata.c
===================================================================
RCS file: /cvsroot/zmailer/smtpserver/smtpdata.c,v
retrieving revision 1.28
diff -u -r1.28 smtpdata.c
--- smtpdata.c  2000/02/16 23:39:39     1.28
+++ smtpdata.c  2000/02/25 19:49:12
@@ -27,6 +27,10 @@
 #define FREEZE__MALFORMED_MESSAGE_ID_HEADER             953
 #endif
 
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
+
 #include "smtpserver.h"
 
 #ifdef USE_TRANSLATION