--- Makefile.orig 2004-01-04 03:39:20.000000000 +0100 +++ Makefile 2004-01-04 03:40:48.000000000 +0100 @@ -17,12 +17,12 @@ # -DQMQP_COMPRESS to use the QMQP on the fly compression (for clusters) # -DQUOTATRASH to include the Trash in the quota calculation (normaly it is not) # -DSMTPEXECCHECK to enable smtp DOS/Windows executable detection -#LDAPFLAGS=-DQLDAP_CLUSTER -DEXTERNAL_TODO -DDASH_EXT -DDATA_COMPRESS -DQMQP_COMPRESS +LDAPFLAGS=-DBIGTODO -DEXTERNAL_TODO -DDASH_EXT -DDATA_COMPRESS # Perhaps you have different ldap libraries, change them here -LDAPLIBS=-L/usr/local/lib -lldap -llber +LDAPLIBS=-lldap -llber # and change the location of the include files here -LDAPINCLUDES=-I/usr/local/include +#LDAPINCLUDES=-I/usr/local/include # on Slowaris you need -lresolv and probably a LD_RUN_PATH added like this: #LDAPLIBS=-L/opt/OpenLDAP/lib -lldap -llber -lresolv -R/opt/OpenLDAP/lib # for example on my Linux box I use: @@ -31,7 +31,7 @@ #LDAPINCLUDES=-I/opt/OpenLDAP/include # ZLIB needed for -DDATA_COMPRESS and -DQMQP_COMPRESS -#ZLIB=-lz +ZLIB=-lz # of you installed zlib in a different path you can use something like this #ZLIB=-L/opt/zlib/lib -lz #ZINCLUDES=-I/opt/zlib/include @@ -55,7 +55,7 @@ MNW=-DMAKE_NETSCAPE_WORK # to enable the auto-maildir-make feature uncomment the next line -#MDIRMAKE=-DAUTOMAILDIRMAKE +MDIRMAKE=-DAUTOMAILDIRMAKE # to enable the auto-homedir-make feature uncomment the next line #HDIRMAKE=-DAUTOHOMEDIRMAKE