mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
fc02bf58cb
Submitted by: Ian Vaudrey <i.vaudrey@bigfoot.com> PR: 4729
14 lines
310 B
Plaintext
14 lines
310 B
Plaintext
--- imap/krbck.c.orig Sat Dec 21 02:08:21 1996
|
|
+++ imap/krbck.c Wed Oct 8 13:56:58 1997
|
|
@@ -29,7 +29,9 @@
|
|
|
|
#define EXIT_CHOKE (int) 10
|
|
|
|
-#define CONFIG_FILENAME "/etc/imapd.conf"
|
|
+#if !defined(CONFIG_FILENAME)
|
|
+ #define CONFIG_FILENAME "/etc/imapd.conf"
|
|
+#endif
|
|
#define MAX_FILENAME_LEN 255
|
|
|
|
int errno;
|