changeset 7825:0307382cf011 HEAD

HP-UX: Added missing EX_CONFIG macro
author Timo Sirainen <tss@iki.fi>
date Thu, 12 Jun 2008 00:19:20 +0300
parents c0ff3c147375
children b63aa0ffe564
files src/deliver/deliver.h
diffstat 1 files changed, 4 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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
@@ -3,6 +3,10 @@
 
 #include <sysexits.h>
 
+#ifndef EX_CONFIG
+#  define EX_CONFIG 78 /* HP-UX */
+#endif
+
 #include "lib.h"
 #include "mail-storage.h"