Add Ash support
[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.04  (96-04-24)
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 # Modified:
19 #       {1.01}  Bernd Eckenfels:        generates more verbose config.h file
20 #960125 {1.02}  Bernd Eckenfels:        reordered
21 #960215 {1.03}  Bernd Eckenfels:        NET/ROM (Jonathan)
22 #960424 {1.04}  Bernd Eckenfels:        NLS disabled, FR added
23 #
24 #               This program is free software; you can redistribute it
25 #               and/or  modify it under  the terms of  the GNU General
26 #               Public  License as  published  by  the  Free  Software
27 #               Foundation;  either  version 2 of the License, or  (at
28 #               your option) any later version.
29 #
30 = /*
31 =  * config.h   Automatically generated configuration includefile
32 =  *
33 =  * NET-TOOLS  A collection of programs that form the base set of the
34 =  *            NET-3 Networking Distribution for the LINUX operating
35 =  *            system.
36 =  *
37 =  *            DO  NOT  EDIT  DIRECTLY
38 =  *
39 =  * Version:   Generated from "config.in 1.04 (96-04-24)"
40 =  */
41 #*
42 #*
43 #*                     NLS
44 #*
45 #*           (National Language Support)
46 #*
47 #* In this BETA Release the NLS is disabled, cause the catalougs
48 #* are completely outdated.
49 #*
50 #
51 #
52 #= #define NLS 0
53 #
54 #
55 # * (answer 'n' if you haye no system with national language support)
56 # *
57 # bool 'Does your system support NLS?' NLS n
58 #: Does your system support NLS? (NLS) [n] NO
59 *
60 *
61 *             Protocol Families.
62
63 bool 'UNIX protocol family' HAVE_AFUNIX y
64 bool 'INET (TCP/IP) protocol family' HAVE_AFINET y
65 bool 'INET6 (IPv6) protocol family' HAVE_AFINET6 n
66 bool 'Novell IPX/SPX protocol family' HAVE_AFIPX y
67 bool 'Appletalk DDP protocol family' HAVE_AFATALK y
68 bool 'AX25 (Packet Radio) protocol family' HAVE_AFAX25 y
69 bool 'NET/ROM (Packet Radio) protocol family' HAVE_AFNETROM y
70 *
71 *
72 *            Device Hardware types.
73 *
74 bool 'Ethernet (generic) support' HAVE_HWETHER y
75 bool 'ARCnet support' HAVE_HWARC y
76 bool 'SLIP (serial line) support' HAVE_HWSLIP y
77 bool 'PPP (serial line) support' HAVE_HWPPP y
78 bool 'IPIP Tunnel support' HAVE_HWTUNNEL y
79 bool 'Token ring (generic) support' HAVE_HWTR y
80 bool 'AX25 (Packet Radio) support' HAVE_HWAX25 y
81 bool 'NET/ROM (Packet Radio) support' HAVE_HWNETROM y
82 bool 'DLCI/FRAD (Frame Relay) support' HAVE_HWFR y
83 bool 'SIT (IPv6-in-IPv4) support' HAVE_HWSIT n
84 bool 'Ash support' HAVE_HWASH y
85