]> git.pld-linux.org Git - packages/net-tools.git/blob - net-tools-config.patch
- readded
[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.make net-tools-1.56.new/config.make
80 --- net-tools-1.56/config.make  Thu Jan  1 01:00:00 1970
81 +++ net-tools-1.56.new/config.make      Tue May 30 03:19:19 2000
82 @@ -0,0 +1,35 @@
83 +I18N=1
84 +HAVE_AFUNIX=1
85 +HAVE_AFINET=1
86 +HAVE_AFINET6=1
87 +HAVE_AFIPX=1
88 +HAVE_AFATALK=1
89 +HAVE_AFAX25=1
90 +HAVE_AFNETROM=1
91 +# HAVE_AFROSE=0
92 +HAVE_AFX25=1
93 +# HAVE_AFECONET=0
94 +# HAVE_AFDECnet=0
95 +# HAVE_AFASH=0
96 +HAVE_HWETHER=1
97 +HAVE_HWARC=1
98 +HAVE_HWSLIP=1
99 +HAVE_HWPPP=1
100 +HAVE_HWTUNNEL=1
101 +HAVE_HWSTRIP=1
102 +HAVE_HWTR=1
103 +HAVE_HWAX25=1
104 +# HAVE_HWROSE=0
105 +HAVE_HWNETROM=1
106 +HAVE_HWX25=1
107 +HAVE_HWFR=1
108 +# HAVE_HWSIT=0
109 +# HAVE_HWFDDI=0
110 +# HAVE_HWHIPPI=0
111 +# HAVE_HWASH=0
112 +# HAVE_HWHDLCLAPB=0
113 +HAVE_HWIRDA=1
114 +# HAVE_HWEC=0
115 +# HAVE_FW_MASQUERADE=1
116 +# HAVE_IP_TOOLS=0
117 +HAVE_MII=1
118 diff -Nru net-tools-1.56/config.status net-tools-1.56.new/config.status
119 --- net-tools-1.56/config.status        Thu Jan  1 01:00:00 1970
120 +++ net-tools-1.56.new/config.status    Tue May 30 03:19:19 2000
121 @@ -0,0 +1,91 @@
122 +#
123 +# config.in    Configure.sh source for the net-tools.
124 +#              This file contains the definition of what the support
125 +#              library contains.  Most of all, it defines which types
126 +#              of address families and hardware we know of.
127 +#
128 +# NET-TOOLS    A collection of programs that form the base set of the
129 +#              NET-3 Networking Distribution for the LINUX operating
130 +#              system.
131 +#
132 +# Version:     config.in 1.22  (99-04-19)
133 +#
134 +# Author:      Fred N. van Kempen, <waltje@uwalt.nl.mugnet.org>
135 +#              Copyright 1988-1993 MicroWalt Corporation
136 +#
137 +#              Bernd 'eckes' Eckenfels <net-tools@lina.inka.de>
138 +#              Arnaldo Carvalho de Melo <acme@conectiva.com.br>
139 +#                GNU gettext - I18N
140 +#
141 +#              This program is free software; you can redistribute it
142 +#              and/or  modify it under  the terms of  the GNU General
143 +#              Public  License as  published  by  the  Free  Software
144 +#              Foundation;  either  version 2 of the License, or  (at
145 +#              your option) any later version.
146 +#
147 += /*
148 +=  * config.h  Automatically generated configuration includefile
149 +=  *
150 +=  * NET-TOOLS A collection of programs that form the base set of the
151 +=  *           NET-3 Networking Distribution for the LINUX operating
152 +=  *           system.
153 +=  *
154 +=  *           DO  NOT  EDIT  DIRECTLY
155 +=  *
156 +=  */
157 +*
158 +*
159 +*              Internationalization
160 +*
161 +* The net-tools package has currently been translated to French,
162 +* German and Brazilian Portugese.  Other translations are, of
163 +* course, welcome.  Answer `n' here if you have no support for
164 +* internationalization on your system.
165 +*
166 +bool 'Does your system support GNU gettext?' I18N y
167 +*
168 +*
169 +*             Protocol Families.
170 +* 
171 +bool 'UNIX protocol family' HAVE_AFUNIX y
172 +bool 'INET (TCP/IP) protocol family' HAVE_AFINET y
173 +bool 'INET6 (IPv6) protocol family' HAVE_AFINET6 y
174 +bool 'Novell IPX/SPX protocol family' HAVE_AFIPX y
175 +bool 'Appletalk DDP protocol family' HAVE_AFATALK y
176 +bool 'AX25 (packet radio) protocol family' HAVE_AFAX25 y
177 +bool 'NET/ROM (packet radio) protocol family' HAVE_AFNETROM y
178 +bool 'Rose (packet radio) protocol family' HAVE_AFROSE n
179 +bool 'X.25 (CCITT) protocol family' HAVE_AFX25 y
180 +bool 'Econet protocol family' HAVE_AFECONET n
181 +bool 'DECnet protocol family' HAVE_AFDECnet n
182 +bool 'Ash protocol family' HAVE_AFASH n
183 +*
184 +*
185 +*            Device Hardware types.
186 +*
187 +bool 'Ethernet (generic) support' HAVE_HWETHER y
188 +bool 'ARCnet support' HAVE_HWARC y
189 +bool 'SLIP (serial line) support' HAVE_HWSLIP y
190 +bool 'PPP (serial line) support' HAVE_HWPPP y
191 +bool 'IPIP Tunnel support' HAVE_HWTUNNEL y
192 +bool 'STRIP (Metricom radio) support' HAVE_HWSTRIP y
193 +bool 'Token ring (generic) support' HAVE_HWTR y
194 +bool 'AX25 (packet radio) support' HAVE_HWAX25 y
195 +bool 'Rose (packet radio) support' HAVE_HWROSE n
196 +bool 'NET/ROM (packet radio) support' HAVE_HWNETROM y
197 +bool 'X.25 (generic) support' HAVE_HWX25 y
198 +bool 'DLCI/FRAD (frame relay) support' HAVE_HWFR y
199 +bool 'SIT (IPv6-in-IPv4) support' HAVE_HWSIT n
200 +bool 'FDDI (generic) support' HAVE_HWFDDI n
201 +bool 'HIPPI (generic) support' HAVE_HWHIPPI n
202 +bool 'Ash hardware support' HAVE_HWASH n
203 +bool '(Cisco)-HDLC/LAPB support' HAVE_HWHDLCLAPB n
204 +bool 'IrDA support' HAVE_HWIRDA y
205 +bool 'Econet hardware support' HAVE_HWEC n
206 +*
207 +*
208 +*           Other Features.
209 +*
210 +bool 'IP Masquerading support' HAVE_FW_MASQUERADE y
211 +bool 'Build iptunnel and ipmaddr' HAVE_IP_TOOLS n
212 +bool 'Build mii-tool' HAVE_MII y
This page took 0.04904 seconds and 3 git commands to generate.