1 # --- T2-COPYRIGHT-NOTE-BEGIN ---
2 # T2 SDE: package/*/net-tools/config.status
3 # Copyright (C) 2004 - 2022 The T2 SDE Project
4 # Copyright (C) 1998 - 2003 ROCK Linux Project
6 # This Copyright note is generated by scripts/Create-CopyPatch,
7 # more information can be found in the files COPYING and README.
9 # This program is free software; you can redistribute it and/or modify
10 # it under the terms of the GNU General Public License version 2.
11 # --- T2-COPYRIGHT-NOTE-END ---
13 # config.in Configure.sh source for the net-tools.
14 # This file contains the definition of what the support
15 # library contains. Most of all, it defines which types
16 # of address families and hardware we know of.
18 # NET-TOOLS A collection of programs that form the base set of the
19 # NET-3 Networking Distribution for the LINUX operating
22 # Version: config.in 1.21 (98-06-30)
24 # Author: Fred N. van Kempen, <waltje@uwalt.nl.mugnet.org>
25 # Copyright 1988-1993 MicroWalt Corporation
27 # Bernd 'eckes' Eckenfels <net-tools@lina.inka.de>
28 # Arnaldo Carvalho de Melo <acme@conectiva.com.br>
31 # This program is free software; you can redistribute it
32 # and/or modify it under the terms of the GNU General
33 # Public License as published by the Free Software
34 # Foundation; either version 2 of the License, or (at
35 # your option) any later version.
38 = * config.h Automatically generated configuration includefile
40 = * NET-TOOLS A collection of programs that form the base set of the
41 = * NET-3 Networking Distribution for the LINUX operating
44 = * DO NOT EDIT DIRECTLY
51 * (Internationalization)
53 * In this BETA Release the I18N (NLS) is enabled and now based
54 * on GNU gettext, only a brazilian portuguese and German catalog
55 * (translation) is present, but others are *highly* welcome!
57 * (answer 'n' if you have no system with GNU gettext support)
59 bool 'Does your system support GNU gettext?' I18N n
64 bool 'UNIX protocol family' HAVE_AFUNIX y
65 bool 'INET (TCP/IP) protocol family' HAVE_AFINET y
66 bool 'INET6 (IPv6) protocol family' HAVE_AFINET6 y
67 bool 'Novell IPX/SPX protocol family' HAVE_AFIPX y
68 bool 'Appletalk DDP protocol family' HAVE_AFATALK y
69 bool 'AX25 (packet radio) protocol family' HAVE_AFAX25 y
70 bool 'NET/ROM (packet radio) protocol family' HAVE_AFNETROM y
71 bool 'Rose (packet radio) protocol family' HAVE_AFROSE y
72 bool 'Econet protocol family' HAVE_AFECONET y
73 bool 'DECnet protocol family' HAVE_AFDECnet n
76 * Device Hardware types.
78 bool 'Ethernet (generic) support' HAVE_HWETHER y
79 bool 'ARCnet support' HAVE_HWARC y
80 bool 'SLIP (serial line) support' HAVE_HWSLIP y
81 bool 'PPP (serial line) support' HAVE_HWPPP y
82 bool 'IPIP Tunnel support' HAVE_HWTUNNEL y
83 bool 'Token ring (generic) support' HAVE_HWTR y
84 bool 'AX25 (packet radio) support' HAVE_HWAX25 y
85 bool 'Rose (packet radio) support' HAVE_HWROSE y
86 bool 'NET/ROM (packet radio) support' HAVE_HWNETROM y
87 bool 'DLCI/FRAD (frame relay) support' HAVE_HWFR y
88 bool 'SIT (IPv6-in-IPv4) support' HAVE_HWSIT y
89 bool 'FDDI (generic) support' HAVE_HWFDDI y
90 bool 'HIPPI (generic) support' HAVE_HWHIPPI y
91 bool 'Ash hardware support' HAVE_HWASH y
92 bool '(Cisco)-HDLC/LAPB support' HAVE_HWHDLCLAPB y
97 bool 'IP Masquerading support' HAVE_FW_MASQUERADE y
98 bool 'Build iptunnel and ipmaddr' HAVE_IP_TOOLS y