Browse Source

Add DOWNLOAD_PROTO_XXX options.

tags/v0.9.3
Michael Brown 19 years ago
parent
commit
48e40e933f
1 changed files with 15 additions and 1 deletions
  1. 15
    1
      src/config.h

+ 15
- 1
src/config.h View File

@@ -64,6 +64,20 @@
64 64
 
65 65
 /* @END isa.h */
66 66
 
67
+/* @BEGIN general.h
68
+ *
69
+ * Download protocols
70
+ *
71
+ */
72
+
73
+#define	DOWNLOAD_PROTO_TFTP	/* Trivial File Transfer Protocol */
74
+#undef	DOWNLOAD_PROTO_NFS	/* Network File System */
75
+#undef	DOWNLOAD_PROTO_HTTP	/* Hypertext Transfer Protocol */
76
+#undef	DOWNLOAD_PROTO_TFTM	/* Multicast Trivial File Transfer Protocol */
77
+#undef	DOWNLOAD_PROTO_SLAM	/* Scalable Local Area Multicast */
78
+
79
+/* @END general.h */
80
+
67 81
 /* @BEGIN general.h
68 82
  *
69 83
  * Name resolution modules
@@ -71,7 +85,7 @@
71 85
  */
72 86
 
73 87
 #define	DNS_RESOLVER		/* DNS resolver */
74
-#define NMB_RESOLVER		/* NMB resolver */
88
+#undef	NMB_RESOLVER		/* NMB resolver */
75 89
 
76 90
 /* @END general.h */
77 91
 

Loading…
Cancel
Save