as I said in my mail:
"and remove the definition of "authenticated" further down in the code"
The error you have means you didn't do that :)
So remove the definition of authenticated on line 1120 and you're good to
go.
Franky
-----Original Message-----
From: Mestdagh, Mark [NCSBE - Non JJ] [mailto:[EMAIL PROTECTED]]
Sent: woensdag 22 augustus 2001 11:46
To: '[EMAIL PROTECTED]'
Subject: RE: smtp auth patch is not totally correct
./compile -DUSE_SMTPAUTH -DUSE_OLD_GREETING -DUSE_NEW_GREETING
qmail-smtpd.c
qmail-smtpd.c:1120: redefinition of `authenticated'
qmail-smtpd.c:41: `authenticated' previously defined here
qmail-smtpd.c: In function `main':
qmail-smtpd.c:1426: warning: return type of `main' is not `int'
make: *** [qmail-smtpd.o] Error 1
I patched the code like Franky said but could it be I'm missing something.
(I'm using the latest qmail-ldap & smtp_auth patches + everything compiled
before)
Mark