dovecot-1.1: Compiling fix for HP-UX.

dovecot at dovecot.org dovecot at dovecot.org
Fri Nov 21 17:01:28 EET 2008


details:   http://hg.dovecot.org/dovecot-1.1/rev/d5a60586b66e
changeset: 8019:d5a60586b66e
user:      Timo Sirainen <tss at iki.fi>
date:      Fri Nov 21 17:01:21 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 424f373e5dc0 -r d5a60586b66e src/plugins/quota/quota-fs.h
--- a/src/plugins/quota/quota-fs.h	Wed Nov 19 20:09:34 2008 +0200
+++ b/src/plugins/quota/quota-fs.h	Fri Nov 21 17:01:21 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