On Mon, May 03, 2004 at 08:15:12AM -0700, Zachary Denison wrote:
> 
> I have done some more testing, with 20040401 as well
> and it seems QUOTATRASH does not get defined.  In
> order to get it to work I need to #define QUOTATRASH
> directly in maildir++.c  right before the #ifndef .. 
> 
> I have the following in my Makefile:
> 
> LDAPFLAGS=-DQUOTATRASH -DEXTERNAL_TODO -DBIGTODO
> -DALTQUEUE -DSMTPEXECCHECK
> 
> and check out what happens when I make:
> 
> ...
> ./compile maildir++.c
> ./compile -DQUOTATRASH -DEXTERNAL_TODO -DBIGTODO
> -DALTQUEUE -DSMTPEXECCHECK qldap-errno.c
> ....
> 
> It seems the EXACT file that needs the -DQUOTATRASH
> flag to be defined, i.e. maildir++.c, is not getting
> fed any of the flags during the make.
> 
> Anyway, just my 2 cents....
> 

Yep right my bad. The $(LDAPFAGS) where missing in the build line.

Thanks for the info
-- 
:wq Claudio

Reply via email to