mirror of
https://github.com/vdukhovni/postfix
synced 2025-08-30 05:38:06 +00:00
postfix-2.3-20060614
This commit is contained in:
parent
ee5f55f12a
commit
fb42c93e9c
@ -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
|
||||||
|
@ -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
|
||||||
|
@ -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>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user