mirror of
https://github.com/isc-projects/bind9.git
synced 2026-03-12 05:32:42 -04:00
use net.h
This commit is contained in:
parent
170263fc1c
commit
e69a743c2a
1 changed files with 1 additions and 6 deletions
|
|
@ -18,9 +18,8 @@
|
|||
#ifndef ISC_INET_H
|
||||
#define ISC_INET_H 1
|
||||
|
||||
#include <netinet/in.h>
|
||||
|
||||
#include <isc/lang.h>
|
||||
#include <isc/net.h>
|
||||
|
||||
ISC_LANG_BEGINDECLS
|
||||
|
||||
|
|
@ -33,10 +32,6 @@ ISC_LANG_BEGINDECLS
|
|||
* controlled tree.
|
||||
*/
|
||||
|
||||
#ifdef NEED_AF_INET6
|
||||
#define AF_INET6 99
|
||||
#endif
|
||||
|
||||
#ifdef NEED_INET_NTOP
|
||||
const char *isc_inet_ntop(int af, const void *src, char *dst, size_t size);
|
||||
#else
|
||||
|
|
|
|||
Loading…
Reference in a new issue