mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
15 lines
290 B
Plaintext
15 lines
290 B
Plaintext
*** imap/config.c.orig Thu Mar 9 19:07:14 2000
|
|
--- imap/config.c Thu Mar 9 19:06:48 2000
|
|
***************
|
|
*** 39,45 ****
|
|
--- 39,47 ----
|
|
|
|
extern int errno;
|
|
|
|
+ #if !defined(CONFIG_FILENAME)
|
|
#define CONFIG_FILENAME "/etc/imapd.conf"
|
|
+ #endif
|
|
|
|
struct configlist {
|
|
char *key;
|