minor fix to return E_USAGE on -V instead of exit(0);
[oss-qm-packages.git] / config.in
blobf3310d6e8b1d97a03e430fcb5a7e0732658d4f17
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.
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.
11 # Version:      config.in 1.22  (99-04-19)
13 # Author:       Fred N. van Kempen, <waltje@uwalt.nl.mugnet.org>
14 #               Copyright 1988-1993 MicroWalt Corporation
16 #               Bernd 'eckes' Eckenfels <net-tools@lina.inka.de>
17 #               Arnaldo Carvalho de Melo <acme@conectiva.com.br>
18 #                 GNU gettext - I18N
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.
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 =  */
38 *              Internationalization
40 * The net-tools package has currently been translated to French,
41 * German and Brazilian Portugese.  Other translations are, of
42 * course, welcome.  Answer `n' here if you have no support for
43 * internationalization on your system.
45 bool 'Does your system support GNU gettext?' I18N n
48 *             Protocol Families.
49
50 bool 'UNIX protocol family' HAVE_AFUNIX y
51 bool 'INET (TCP/IP) protocol family' HAVE_AFINET y
52 bool 'INET6 (IPv6) protocol family' HAVE_AFINET6 n
53 bool 'Novell IPX/SPX protocol family' HAVE_AFIPX y
54 bool 'Appletalk DDP protocol family' HAVE_AFATALK y
55 bool 'AX25 (packet radio) protocol family' HAVE_AFAX25 y
56 bool 'NET/ROM (packet radio) protocol family' HAVE_AFNETROM y
57 bool 'Rose (packet radio) protocol family' HAVE_AFROSE n
58 bool 'X.25 (CCITT) protocol family' HAVE_AFX25 y
59 bool 'Econet protocol family' HAVE_AFECONET n
60 bool 'DECnet protocol family' HAVE_AFDECnet n
61 bool 'Ash protocol family' HAVE_AFASH n
64 *            Device Hardware types.
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 'STRIP (Metricom radio) support' HAVE_HWSTRIP y
72 bool 'Token ring (generic) support' HAVE_HWTR y
73 bool 'AX25 (packet radio) support' HAVE_HWAX25 y
74 bool 'Rose (packet radio) support' HAVE_HWROSE n
75 bool 'NET/ROM (packet radio) support' HAVE_HWNETROM y
76 bool 'X.25 (generic) support' HAVE_HWX25 y
77 bool 'DLCI/FRAD (frame relay) support' HAVE_HWFR y
78 bool 'SIT (IPv6-in-IPv4) support' HAVE_HWSIT n
79 bool 'FDDI (generic) support' HAVE_HWFDDI n
80 bool 'HIPPI (generic) support' HAVE_HWHIPPI n
81 bool 'Ash hardware support' HAVE_HWASH n
82 bool '(Cisco)-HDLC/LAPB support' HAVE_HWHDLCLAPB n
83 bool 'IrDA support' HAVE_HWIRDA y
84 bool 'Econet hardware support' HAVE_HWEC n
87 *           Other Features.
89 bool 'IP Masquerading support' HAVE_FW_MASQUERADE n
90 bool 'Build iptunnel and ipmaddr' HAVE_IP_TOOLS n
91 bool 'Build mii-tool' HAVE_MII n