You can not select more than 25 topics
			Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
		
		
		
		
		
			
		
			
				
					
					
						
							100 lines
						
					
					
						
							3.5 KiB
						
					
					
				
			
		
		
	
	
							100 lines
						
					
					
						
							3.5 KiB
						
					
					
				| # --- SDE-COPYRIGHT-NOTE-BEGIN --- | |
| # This copyright note is auto-generated by ./scripts/Create-CopyPatch. | |
| # | |
| # Filename: package/.../net-tools/config.status.diet | |
| # Copyright (C) 1998 - 2003 Clifford Wolf | |
| # | |
| # More information can be found in the files COPYING and README. | |
| # | |
| # This program is free software; you can redistribute it and/or modify | |
| # it under the terms of the GNU General Public License as published by | |
| # the Free Software Foundation; version 2 of the License. A copy of the | |
| # GNU General Public License can be found in the file COPYING. | |
| # --- SDE-COPYRIGHT-NOTE-END --- | |
| # | |
| # config.in	Configure.sh source for the net-tools. | |
| #		This file contains the definition of what the support | |
| #		library contains.  Most of all, it defines which types | |
| #		of address families and hardware we know of. | |
| # | |
| # NET-TOOLS	A collection of programs that form the base set of the | |
| #		NET-3 Networking Distribution for the LINUX operating | |
| #		system. | |
| # | |
| # Version:	config.in 1.21	(98-06-30) | |
| # | |
| # Author:	Fred N. van Kempen, <[email protected]> | |
| #		Copyright 1988-1993 MicroWalt Corporation | |
| # | |
| #		Bernd 'eckes' Eckenfels <[email protected]> | |
| #		Arnaldo Carvalho de Melo <[email protected]> | |
| #		  GNU gettext - I18N | |
| # | |
| #		This program is free software; you can redistribute it | |
| #		and/or  modify it under  the terms of  the GNU General | |
| #		Public  License as  published  by  the  Free  Software | |
| #		Foundation;  either  version 2 of the License, or  (at | |
| #		your option) any later version. | |
| # | |
| = /* | |
| =  * config.h	Automatically generated configuration includefile | |
| =  * | |
| =  * NET-TOOLS	A collection of programs that form the base set of the | |
| =  *		NET-3 Networking Distribution for the LINUX operating | |
| =  *		system. | |
| =  * | |
| =  *		DO  NOT  EDIT  DIRECTLY | |
| =  * | |
| =  */ | |
| * | |
| * | |
| *                     I18N | |
| * | |
| *              (Internationalization) | |
| * | |
| * In this BETA Release the I18N (NLS) is enabled and now based | |
| * on GNU gettext, only a brazilian portuguese and German catalog | |
| * (translation) is present, but others are *highly* welcome! | |
| * | |
| * (answer 'n' if you have no system with GNU gettext support) | |
| * | |
| bool 'Does your system support GNU gettext?' I18N n | |
| * | |
| * | |
| *             Protocol Families. | |
| * | |
| bool 'UNIX protocol family' HAVE_AFUNIX y | |
| bool 'INET (TCP/IP) protocol family' HAVE_AFINET y | |
| bool 'INET6 (IPv6) protocol family' HAVE_AFINET6 n | |
| bool 'Novell IPX/SPX protocol family' HAVE_AFIPX y | |
| bool 'Appletalk DDP protocol family' HAVE_AFATALK y | |
| bool 'AX25 (packet radio) protocol family' HAVE_AFAX25 y | |
| bool 'NET/ROM (packet radio) protocol family' HAVE_AFNETROM y | |
| bool 'Rose (packet radio) protocol family' HAVE_AFROSE y | |
| bool 'Econet protocol family' HAVE_AFECONET y | |
| bool 'DECnet protocol family' HAVE_AFDECnet n | |
| * | |
| * | |
| *            Device Hardware types. | |
| * | |
| bool 'Ethernet (generic) support' HAVE_HWETHER y | |
| bool 'ARCnet support' HAVE_HWARC y | |
| bool 'SLIP (serial line) support' HAVE_HWSLIP y | |
| bool 'PPP (serial line) support' HAVE_HWPPP y | |
| bool 'IPIP Tunnel support' HAVE_HWTUNNEL y | |
| bool 'Token ring (generic) support' HAVE_HWTR y | |
| bool 'AX25 (packet radio) support' HAVE_HWAX25 y | |
| bool 'Rose (packet radio) support' HAVE_HWROSE y | |
| bool 'NET/ROM (packet radio) support' HAVE_HWNETROM y | |
| bool 'DLCI/FRAD (frame relay) support' HAVE_HWFR y | |
| bool 'SIT (IPv6-in-IPv4) support' HAVE_HWSIT y | |
| bool 'FDDI (generic) support' HAVE_HWFDDI n | |
| bool 'HIPPI (generic) support' HAVE_HWHIPPI y | |
| bool 'Ash hardware support' HAVE_HWASH y | |
| bool '(Cisco)-HDLC/LAPB support' HAVE_HWHDLCLAPB y | |
| * | |
| * | |
| *           Other Features. | |
| * | |
| bool 'IP Masquerading support' HAVE_FW_MASQUERADE y | |
| bool 'Build iptunnel and ipmaddr' HAVE_IP_TOOLS y
 | |
| 
 |