|  | @@ -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 |  
 |