]> git.pld-linux.org Git - packages/net-tools.git/blob - net-tools-config.patch
- fixed bogus Group: field
[packages/net-tools.git] / net-tools-config.patch
1 diff -ruN net-tools-1.52/config.h net-tools-1.52.new/config.h
2 --- net-tools-1.52/config.h     Thu Jan  1 01:00:00 1970
3 +++ net-tools-1.52.new/config.h Fri Apr 23 11:11:02 1999
4 @@ -0,0 +1,68 @@
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 1
41 +#define HAVE_AFECONET 1
42 +#define HAVE_AFDECnet 0
43 +
44 +/* 
45 + * 
46 + * Device Hardware types.
47 + * 
48 + */
49 +#define HAVE_HWETHER 1
50 +#define HAVE_HWARC 1
51 +#define HAVE_HWSLIP 1
52 +#define HAVE_HWPPP 1
53 +#define HAVE_HWTUNNEL 1
54 +#define HAVE_HWTR 1
55 +#define HAVE_HWAX25 1
56 +#define HAVE_HWROSE 1
57 +#define HAVE_HWNETROM 1
58 +#define HAVE_HWFR 1
59 +#define HAVE_HWSIT 1
60 +#define HAVE_HWFDDI 1
61 +#define HAVE_HWHIPPI 1
62 +#define HAVE_HWASH 1
63 +#define HAVE_HWHDLCLAPB 1
64 +#define HAVE_HWIRDA 1
65 +
66 +/* 
67 + * 
68 + * Other Features.
69 + * 
70 + */
71 +#define HAVE_FW_MASQUERADE 1
72 +#define HAVE_IP_TOOLS 1
73 diff -ruN net-tools-1.52/config.status net-tools-1.52.new/config.status
74 --- net-tools-1.52/config.status        Thu Jan  1 01:00:00 1970
75 +++ net-tools-1.52.new/config.status    Fri Apr 23 11:11:02 1999
76 @@ -0,0 +1,85 @@
77 +#
78 +# config.in    Configure.sh source for the net-tools.
79 +#              This file contains the definition of what the support
80 +#              library contains.  Most of all, it defines which types
81 +#              of address families and hardware we know of.
82 +#
83 +# NET-TOOLS    A collection of programs that form the base set of the
84 +#              NET-3 Networking Distribution for the LINUX operating
85 +#              system.
86 +#
87 +# Version:     config.in 1.22  (99-04-19)
88 +#
89 +# Author:      Fred N. van Kempen, <waltje@uwalt.nl.mugnet.org>
90 +#              Copyright 1988-1993 MicroWalt Corporation
91 +#
92 +#              Bernd 'eckes' Eckenfels <net-tools@lina.inka.de>
93 +#              Arnaldo Carvalho de Melo <acme@conectiva.com.br>
94 +#                GNU gettext - I18N
95 +#
96 +#              This program is free software; you can redistribute it
97 +#              and/or  modify it under  the terms of  the GNU General
98 +#              Public  License as  published  by  the  Free  Software
99 +#              Foundation;  either  version 2 of the License, or  (at
100 +#              your option) any later version.
101 +#
102 += /*
103 +=  * config.h  Automatically generated configuration includefile
104 +=  *
105 +=  * NET-TOOLS A collection of programs that form the base set of the
106 +=  *           NET-3 Networking Distribution for the LINUX operating
107 +=  *           system.
108 +=  *
109 +=  *           DO  NOT  EDIT  DIRECTLY
110 +=  *
111 +=  */
112 +*
113 +*
114 +*              Internationalization
115 +*
116 +* The net-tools package has currently been translated to French,
117 +* German and Brazilian Portugese.  Other translations are, of
118 +* course, welcome.  Answer `n' here if you have no support for
119 +* internationalization on your system.
120 +*
121 +bool 'Does your system support GNU gettext?' I18N y
122 +*
123 +*
124 +*             Protocol Families.
125 +* 
126 +bool 'UNIX protocol family' HAVE_AFUNIX y
127 +bool 'INET (TCP/IP) protocol family' HAVE_AFINET y
128 +bool 'INET6 (IPv6) protocol family' HAVE_AFINET6 y
129 +bool 'Novell IPX/SPX protocol family' HAVE_AFIPX y
130 +bool 'Appletalk DDP protocol family' HAVE_AFATALK y
131 +bool 'AX25 (packet radio) protocol family' HAVE_AFAX25 y
132 +bool 'NET/ROM (packet radio) protocol family' HAVE_AFNETROM y
133 +bool 'Rose (packet radio) protocol family' HAVE_AFROSE y
134 +bool 'Econet protocol family' HAVE_AFECONET y
135 +bool 'DECnet protocol family' HAVE_AFDECnet n
136 +*
137 +*
138 +*            Device Hardware types.
139 +*
140 +bool 'Ethernet (generic) support' HAVE_HWETHER y
141 +bool 'ARCnet support' HAVE_HWARC y
142 +bool 'SLIP (serial line) support' HAVE_HWSLIP y
143 +bool 'PPP (serial line) support' HAVE_HWPPP y
144 +bool 'IPIP Tunnel support' HAVE_HWTUNNEL y
145 +bool 'Token ring (generic) support' HAVE_HWTR y
146 +bool 'AX25 (packet radio) support' HAVE_HWAX25 y
147 +bool 'Rose (packet radio) support' HAVE_HWROSE y
148 +bool 'NET/ROM (packet radio) support' HAVE_HWNETROM y
149 +bool 'DLCI/FRAD (frame relay) support' HAVE_HWFR y
150 +bool 'SIT (IPv6-in-IPv4) support' HAVE_HWSIT y
151 +bool 'FDDI (generic) support' HAVE_HWFDDI y
152 +bool 'HIPPI (generic) support' HAVE_HWHIPPI y
153 +bool 'Ash hardware support' HAVE_HWASH y
154 +bool '(Cisco)-HDLC/LAPB support' HAVE_HWHDLCLAPB y
155 +bool 'IrDA support' HAVE_HWIRDA y
156 +*
157 +*
158 +*           Other Features.
159 +*
160 +bool 'IP Masquerading support' HAVE_FW_MASQUERADE y
161 +bool 'Build iptunnel and ipmaddr' HAVE_IP_TOOLS y
This page took 0.036346 seconds and 3 git commands to generate.