mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-08-30 14:07:59 +00:00
Use lwres/netdb.h
This commit is contained in:
@@ -45,17 +45,9 @@
|
||||
|
||||
#include <lwres/lwres.h>
|
||||
|
||||
#include <netdb.h>
|
||||
#include <lwres/netdb.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
|
||||
|
||||
static struct afd {
|
||||
|
Reference in New Issue
Block a user