mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-08-30 22:15:20 +00:00
ordering
This commit is contained in:
@@ -15,7 +15,7 @@
|
||||
* WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
||||
*/
|
||||
|
||||
/* $Id: net.h,v 1.2 2001/07/10 19:54:01 gson Exp $ */
|
||||
/* $Id: net.h,v 1.3 2001/07/10 23:38:44 bwelling Exp $ */
|
||||
|
||||
#ifndef LWRES_NET_H
|
||||
#define LWRES_NET_H 1
|
||||
@@ -68,6 +68,10 @@
|
||||
|
||||
#include <lwres/lang.h>
|
||||
|
||||
#ifndef LWRES_PLATFORM_HAVEIPV6
|
||||
#include <lwres/ipv6.h> /* Contractual promise. */
|
||||
#endif
|
||||
|
||||
#ifdef LWRES_PLATFORM_HAVEINADDR6
|
||||
#define in6_addr in_addr6 /* Required for pre RFC2133 implementations. */
|
||||
#endif
|
||||
@@ -103,10 +107,6 @@
|
||||
#define PF_INET6 AF_INET6
|
||||
#endif
|
||||
|
||||
#ifndef LWRES_PLATFORM_HAVEIPV6
|
||||
#include <lwres/ipv6.h> /* Contractual promise. */
|
||||
#endif
|
||||
|
||||
#ifndef INADDR_LOOPBACK
|
||||
#define INADDR_LOOPBACK 0x7f000001UL
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user