dovecot-2.0: config.h: Added DOVECOT_* macros for PACKAGE_* macros.

dovecot at dovecot.org dovecot at dovecot.org
Sat Feb 6 17:30:02 EET 2010


details:   http://hg.dovecot.org/dovecot-2.0/rev/928312d6017c
changeset: 10645:928312d6017c
user:      Timo Sirainen <tss at iki.fi>
date:      Sat Feb 06 17:29:58 2010 +0200
description:
config.h: Added DOVECOT_* macros for PACKAGE_* macros.

diffstat:

1 file changed, 4 insertions(+)
configure.in |    4 ++++

diffs (14 lines):

diff -r 5e2075b5b25f -r 928312d6017c configure.in
--- a/configure.in	Sat Feb 06 16:58:07 2010 +0200
+++ b/configure.in	Sat Feb 06 17:29:58 2010 +0200
@@ -268,6 +268,10 @@ AC_C_INLINE
 AC_C_INLINE
 AC_PROG_LIBTOOL
 AM_ICONV
+
+AC_DEFINE_UNQUOTED(DOVECOT_NAME, "$PACKAGE_NAME", Dovecot name)
+AC_DEFINE_UNQUOTED(DOVECOT_STRING, "$PACKAGE_STRING", Dovecot string)
+AC_DEFINE_UNQUOTED(DOVECOT_VERSION, "$PACKAGE_VERSION", Dovecot version)
 
 AC_CHECK_HEADERS(strings.h stdint.h unistd.h dirent.h malloc.h inttypes.h \
   sys/uio.h sys/sysmacros.h sys/resource.h sys/select.h libgen.h \


More information about the dovecot-cvs mailing list