dovecot-1.2: Compiling fix for HP-UX.

dovecot at dovecot.org dovecot at dovecot.org
Fri Nov 21 17:03:30 EET 2008


details:   http://hg.dovecot.org/dovecot-1.2/rev/a946f744aea3
changeset: 8459:a946f744aea3
user:      Timo Sirainen <tss at iki.fi>
date:      Fri Nov 21 17:00:54 2008 +0200
description:
Compiling fix for HP-UX.

diffstat:

1 file changed, 1 insertion(+), 1 deletion(-)
src/plugins/quota/quota-fs.h |    2 +-

diffs (12 lines):

diff -r ed4d6f6e4da7 -r a946f744aea3 src/plugins/quota/quota-fs.h
--- a/src/plugins/quota/quota-fs.h	Fri Nov 21 14:35:46 2008 +0200
+++ b/src/plugins/quota/quota-fs.h	Fri Nov 21 17:00:54 2008 +0200
@@ -23,7 +23,7 @@
 
 #ifdef HAVE_QUOTACTL
 #  ifdef HAVE_SYS_QUOTA_H
-#    ifdef QCMD
+#    ifndef _HPUX_SOURCE
 #      define FS_QUOTA_LINUX
 #    else
 #      define FS_QUOTA_HPUX


More information about the dovecot-cvs mailing list