]> git.pld-linux.org Git - packages/net-tools.git/blob - net-tools-config.patch
- Enabled FW/Masquerade support.
[packages/net-tools.git] / net-tools-config.patch
1 diff -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 @@
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 + * 
18 + * Internationalization
19 + * 
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.
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
40 +#define HAVE_AFROSE 0
41 +#define HAVE_AFX25 1
42 +#define HAVE_AFECONET 0
43 +#define HAVE_AFDECnet 0
44 +#define HAVE_AFASH 0
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
56 +#define HAVE_HWSTRIP 1
57 +#define HAVE_HWTR 1
58 +#define HAVE_HWAX25 1
59 +#define HAVE_HWROSE 0
60 +#define HAVE_HWNETROM 1
61 +#define HAVE_HWX25 1
62 +#define HAVE_HWFR 1
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
68 +#define HAVE_HWIRDA 1
69 +#define HAVE_HWEC 0
70 +
71 +/* 
72 + * 
73 + * Other Features.
74 + * 
75 + */
76 +#define HAVE_FW_MASQUERADE 1
77 +#define HAVE_IP_TOOLS 0
78 +#define HAVE_MII 1
79 diff -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
92 diff -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
128 +# HAVE_FW_MASQUERADE=1
129 +# HAVE_IP_TOOLS=0
130 +HAVE_MII=1
131 diff -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 @@
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 +#
145 +# Version:     config.in 1.22  (99-04-19)
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 +*
172 +*              Internationalization
173 +*
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.
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
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
194 +bool 'DECnet protocol family' HAVE_AFDECnet n
195 +bool 'Ash protocol family' HAVE_AFASH n
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
205 +bool 'STRIP (Metricom radio) support' HAVE_HWSTRIP y
206 +bool 'Token ring (generic) support' HAVE_HWTR y
207 +bool 'AX25 (packet radio) support' HAVE_HWAX25 y
208 +bool 'Rose (packet radio) support' HAVE_HWROSE n
209 +bool 'NET/ROM (packet radio) support' HAVE_HWNETROM y
210 +bool 'X.25 (generic) support' HAVE_HWX25 y
211 +bool 'DLCI/FRAD (frame relay) support' HAVE_HWFR y
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
217 +bool 'IrDA support' HAVE_HWIRDA y
218 +bool 'Econet hardware support' HAVE_HWEC n
219 +*
220 +*
221 +*           Other Features.
222 +*
223 +bool 'IP Masquerading support' HAVE_FW_MASQUERADE y
224 +bool 'Build iptunnel and ipmaddr' HAVE_IP_TOOLS n
225 +bool 'Build mii-tool' HAVE_MII y
This page took 0.072544 seconds and 3 git commands to generate.