mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-09-01 23:25:38 +00:00
Use lwres/netdb.h
This commit is contained in:
@@ -45,17 +45,9 @@
|
|||||||
|
|
||||||
#include <lwres/lwres.h>
|
#include <lwres/lwres.h>
|
||||||
|
|
||||||
#include <netdb.h>
|
#include <lwres/netdb.h>
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
|
|
||||||
/* Add to <netdb.h> */
|
|
||||||
#define NI_DGRAM 0x000000001
|
|
||||||
#define NI_NUMERICSERV 0x000000002
|
|
||||||
#define NI_NUMERICHOST 0x000000004
|
|
||||||
#define NI_NOFQDN 0x000000001
|
|
||||||
#define NI_NAMEREQD 0x000000010
|
|
||||||
/* end additions */
|
|
||||||
|
|
||||||
#define SUCCESS 0
|
#define SUCCESS 0
|
||||||
|
|
||||||
static struct afd {
|
static struct afd {
|
||||||
|
Reference in New Issue
Block a user