dovecot-2.0: Compile fix for HP-UX

dovecot at dovecot.org dovecot at dovecot.org
Wed May 11 17:00:14 EEST 2011


details:   http://hg.dovecot.org/dovecot-2.0/rev/39389620ace4
changeset: 12799:39389620ace4
user:      Timo Sirainen <tss at iki.fi>
date:      Wed May 11 16:58:07 2011 +0300
description:
Compile fix for HP-UX

diffstat:

 src/lib/compat.h |  2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diffs (12 lines):

diff -r b41ff254e1d6 -r 39389620ace4 src/lib/compat.h
--- a/src/lib/compat.h	Wed May 11 16:28:32 2011 +0300
+++ b/src/lib/compat.h	Wed May 11 16:58:07 2011 +0300
@@ -1,7 +1,7 @@
 #ifndef COMPAT_H
 #define COMPAT_H
 
-#if defined (HAVE_INTTYPES_H) && defined(__osf__)
+#if defined (HAVE_INTTYPES_H) && (defined(__osf__) || defined(_HPUX_SOURCE))
 #  include <inttypes.h>
 #endif
 


More information about the dovecot-cvs mailing list