bind9/lib/bind/isc/ip6.c
2001-04-03 02:30:58 +00:00

17 lines
383 B
C

#include <port_before.h>
#include <sys/types.h>
#include <sys/param.h>
#if (!defined(BSD)) || (BSD < 199306)
#include <sys/bitypes.h>
#endif
#include <netinet/in.h>
#include <port_after.h>
/*
* Make sure we don't cause linkage problems.
*/
const struct in6_addr isc_in6addr_any = IN6ADDR_ANY_INIT;
#if 0
const struct in6_addr isc_in6addr_loopback = IN6ADDR_LOOPBACK_INIT;
#endif