2
0
mirror of https://github.com/vdukhovni/postfix synced 2025-08-30 13:48:06 +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.2*) SYSTYPE=NETBSD2
;; ;;
NetBSD.3*) SYSTYPE=NETBSD3
;;
BSD/OS.2*) SYSTYPE=BSDI2 BSD/OS.2*) SYSTYPE=BSDI2
;; ;;
BSD/OS.3*) SYSTYPE=BSDI3 BSD/OS.3*) SYSTYPE=BSDI3

View File

@@ -20,7 +20,7 @@
* Patches change both the patchlevel and the release date. Snapshots have no * Patches change both the patchlevel and the release date. Snapshots have no
* patchlevel; they change the release date only. * patchlevel; they change the release date only.
*/ */
#define MAIL_RELEASE_DATE "20060611" #define MAIL_RELEASE_DATE "20060614"
#define MAIL_VERSION_NUMBER "2.3" #define MAIL_VERSION_NUMBER "2.3"
#ifdef SNAPSHOT #ifdef SNAPSHOT

View File

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