Browse Source

Add NMB_RESOLVER

tags/v0.9.3
Michael Brown 19 years ago
parent
commit
e1d6f3a8ac
2 changed files with 5 additions and 0 deletions
  1. 1
    0
      src/config.h
  2. 4
    0
      src/core/config.c

+ 1
- 0
src/config.h View File

@@ -71,6 +71,7 @@
71 71
  */
72 72
 
73 73
 #define	DNS_RESOLVER		/* DNS resolver */
74
+#define NMB_RESOLVER		/* NMB resolver */
74 75
 
75 76
 /* @END general.h */
76 77
 

+ 4
- 0
src/core/config.c View File

@@ -177,3 +177,7 @@ REQUIRE_OBJECT ( relocate );
177 177
 #ifdef DNS_RESOLVER
178 178
 REQUIRE_OBJECT ( dns );
179 179
 #endif
180
+
181
+#ifdef NMB_RESOLVER
182
+REQUIRE_OBJECT ( nmb );
183
+#endif

Loading…
Cancel
Save