mirror of
https://github.com/isc-projects/bind9.git
synced 2026-06-11 01:59:59 -04:00
initial
This commit is contained in:
parent
cc0c9a92d6
commit
27998b5bbd
1 changed files with 10 additions and 0 deletions
10
lib/bind/isc/ip6.c
Normal file
10
lib/bind/isc/ip6.c
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
#include <port_before.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
|
||||
Loading…
Reference in a new issue