13 lines
545 B
Text
13 lines
545 B
Text
Index: imap/Makefile.in
|
|
diff -u imap/Makefile.in.orig imap/Makefile.in
|
|
--- imap/Makefile.in.orig Fri Apr 19 02:35:26 2002
|
|
+++ imap/Makefile.in Thu May 2 04:02:37 2002
|
|
@@ -61,7 +61,7 @@
|
|
CYRUS_USER=@cyrus_user@
|
|
CYRUS_GROUP=@cyrus_group@
|
|
|
|
-DEFS = @DEFS@ @LOCALDEFS@
|
|
+DEFS = @DEFS@ @LOCALDEFS@ -DCONFIG_FILENAME=\"$(prefix)/etc/imapd.conf\"
|
|
CPPFLAGS = -I. -I.. -I../sieve -I$(srcdir) -I$(srcdir)/../lib -I$(srcdir)/../acap -I../acap @COM_ERR_CPPFLAGS@ @SIEVE_CPPFLAGS@ @CPPFLAGS@ @SASLFLAGS@
|
|
IMAP_LIBS = @IMAP_LIBS@
|
|
SIEVE_LIBS = @SIEVE_LIBS@
|