Subject: Re: heimdal include files
To: None <thorpej@zembu.com>
From: None <itojun@iijlab.net>
List: tech-net
Date: 04/12/2001 15:13:20
> > heimdal build tree does the following. in my opinion from openssl side,
> > we should not do this. we should put
> > #include <openssl/md4.h>
> > and no additinal -I, if we want to use md4.h from openssl.
clarification: there are some places we have #ifdef cases for
#include <openssl/md4.h>, and there are some cases we don't have.
another thing - there are a lot of #if in /usr/include/krb5/*.h,
which could affect tools built with autoconf, i guess...
>I agree. Feel free to make the required changes :-)
i guess there's some synchronization issue with heimdal tree.
itojun