Last change
on this file since 77775 was 48674, checked in by vboxsync, 11 years ago |
EFI: Export newly imported tinaocore UEFI sources to OSE.
|
-
Property svn:eol-style
set to
native
|
File size:
545 bytes
|
Line | |
---|
1 | #define DEBUG 1 /* enable debugging code (needed for dig) */
|
---|
2 | #define RESOLVSORT /* allow sorting of addresses in gethostbyname */
|
---|
3 | #define RFC1535 /* comply with RFC1535 (STRONGLY reccomended by vixie)*/
|
---|
4 | #undef USELOOPBACK /* res_init() bind to localhost */
|
---|
5 | #undef SUNSECURITY /* verify gethostbyaddr() calls - WE DONT NEED IT */
|
---|
6 | #define MULTI_PTRS_ARE_ALIASES 1 /* fold multiple PTR records into aliases */
|
---|
7 | #define CHECK_SRVR_ADDR 1 /* confirm that the server requested sent the reply */
|
---|
8 | #define BIND_UPDATE 1 /* update support */
|
---|
Note:
See
TracBrowser
for help on using the repository browser.