]> git.ipfire.org Git - thirdparty/postfix.git/commitdiff
postfix-2.3-20051209
authorWietse Venema <wietse@porcupine.org>
Fri, 9 Dec 2005 05:00:00 +0000 (00:00 -0500)
committerViktor Dukhovni <viktor@dukhovni.org>
Tue, 5 Feb 2013 06:31:53 +0000 (06:31 +0000)
postfix/makedefs
postfix/src/global/mail_version.h
postfix/src/smtpstone/qmqp-sink.c
postfix/src/smtpstone/smtp-sink.c

index d60263612e3255a987df99c19d0c7aa74973663e..d8a3426fc67a5a72964cd80cf3561a80050f9870 100644 (file)
@@ -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' <<EOF
 SYSTYPE        = $SYSTYPE
index f1d12a758de8a96f05fea0d29c39ed41a4864c4c..fa0303a7028f0b4dc43ded92a0a1213de53ac2ba 100644 (file)
@@ -20,7 +20,7 @@
   * Patches change both the patchlevel and the release date. Snapshots have no
   * patchlevel; they change the release date only.
   */
-#define MAIL_RELEASE_DATE      "20051208"
+#define MAIL_RELEASE_DATE      "20051209"
 #define MAIL_VERSION_NUMBER    "2.3"
 
 #ifdef SNAPSHOT
index 55ee99b25db5201fcafedef3bd1663d3fb815792..d0c2d07c2d4de918e9495831228f0343d34f3cc9 100644 (file)
@@ -56,6 +56,7 @@
 #include <string.h>
 #include <stdlib.h>
 #include <fcntl.h>
+#include <signal.h>
 
 #ifdef STRCASECMP_IN_STRINGS_H
 #include <strings.h>
index b5f218874cb56712360884db9db5f6b9d1b53341..ec84e595399e4e654944d5d9f8bf3d0692679dbd 100644 (file)
 #include <stdlib.h>
 #include <fcntl.h>
 #include <syslog.h>
+#include <signal.h>
 
 #ifdef STRCASECMP_IN_STRINGS_H
 #include <strings.h>