diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/resolv.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/resolv.h b/include/resolv.h index 8ed7c16ac..e3c25da36 100644 --- a/include/resolv.h +++ b/include/resolv.h @@ -256,7 +256,6 @@ __END_DECLS extern struct __res_state _res; #endif -#ifndef __BIND_NOSTATIC #define fp_nquery __fp_nquery #define fp_query __fp_query #define hostalias __hostalias @@ -286,7 +285,6 @@ int res_querydomain (const char *, const char *, int, int, int res_search (const char *, int, int, u_char *, int) __THROW; int res_send (const u_char *, int, u_char *, int) __THROW; __END_DECLS -#endif #define b64_ntop __b64_ntop #define b64_pton __b64_pton |