浏览代码

Add DOWNLOAD_PROTO_XXX options.

tags/v0.9.3
Michael Brown 20 年前
父节点
当前提交
48e40e933f
共有 1 个文件被更改,包括 15 次插入1 次删除
  1. 15
    1
      src/config.h

+ 15
- 1
src/config.h 查看文件

64
 
64
 
65
 /* @END isa.h */
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
 /* @BEGIN general.h
81
 /* @BEGIN general.h
68
  *
82
  *
69
  * Name resolution modules
83
  * Name resolution modules
71
  */
85
  */
72
 
86
 
73
 #define	DNS_RESOLVER		/* DNS resolver */
87
 #define	DNS_RESOLVER		/* DNS resolver */
74
-#define NMB_RESOLVER		/* NMB resolver */
88
+#undef	NMB_RESOLVER		/* NMB resolver */
75
 
89
 
76
 /* @END general.h */
90
 /* @END general.h */
77
 
91
 

正在加载...
取消
保存