Basic HIPPI support - now to find out why arp can't figure out that an
[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.20  (98-01-25)
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 #
18 #               This program is free software; you can redistribute it
19 #               and/or  modify it under  the terms of  the GNU General
20 #               Public  License as  published  by  the  Free  Software
21 #               Foundation;  either  version 2 of the License, or  (at
22 #               your option) any later version.
23 #
24 = /*
25 =  * config.h   Automatically generated configuration includefile
26 =  *
27 =  * NET-TOOLS  A collection of programs that form the base set of the
28 =  *            NET-3 Networking Distribution for the LINUX operating
29 =  *            system.
30 =  *
31 =  *            DO  NOT  EDIT  DIRECTLY
32 =  *
33 =  */
34 #*
35 #*
36 #*                     NLS
37 #*
38 #*           (National Language Support)
39 #*
40 #* In this BETA Release the NLS is disabled, cause the catalougs
41 #* are completely outdated.
42 #*
43 #
44 #
45 #= #define NLS 0
46 #
47 #
48 # * (answer 'n' if you haye no system with national language support)
49 # *
50 # bool 'Does your system support NLS?' NLS n
51 #: Does your system support NLS? (NLS) [n] NO
52 *
53 *
54 *             Protocol Families.
55
56 bool 'UNIX protocol family' HAVE_AFUNIX y
57 bool 'INET (TCP/IP) protocol family' HAVE_AFINET y
58 bool 'INET6 (IPv6) protocol family' HAVE_AFINET6 n
59 bool 'Novell IPX/SPX protocol family' HAVE_AFIPX y
60 bool 'Appletalk DDP protocol family' HAVE_AFATALK y
61 bool 'AX25 (packet radio) protocol family' HAVE_AFAX25 y
62 bool 'NET/ROM (packet radio) protocol family' HAVE_AFNETROM y
63 bool 'Rose (packet radio) protocol family' HAVE_AFROSE n
64 bool 'Econet protocol family' HAVE_AFECONET n
65 *
66 *
67 *            Device Hardware types.
68 *
69 bool 'Ethernet (generic) support' HAVE_HWETHER y
70 bool 'ARCnet support' HAVE_HWARC y
71 bool 'SLIP (serial line) support' HAVE_HWSLIP y
72 bool 'PPP (serial line) support' HAVE_HWPPP y
73 bool 'IPIP Tunnel support' HAVE_HWTUNNEL y
74 bool 'Token ring (generic) support' HAVE_HWTR y
75 bool 'AX25 (packet radio) support' HAVE_HWAX25 y
76 bool 'Rose (packet radio) support' HAVE_HWROSE n
77 bool 'NET/ROM (packet radio) support' HAVE_HWNETROM y
78 bool 'DLCI/FRAD (frame relay) support' HAVE_HWFR y
79 bool 'SIT (IPv6-in-IPv4) support' HAVE_HWSIT n
80 bool 'FDDI (generic) support' HAVE_HWFDDI n
81 bool 'HIPPI (generic) support' HAVE_HWHIPPI n
82 bool 'Ash hardware support' HAVE_HWASH n