A working name resolution framework

This commit is contained in:
Michael Brown
2007-01-18 22:38:13 +00:00
parent 8bb9f726a0
commit 4e3976711d
7 changed files with 192 additions and 49 deletions

View File

@@ -72,7 +72,7 @@
#define DOWNLOAD_PROTO_TFTP /* Trivial File Transfer Protocol */
#undef DOWNLOAD_PROTO_NFS /* Network File System */
#undef DOWNLOAD_PROTO_HTTP /* Hypertext Transfer Protocol */
#define DOWNLOAD_PROTO_HTTP /* Hypertext Transfer Protocol */
#undef DOWNLOAD_PROTO_TFTM /* Multicast Trivial File Transfer Protocol */
#undef DOWNLOAD_PROTO_SLAM /* Scalable Local Area Multicast */
#undef DOWNLOAD_PROTO_FSP /* FSP? */
@@ -85,7 +85,7 @@
*
*/
#undef DNS_RESOLVER /* DNS resolver */
#define DNS_RESOLVER /* DNS resolver */
#undef NMB_RESOLVER /* NMB resolver */
/* @END general.h */