dovecot-1.1: HP-UX: Added missing EX_CONFIG macro

dovecot at dovecot.org dovecot at dovecot.org
Thu Jun 12 00:37:02 EEST 2008


details:   http://hg.dovecot.org/dovecot-1.1/rev/94c662aab4ca
changeset: 7635:94c662aab4ca
user:      Timo Sirainen <tss at iki.fi>
date:      Thu Jun 12 00:19:20 2008 +0300
description:
HP-UX: Added missing EX_CONFIG macro

diffstat:

1 file changed, 4 insertions(+)
src/deliver/deliver.h |    4 ++++

diffs (14 lines):

diff -r 35868540a800 -r 94c662aab4ca src/deliver/deliver.h
--- a/src/deliver/deliver.h	Thu Jun 12 00:18:23 2008 +0300
+++ b/src/deliver/deliver.h	Thu Jun 12 00:19:20 2008 +0300
@@ -2,6 +2,10 @@
 #define DELIVER_H
 
 #include <sysexits.h>
+
+#ifndef EX_CONFIG
+#  define EX_CONFIG 78 /* HP-UX */
+#endif
 
 #include "lib.h"
 #include "mail-storage.h"


More information about the dovecot-cvs mailing list