[dovecot-cvs] dovecot configure.in,1.81,1.82

cras at procontrol.fi cras at procontrol.fi
Sun Jan 5 15:10:23 EET 2003


Update of /home/cvs/dovecot
In directory danu:/tmp/cvs-serv25916

Modified Files:
	configure.in 
Log Message:
Naming style changes, finally got tired of most of the typedefs. Also the
previous enum -> macro change reverted so that we don't use the highest bit
anymore, that's incompatible with old indexes so they will be rebuilt.



Index: configure.in
===================================================================
RCS file: /home/cvs/dovecot/configure.in,v
retrieving revision 1.81
retrieving revision 1.82
diff -u -d -r1.81 -r1.82
--- configure.in	2 Jan 2003 13:32:40 -0000	1.81
+++ configure.in	5 Jan 2003 13:09:51 -0000	1.82
@@ -773,7 +773,7 @@
 echo '#include "lib.h"' >> $file
 echo '#include "mail-storage.h"' >> $file
 for storage in $STORAGE; do
-	echo "extern MailStorage ${storage}_storage;" >> $file
+	echo "extern struct mail_storage ${storage}_storage;" >> $file
 done
 echo "void mail_storage_register_all(void) {" >> $file
 for storage in $STORAGE; do




More information about the dovecot-cvs mailing list