Subject: krb5-types.h missing since 1.6U
To: None <netbsd-users@NetBSD.org>
From: Louis Guillaume <lguillaume@berklee.edu>
List: netbsd-users
Date: 11/22/2003 02:39:09
Hi,

I noticed back in the days of 1.6U that krb5-types.h had gone missing. 
This caused an SASL2 build to go awry. I found the missing header on a 
1.6R machine and copied it over to fix the problem back then.

But now, on a new machine, installed with 1.6ZD and upgraded to 1.6ZF, 
the header is still missing.

Has there been a change that obsoletes this file? If so - something 
needs to be done about the sasl2 package that looks for it...

.  if exists(/usr/include/krb5/krb5-types.h)
CPPFLAGS+=              -I/usr/include/krb5
.  endif


... and any other packages that may need it too. I guess I'll grab the 
header from an older machine once again for the time being.

Louis