2
0
mirror of https://github.com/vdukhovni/postfix synced 2025-08-30 05:38:06 +00:00

postfix-2.3-20051209

This commit is contained in:
Wietse Venema 2005-12-09 00:00:00 -05:00 committed by Viktor Dukhovni
parent 583a9d46f1
commit 28a8ea566f
4 changed files with 4 additions and 2 deletions

View 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

View 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

View 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>

View File

@ -125,6 +125,7 @@
#include <stdlib.h>
#include <fcntl.h>
#include <syslog.h>
#include <signal.h>
#ifdef STRCASECMP_IN_STRINGS_H
#include <strings.h>