mirror of
https://git.rtems.org/rtems-libbsd/
synced 2025-10-18 07:01:39 +08:00
Move files to match FreeBSD layout
This commit is contained in:
6
freebsd/lib/libc/net/res_config.h
Normal file
6
freebsd/lib/libc/net/res_config.h
Normal file
@@ -0,0 +1,6 @@
|
||||
/* $FreeBSD$ */
|
||||
|
||||
#define DEBUG 1 /* enable debugging code (needed for dig) */
|
||||
#define RESOLVSORT /* allow sorting of addresses in gethostbyname */
|
||||
#undef SUNSECURITY /* verify gethostbyaddr() calls - WE DONT NEED IT */
|
||||
#define MULTI_PTRS_ARE_ALIASES 1 /* fold multiple PTR records into aliases */
|
Reference in New Issue
Block a user