2
0
mirror of https://github.com/vdukhovni/postfix synced 2025-08-29 13:18:12 +00:00

postfix-2.3-20060614

This commit is contained in:
Wietse Venema 2006-06-14 00:00:00 -05:00 committed by Viktor Dukhovni
parent ee5f55f12a
commit fb42c93e9c
3 changed files with 4 additions and 2 deletions

View File

@ -128,6 +128,8 @@ case "$SYSTEM.$RELEASE" in
;;
NetBSD.2*) SYSTYPE=NETBSD2
;;
NetBSD.3*) SYSTYPE=NETBSD3
;;
BSD/OS.2*) SYSTYPE=BSDI2
;;
BSD/OS.3*) SYSTYPE=BSDI3

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 "20060611"
#define MAIL_RELEASE_DATE "20060614"
#define MAIL_VERSION_NUMBER "2.3"
#ifdef SNAPSHOT

View File

@ -27,7 +27,7 @@
|| defined(FREEBSD5) || defined(FREEBSD6) \
|| defined(BSDI2) || defined(BSDI3) || defined(BSDI4) \
|| defined(OPENBSD2) || defined(OPENBSD3) \
|| defined(NETBSD1) || defined(NETBSD2) \
|| defined(NETBSD1) || defined(NETBSD2) || defined(NETBSD3) \
|| defined(EKKOBSD1)
#define SUPPORTED
#include <sys/types.h>