Browse Source

Removed DNS from the default configuration; it hasn't been updated to

the new UDP API yet.
tags/v0.9.3
Michael Brown 18 years ago
parent
commit
dd59181a0a
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      src/config.h

+ 1
- 1
src/config.h View File

85
  *
85
  *
86
  */
86
  */
87
 
87
 
88
-#define	DNS_RESOLVER		/* DNS resolver */
88
+#undef	DNS_RESOLVER		/* DNS resolver */
89
 #undef	NMB_RESOLVER		/* NMB resolver */
89
 #undef	NMB_RESOLVER		/* NMB resolver */
90
 
90
 
91
 /* @END general.h */
91
 /* @END general.h */

Loading…
Cancel
Save