1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-26 21:17:40 +00:00
freebsd-ports/mail/cyrus/files/patch-bd

15 lines
290 B
Plaintext
Raw Normal View History

2000-05-13 17:20:07 +00:00
*** imap/config.c.orig Thu Mar 9 19:07:14 2000
--- imap/config.c Thu Mar 9 19:06:48 2000
***************
2000-05-13 17:20:07 +00:00
*** 39,45 ****
--- 39,47 ----
extern int errno;
2000-05-13 17:20:07 +00:00
+ #if !defined(CONFIG_FILENAME)
#define CONFIG_FILENAME "/etc/imapd.conf"
+ #endif
2000-05-13 17:20:07 +00:00
struct configlist {
char *key;