Miscellaneous minor mods. Unless anything turns up in the next
[platform/upstream/net-tools.git] / config.in
1 #
2 # config.in     Configure.sh source for the net-tools.
3 #               This file contains the definition of what the support
4 #               library contains.  Most of all, it defines which types
5 #               of address families and hardware we know of.
6 #
7 # NET-TOOLS     A collection of programs that form the base set of the
8 #               NET-3 Networking Distribution for the LINUX operating
9 #               system.
10 #
11 # Version:      config.in 1.21  (98-06-30)
12 #
13 # Author:       Fred N. van Kempen, <waltje@uwalt.nl.mugnet.org>
14 #               Copyright 1988-1993 MicroWalt Corporation
15 #
16 #               Bernd 'eckes' Eckenfels <net-tools@lina.inka.de>
17 #               Arnaldo Carvalho de Melo <acme@conectiva.com.br>
18 #                 GNU gettext - I18N
19 #
20 #               This program is free software; you can redistribute it
21 #               and/or  modify it under  the terms of  the GNU General
22 #               Public  License as  published  by  the  Free  Software
23 #               Foundation;  either  version 2 of the License, or  (at
24 #               your option) any later version.
25 #
26 = /*
27 =  * config.h   Automatically generated configuration includefile
28 =  *
29 =  * NET-TOOLS  A collection of programs that form the base set of the
30 =  *            NET-3 Networking Distribution for the LINUX operating
31 =  *            system.
32 =  *
33 =  *            DO  NOT  EDIT  DIRECTLY
34 =  *
35 =  */
36 *
37 *
38 *                     I18N
39 *
40 *              (Internationalization)
41 *
42 * In this BETA Release the I18N (NLS) is enabled and now based
43 * on GNU gettext, only a brazilian portuguese catalog (translation)
44 * is present, but others are *highly* welcome!
45 *
46 * (answer 'n' if you have no system with GNU gettext support)
47 *
48 bool 'Does your system support GNU gettext?' I18N n
49 *
50 *
51 *             Protocol Families.
52
53 bool 'UNIX protocol family' HAVE_AFUNIX y
54 bool 'INET (TCP/IP) protocol family' HAVE_AFINET y
55 bool 'INET6 (IPv6) protocol family' HAVE_AFINET6 n
56 bool 'Novell IPX/SPX protocol family' HAVE_AFIPX y
57 bool 'Appletalk DDP protocol family' HAVE_AFATALK y
58 bool 'AX25 (packet radio) protocol family' HAVE_AFAX25 y
59 bool 'NET/ROM (packet radio) protocol family' HAVE_AFNETROM y
60 bool 'Rose (packet radio) protocol family' HAVE_AFROSE n
61 bool 'Econet protocol family' HAVE_AFECONET n
62 *
63 *
64 *            Device Hardware types.
65 *
66 bool 'Ethernet (generic) support' HAVE_HWETHER y
67 bool 'ARCnet support' HAVE_HWARC y
68 bool 'SLIP (serial line) support' HAVE_HWSLIP y
69 bool 'PPP (serial line) support' HAVE_HWPPP y
70 bool 'IPIP Tunnel support' HAVE_HWTUNNEL y
71 bool 'Token ring (generic) support' HAVE_HWTR y
72 bool 'AX25 (packet radio) support' HAVE_HWAX25 y
73 bool 'Rose (packet radio) support' HAVE_HWROSE n
74 bool 'NET/ROM (packet radio) support' HAVE_HWNETROM y
75 bool 'DLCI/FRAD (frame relay) support' HAVE_HWFR y
76 bool 'SIT (IPv6-in-IPv4) support' HAVE_HWSIT n
77 bool 'FDDI (generic) support' HAVE_HWFDDI n
78 bool 'HIPPI (generic) support' HAVE_HWHIPPI n
79 bool 'Ash hardware support' HAVE_HWASH n
80 bool '(Cisco)-HDLC/LAPB support' HAVE_HWHDLCLAPB n
81 *
82 *
83 *           Other Features.
84 *
85 bool 'IP Masquerading support' HAVE_FW_MASQUERADE n