diff options
Diffstat (limited to 'lib/libc/net/res_config.h')
-rw-r--r-- | lib/libc/net/res_config.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/lib/libc/net/res_config.h b/lib/libc/net/res_config.h new file mode 100644 index 000000000000..39a1b5f1486f --- /dev/null +++ b/lib/libc/net/res_config.h @@ -0,0 +1,5 @@ + +//#define DEBUG /* enable debugging code */ +#define RESOLVSORT /* allow sorting of addresses in gethostbyname */ +//#define SUNSECURITY /* verify gethostbyaddr() calls */ +#define MULTI_PTRS_ARE_ALIASES 1 /* fold multiple PTR records into aliases */ |