diff options
Diffstat (limited to 'resolv/resolv.h')
-rw-r--r-- | resolv/resolv.h | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/resolv/resolv.h b/resolv/resolv.h index 6454f9c3f6..e8f384db92 100644 --- a/resolv/resolv.h +++ b/resolv/resolv.h @@ -260,21 +260,6 @@ int res_send __P((const u_char *, int, u_char *, int)); __END_DECLS #endif -#if !defined(SHARED_LIBBIND) || defined(LIB) -/* - * If libbind is a shared object (well, DLL anyway) - * these externs break the linker when resolv.h is - * included by a lib client (like named) - * Make them go away if a client is including this - * - */ -extern const struct res_sym __p_key_syms[]; -extern const struct res_sym __p_cert_syms[]; -extern const struct res_sym __p_class_syms[]; -extern const struct res_sym __p_type_syms[]; -extern const struct res_sym __p_rcode_syms[]; -#endif /* SHARED_LIBBIND */ - #define b64_ntop __b64_ntop #define b64_pton __b64_pton #define dn_comp __dn_comp |