2
0
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:
Mark Andrews
2000-01-24 03:35:01 +00:00
parent 8bddb73c66
commit 200bf90364

View File

@@ -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 {