aboutsummaryrefslogtreecommitdiff
path: root/mail/cyrus-imapd23/files/extra-patch-acconfig.h
diff options
context:
space:
mode:
Diffstat (limited to 'mail/cyrus-imapd23/files/extra-patch-acconfig.h')
-rw-r--r--mail/cyrus-imapd23/files/extra-patch-acconfig.h17
1 files changed, 17 insertions, 0 deletions
diff --git a/mail/cyrus-imapd23/files/extra-patch-acconfig.h b/mail/cyrus-imapd23/files/extra-patch-acconfig.h
new file mode 100644
index 000000000000..05e561b78963
--- /dev/null
+++ b/mail/cyrus-imapd23/files/extra-patch-acconfig.h
@@ -0,0 +1,17 @@
+Index: acconfig.h
+diff -u acconfig.h.orig acconfig.h
+--- acconfig.h.orig Fri Feb 14 05:32:50 2003
++++ acconfig.h Fri Mar 21 21:03:25 2003
+@@ -263,8 +263,12 @@
+ #define FNAME_DOMAINDIR "/domain/"
+ #define FNAME_LOGDIR "/log/"
+ #define FNAME_PTSDB "/ptclient/ptscache.db"
++#if !defined(CONFIG_FILENAME)
+ #define CONFIG_FILENAME "/etc/imapd.conf"
++#endif
++#if !defined(DEFAULT_MASTER_CONFIG_FILENAME)
+ #define DEFAULT_MASTER_CONFIG_FILENAME "/etc/cyrus.conf"
++#endif
+
+ #ifndef HAVE_SHUTDOWN
+ #define shutdown(fd, mode) 0