]> git.pld-linux.org Git - packages/net-tools.git/blame - net-tools-config.patch
- new patches (nameif works now properly); rel 13
[packages/net-tools.git] / net-tools-config.patch
CommitLineData
17e6f08e 1diff -Nru net-tools-1.56/config.h net-tools-1.56.new/config.h
2--- net-tools-1.56/config.h Thu Jan 1 01:00:00 1970
3+++ net-tools-1.56.new/config.h Tue May 30 03:19:19 2000
4@@ -0,0 +1,74 @@
9955ed42 5+/*
6+* config.h Automatically generated configuration includefile
7+*
8+* NET-TOOLS A collection of programs that form the base set of the
9+* NET-3 Networking Distribution for the LINUX operating
10+* system.
11+*
12+* DO NOT EDIT DIRECTLY
13+*
14+*/
15+
16+/*
17+ *
8d10c0f0 18+ * Internationalization
9955ed42 19+ *
8d10c0f0
AF
20+ * The net-tools package has currently been translated to French,
21+ * German and Brazilian Portugese. Other translations are, of
22+ * course, welcome. Answer `n' here if you have no support for
23+ * internationalization on your system.
9955ed42 24+ *
25+ */
26+#define I18N 1
27+
28+/*
29+ *
30+ * Protocol Families.
31+ *
32+ */
33+#define HAVE_AFUNIX 1
34+#define HAVE_AFINET 1
35+#define HAVE_AFINET6 1
36+#define HAVE_AFIPX 1
37+#define HAVE_AFATALK 1
38+#define HAVE_AFAX25 1
39+#define HAVE_AFNETROM 1
17e6f08e 40+#define HAVE_AFROSE 0
41+#define HAVE_AFX25 1
42+#define HAVE_AFECONET 0
9daddc9f 43+#define HAVE_AFDECnet 0
17e6f08e 44+#define HAVE_AFASH 0
9955ed42 45+
46+/*
47+ *
48+ * Device Hardware types.
49+ *
50+ */
51+#define HAVE_HWETHER 1
52+#define HAVE_HWARC 1
53+#define HAVE_HWSLIP 1
54+#define HAVE_HWPPP 1
55+#define HAVE_HWTUNNEL 1
17e6f08e 56+#define HAVE_HWSTRIP 1
9955ed42 57+#define HAVE_HWTR 1
58+#define HAVE_HWAX25 1
17e6f08e 59+#define HAVE_HWROSE 0
9955ed42 60+#define HAVE_HWNETROM 1
17e6f08e 61+#define HAVE_HWX25 1
9955ed42 62+#define HAVE_HWFR 1
17e6f08e 63+#define HAVE_HWSIT 0
64+#define HAVE_HWFDDI 0
65+#define HAVE_HWHIPPI 0
66+#define HAVE_HWASH 0
67+#define HAVE_HWHDLCLAPB 0
8d10c0f0 68+#define HAVE_HWIRDA 1
17e6f08e 69+#define HAVE_HWEC 0
8d10c0f0
AF
70+
71+/*
72+ *
73+ * Other Features.
74+ *
75+ */
1f31ec14 76+#define HAVE_FW_MASQUERADE 1
17e6f08e 77+#define HAVE_IP_TOOLS 0
78+#define HAVE_MII 1
79diff -Nru net-tools-1.56/config.in net-tools-1.56.new/config.in
80--- net-tools-1.56/config.in Sun May 21 16:32:12 2000
81+++ net-tools-1.56.new/config.in Tue May 30 03:16:39 2000
82@@ -86,6 +86,6 @@
83 *
84 * Other Features.
85 *
86-bool 'IP Masquerading support' HAVE_FW_MASQUERADE n
87-bool 'Build iptunnel and ipmaddr' HAVE_IP_TOOLS n
88-bool 'Build mii-tool' HAVE_MII n
89+bool 'IP Masquerading support' HAVE_FW_MASQUERADE y
90+bool 'Build iptunnel and ipmaddr' HAVE_IP_TOOLS y
91+bool 'Build mii-tool' HAVE_MII y
92diff -Nru net-tools-1.56/config.make net-tools-1.56.new/config.make
93--- net-tools-1.56/config.make Thu Jan 1 01:00:00 1970
94+++ net-tools-1.56.new/config.make Tue May 30 03:19:19 2000
95@@ -0,0 +1,35 @@
96+I18N=1
97+HAVE_AFUNIX=1
98+HAVE_AFINET=1
99+HAVE_AFINET6=1
100+HAVE_AFIPX=1
101+HAVE_AFATALK=1
102+HAVE_AFAX25=1
103+HAVE_AFNETROM=1
104+# HAVE_AFROSE=0
105+HAVE_AFX25=1
106+# HAVE_AFECONET=0
107+# HAVE_AFDECnet=0
108+# HAVE_AFASH=0
109+HAVE_HWETHER=1
110+HAVE_HWARC=1
111+HAVE_HWSLIP=1
112+HAVE_HWPPP=1
113+HAVE_HWTUNNEL=1
114+HAVE_HWSTRIP=1
115+HAVE_HWTR=1
116+HAVE_HWAX25=1
117+# HAVE_HWROSE=0
118+HAVE_HWNETROM=1
119+HAVE_HWX25=1
120+HAVE_HWFR=1
121+# HAVE_HWSIT=0
122+# HAVE_HWFDDI=0
123+# HAVE_HWHIPPI=0
124+# HAVE_HWASH=0
125+# HAVE_HWHDLCLAPB=0
126+HAVE_HWIRDA=1
127+# HAVE_HWEC=0
1f31ec14 128+# HAVE_FW_MASQUERADE=1
17e6f08e 129+# HAVE_IP_TOOLS=0
130+HAVE_MII=1
131diff -Nru net-tools-1.56/config.status net-tools-1.56.new/config.status
132--- net-tools-1.56/config.status Thu Jan 1 01:00:00 1970
133+++ net-tools-1.56.new/config.status Tue May 30 03:19:19 2000
134@@ -0,0 +1,91 @@
9955ed42 135+#
136+# config.in Configure.sh source for the net-tools.
137+# This file contains the definition of what the support
138+# library contains. Most of all, it defines which types
139+# of address families and hardware we know of.
140+#
141+# NET-TOOLS A collection of programs that form the base set of the
142+# NET-3 Networking Distribution for the LINUX operating
143+# system.
144+#
8d10c0f0 145+# Version: config.in 1.22 (99-04-19)
9955ed42 146+#
147+# Author: Fred N. van Kempen, <waltje@uwalt.nl.mugnet.org>
148+# Copyright 1988-1993 MicroWalt Corporation
149+#
150+# Bernd 'eckes' Eckenfels <net-tools@lina.inka.de>
151+# Arnaldo Carvalho de Melo <acme@conectiva.com.br>
152+# GNU gettext - I18N
153+#
154+# This program is free software; you can redistribute it
155+# and/or modify it under the terms of the GNU General
156+# Public License as published by the Free Software
157+# Foundation; either version 2 of the License, or (at
158+# your option) any later version.
159+#
160+= /*
161+= * config.h Automatically generated configuration includefile
162+= *
163+= * NET-TOOLS A collection of programs that form the base set of the
164+= * NET-3 Networking Distribution for the LINUX operating
165+= * system.
166+= *
167+= * DO NOT EDIT DIRECTLY
168+= *
169+= */
170+*
171+*
8d10c0f0 172+* Internationalization
9955ed42 173+*
8d10c0f0
AF
174+* The net-tools package has currently been translated to French,
175+* German and Brazilian Portugese. Other translations are, of
176+* course, welcome. Answer `n' here if you have no support for
177+* internationalization on your system.
9955ed42 178+*
179+bool 'Does your system support GNU gettext?' I18N y
180+*
181+*
182+* Protocol Families.
183+*
184+bool 'UNIX protocol family' HAVE_AFUNIX y
185+bool 'INET (TCP/IP) protocol family' HAVE_AFINET y
186+bool 'INET6 (IPv6) protocol family' HAVE_AFINET6 y
187+bool 'Novell IPX/SPX protocol family' HAVE_AFIPX y
188+bool 'Appletalk DDP protocol family' HAVE_AFATALK y
189+bool 'AX25 (packet radio) protocol family' HAVE_AFAX25 y
190+bool 'NET/ROM (packet radio) protocol family' HAVE_AFNETROM y
17e6f08e 191+bool 'Rose (packet radio) protocol family' HAVE_AFROSE n
192+bool 'X.25 (CCITT) protocol family' HAVE_AFX25 y
193+bool 'Econet protocol family' HAVE_AFECONET n
9daddc9f 194+bool 'DECnet protocol family' HAVE_AFDECnet n
17e6f08e 195+bool 'Ash protocol family' HAVE_AFASH n
9955ed42 196+*
197+*
198+* Device Hardware types.
199+*
200+bool 'Ethernet (generic) support' HAVE_HWETHER y
201+bool 'ARCnet support' HAVE_HWARC y
202+bool 'SLIP (serial line) support' HAVE_HWSLIP y
203+bool 'PPP (serial line) support' HAVE_HWPPP y
204+bool 'IPIP Tunnel support' HAVE_HWTUNNEL y
17e6f08e 205+bool 'STRIP (Metricom radio) support' HAVE_HWSTRIP y
9955ed42 206+bool 'Token ring (generic) support' HAVE_HWTR y
207+bool 'AX25 (packet radio) support' HAVE_HWAX25 y
17e6f08e 208+bool 'Rose (packet radio) support' HAVE_HWROSE n
9955ed42 209+bool 'NET/ROM (packet radio) support' HAVE_HWNETROM y
17e6f08e 210+bool 'X.25 (generic) support' HAVE_HWX25 y
9955ed42 211+bool 'DLCI/FRAD (frame relay) support' HAVE_HWFR y
17e6f08e 212+bool 'SIT (IPv6-in-IPv4) support' HAVE_HWSIT n
213+bool 'FDDI (generic) support' HAVE_HWFDDI n
214+bool 'HIPPI (generic) support' HAVE_HWHIPPI n
215+bool 'Ash hardware support' HAVE_HWASH n
216+bool '(Cisco)-HDLC/LAPB support' HAVE_HWHDLCLAPB n
8d10c0f0 217+bool 'IrDA support' HAVE_HWIRDA y
17e6f08e 218+bool 'Econet hardware support' HAVE_HWEC n
8d10c0f0
AF
219+*
220+*
221+* Other Features.
222+*
1f31ec14 223+bool 'IP Masquerading support' HAVE_FW_MASQUERADE y
17e6f08e 224+bool 'Build iptunnel and ipmaddr' HAVE_IP_TOOLS n
225+bool 'Build mii-tool' HAVE_MII y
This page took 0.128014 seconds and 4 git commands to generate.