Detect FPU by checking CPUID features.
[dragonfly.git] / contrib / bind-9.5.2 / lib / bind / resolv / res_private.h
blob4e98157cede82bf688178581af9bdc3e1c934d06
1 #ifndef res_private_h
2 #define res_private_h
4 struct __res_state_ext {
5 union res_sockaddr_union nsaddrs[MAXNS];
6 struct sort_list {
7 int af;
8 union {
9 struct in_addr ina;
10 struct in6_addr in6a;
11 } addr, mask;
12 } sort_list[MAXRESOLVSORT];
13 char nsuffix[64];
14 char nsuffix2[64];
17 extern int
18 res_ourserver_p(const res_state statp, const struct sockaddr *sa);
20 #endif
22 /*! \file */