diff -u --recursive --new-file net-tools.orig/config.h net-tools/config.h --- net-tools.orig/config.h Wed Dec 31 18:00:00 1969 +++ net-tools/config.h Tue Sep 1 19:29:00 1998 @@ -0,0 +1,44 @@ +/* +* config.h Automatically generated configuration includefile +* +* NET-TOOLS A collection of programs that form the base set of the +* NET-3 Networking Distribution for the LINUX operating +* system. +* +* DO NOT EDIT DIRECTLY +* +*/ + +/* + * + * Protocol Families. + * + */ +#define HAVE_AFUNIX 1 +#define HAVE_AFINET 1 +#define HAVE_AFINET6 0 +#define HAVE_AFIPX 1 +#define HAVE_AFATALK 1 +#define HAVE_AFAX25 1 +#define HAVE_AFNETROM 1 +#define HAVE_AFROSE 0 +#define HAVE_AFECONET 0 + +/* + * + * Device Hardware types. + * + */ +#define HAVE_HWETHER 1 +#define HAVE_HWARC 1 +#define HAVE_HWSLIP 1 +#define HAVE_HWPPP 1 +#define HAVE_HWTUNNEL 1 +#define HAVE_HWTR 1 +#define HAVE_HWAX25 1 +#define HAVE_HWROSE 0 +#define HAVE_HWNETROM 1 +#define HAVE_HWFR 1 +#define HAVE_HWSIT 0 +#define HAVE_HWFDDI 1 +#define HAVE_HWASH 0 diff -u --recursive --new-file net-tools.orig/config.status net-tools/config.status --- net-tools.orig/config.status Wed Dec 31 18:00:00 1969 +++ net-tools/config.status Tue Sep 1 19:29:00 1998 @@ -0,0 +1,81 @@ +# +# config.in Configure.sh source for the net-tools. +# This file contains the definition of what the support +# library contains. Most of all, it defines which types +# of address families and hardware we know of. +# +# NET-TOOLS A collection of programs that form the base set of the +# NET-3 Networking Distribution for the LINUX operating +# system. +# +# Version: config.in 1.20 (98-01-25) +# +# Author: Fred N. van Kempen, +# Copyright 1988-1993 MicroWalt Corporation +# +# Bernd 'eckes' Eckenfels +# +# This program is free software; you can redistribute it +# and/or modify it under the terms of the GNU General +# Public License as published by the Free Software +# Foundation; either version 2 of the License, or (at +# your option) any later version. +# += /* += * config.h Automatically generated configuration includefile += * += * NET-TOOLS A collection of programs that form the base set of the += * NET-3 Networking Distribution for the LINUX operating += * system. += * += * DO NOT EDIT DIRECTLY += * += */ +#* +#* +#* NLS +#* +#* (National Language Support) +#* +#* In this BETA Release the NLS is disabled, cause the catalougs +#* are completely outdated. +#* +# +# +#= #define NLS 0 +# +# +# * (answer 'n' if you haye no system with national language support) +# * +# bool 'Does your system support NLS?' NLS n +#: Does your system support NLS? (NLS) [n] NO +* +* +* Protocol Families. +* +bool 'UNIX protocol family' HAVE_AFUNIX y +bool 'INET (TCP/IP) protocol family' HAVE_AFINET y +bool 'INET6 (IPv6) protocol family' HAVE_AFINET6 n +bool 'Novell IPX/SPX protocol family' HAVE_AFIPX y +bool 'Appletalk DDP protocol family' HAVE_AFATALK y +bool 'AX25 (packet radio) protocol family' HAVE_AFAX25 y +bool 'NET/ROM (packet radio) protocol family' HAVE_AFNETROM y +bool 'Rose (packet radio) protocol family' HAVE_AFROSE n +bool 'Econet protocol family' HAVE_AFECONET n +* +* +* Device Hardware types. +* +bool 'Ethernet (generic) support' HAVE_HWETHER y +bool 'ARCnet support' HAVE_HWARC y +bool 'SLIP (serial line) support' HAVE_HWSLIP y +bool 'PPP (serial line) support' HAVE_HWPPP y +bool 'IPIP Tunnel support' HAVE_HWTUNNEL y +bool 'Token ring (generic) support' HAVE_HWTR y +bool 'AX25 (packet radio) support' HAVE_HWAX25 y +bool 'Rose (packet radio) support' HAVE_HWROSE n +bool 'NET/ROM (packet radio) support' HAVE_HWNETROM y +bool 'DLCI/FRAD (frame relay) support' HAVE_HWFR y +bool 'SIT (IPv6-in-IPv4) support' HAVE_HWSIT n +bool 'FDDI (generic) support' HAVE_HWFDDI y +bool 'Ash hardware support' HAVE_HWASH n diff -u --recursive --new-file net-tools.orig/version.h net-tools/version.h --- net-tools.orig/version.h Wed Dec 31 18:00:00 1969 +++ net-tools/version.h Tue Sep 1 19:22:50 1998 @@ -0,0 +1 @@ +#define RELEASE "net-tools 1.45"