Subject: Re: CVS commit: cryptosrc-intl
To: Assar Westerlund <assar@sics.se>
From: None <itojun@iijlab.net>
List: source-changes
Date: 02/08/2000 22:34:59
>Please don't modify these files, they're automatically generated. Is
oops sorry.
>it ok to include <netinet6/in6.h> if it does exist or should that use
>be erradicated as well? In that case, we might have to write some
>more intelligent autoconf macros.
No, it will become illegal to include it even if there is a file.
I'll put #error soon (I'm trying to clean up the tree before that).
RFC2553 says that netinet/in.h should bring in all IPv6 related
definitions so please include netinet/in.h only.
autoconf should detect it just fine (AC_CHECK_HEADERS will run cpp).
itojun