From: Wietse Venema Date: Fri, 9 Dec 2005 05:00:00 +0000 (-0500) Subject: postfix-2.3-20051209 X-Git-Tag: v2.3-RC1~36 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=28a8ea566f992cb366ca8bc3d8d30865dce4b2ec;p=thirdparty%2Fpostfix.git postfix-2.3-20051209 --- diff --git a/postfix/makedefs b/postfix/makedefs index d60263612..d8a3426fc 100644 --- a/postfix/makedefs +++ b/postfix/makedefs @@ -401,7 +401,7 @@ CCARGS="$CCARGS -DSNAPSHOT" # Non-production: needs thorough testing, or major changes are still # needed before the code stabilizes. -CCARGS="$CCARGS -DNONPROD" +#CCARGS="$CCARGS -DNONPROD" sed 's/ / /g' < #include #include +#include #ifdef STRCASECMP_IN_STRINGS_H #include diff --git a/postfix/src/smtpstone/smtp-sink.c b/postfix/src/smtpstone/smtp-sink.c index b5f218874..ec84e5953 100644 --- a/postfix/src/smtpstone/smtp-sink.c +++ b/postfix/src/smtpstone/smtp-sink.c @@ -125,6 +125,7 @@ #include #include #include +#include #ifdef STRCASECMP_IN_STRINGS_H #include