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

Re: addition to previous diff (USE_TRANSLATION)



On Fri, Feb 25, 2000 at 10:59:09PM +0300, Eugene Crosser wrote:
> Did I miss this small chunk last time when I sent my patch?
> It is not in the CVS:

  No you didn't miss it, however  "config.h"  is included
  indirectly by:  smtpserver.h -> hostenv.h -> config.h

  What I did commit was to move the test about "USE_TRANSLATION"
  to be after  #include "smtpserver.h.

/Matti Aarnio

> 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

-- 
/Matti Aarnio	<mea@nic.funet.fi>