diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/resolv.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/include/resolv.h b/include/resolv.h index 79c3974f8..815b3a92a 100644 --- a/include/resolv.h +++ b/include/resolv.h @@ -216,12 +216,11 @@ typedef struct __res_state *res_state; #define RES_PRF_INIT 0x00004000 /* 0x00008000 */ - -#ifndef __BIND_NOSTATIC - /* Internal (static) resolver context. */ extern struct __res_state _res; +#ifndef __BIND_NOSTATIC + #define fp_nquery __fp_nquery #define fp_query __fp_query #define hostalias __hostalias |