33 lines
589 B
C
33 lines
589 B
C
#ifndef _MAIL_VERSION_H_INCLUDED_
|
|
#define _MAIL_VERSION_H_INCLUDED_
|
|
|
|
/*++
|
|
/* NAME
|
|
/* mail_version 3h
|
|
/* SUMMARY
|
|
/* globally configurable parameters
|
|
/* SYNOPSIS
|
|
/* #include <mail_version.h>
|
|
/* DESCRIPTION
|
|
/* .nf
|
|
|
|
/*
|
|
* Version of this program.
|
|
*/
|
|
#define VAR_MAIL_VERSION "mail_version"
|
|
#define DEF_MAIL_VERSION "Postfix-19991231-pl06"
|
|
extern char *var_mail_version;
|
|
|
|
/* LICENSE
|
|
/* .ad
|
|
/* .fi
|
|
/* The Secure Mailer license must be distributed with this software.
|
|
/* AUTHOR(S)
|
|
/* Wietse Venema
|
|
/* IBM T.J. Watson Research
|
|
/* P.O. Box 704
|
|
/* Yorktown Heights, NY 10598, USA
|
|
/*--*/
|
|
|
|
#endif
|