temporarily disallow FAST_IPSEC and INET6 to avoid potential panics;

will correct this before 5.0 release
This commit is contained in:
Sam Leffler 2002-11-08 23:50:32 +00:00
parent e8539d32f0
commit 9c0a8ace11

View File

@ -76,6 +76,9 @@
#if defined(IPSEC) || defined(IPSEC_ESP)
#error "Bad idea: don't compile with both IPSEC and FAST_IPSEC!"
#endif
#if defined(INET6)
#error "Bad idea: don't use IPv6 with FAST_IPSEC (for the moment)!"
#endif
#include <netipsec/ipsec.h>
#include <netipsec/key.h>