diff configure.in @ 761:d3bd41a56309 HEAD

First implementation of SORT extension. String comparing still not up to spec, so we don't advertise it in capability string yet. The code supports getting the data partially pre-sorted to reduce memory usage and make it faster. So, in future we could use this by creating sorted binary trees. Also moved mail-storage-register.c into it's own .a lib to fix circular dependencies.
author Timo Sirainen <tss@iki.fi>
date Wed, 04 Dec 2002 20:28:37 +0200
parents 2330d6d75910
children a02e5e7790bb
line wrap: on
line diff
--- a/configure.in	Wed Dec 04 20:05:50 2002 +0200
+++ b/configure.in	Wed Dec 04 20:28:37 2002 +0200
@@ -689,7 +689,7 @@
 dnl **
 
 STORAGE="maildir mbox"
-file="src/lib-storage/mail-storage-register.c"
+file="src/lib-storage/register/mail-storage-register.c"
 
 echo "/* this file is generated by configure */" > $file
 echo '#include "lib.h"' >> $file
@@ -719,6 +719,7 @@
 src/lib-storage/index/maildir/Makefile
 src/lib-storage/index/mbox/Makefile
 src/lib-storage/subscription-file/Makefile
+src/lib-storage/register/Makefile
 src/auth/Makefile
 src/imap/Makefile
 src/login/Makefile