From: Ted Lemon Date: Fri, 19 Feb 1999 19:13:10 +0000 (+0000) Subject: On second thought, only explicitly define the HAVE_ stuff on Linux >2.0. X-Git-Tag: V2-BETA-1-PATCH-14~1 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=799ef43e235dbd6cbd060b85428a21066efe2ea0;p=thirdparty%2Fdhcp.git On second thought, only explicitly define the HAVE_ stuff on Linux >2.0. --- diff --git a/includes/cf/linux.h b/includes/cf/linux.h index 84bcd3f30..90cd457b6 100644 --- a/includes/cf/linux.h +++ b/includes/cf/linux.h @@ -112,16 +112,16 @@ extern int h_errno; # define LINUX_SLASHPROC_DISCOVERY # define PROCDEV_DEVICE "/proc/net/dev" # define HAVE_ARPHRD_TUNNEL +# define ALIAS_NAMES_PERMUTED +# define SKIP_DUMMY_INTERFACES +# define HAVE_ARPHRD_METRICOM +# define HAVE_ARPHRD_IEEE802 +# define HAVE_ARPHRD_LOOPBACK +# define HAVE_SO_BINDTODEVICE +# define HAVE_SIOCGIFHWADDR # else # define USE_SOCKETS # define IGNORE_HOSTUNREACH # endif #endif -#define ALIAS_NAMES_PERMUTED -#define SKIP_DUMMY_INTERFACES -#define HAVE_ARPHRD_METRICOM -#define HAVE_ARPHRD_IEEE802 -#define HAVE_ARPHRD_LOOPBACK -#define HAVE_SO_BINDTODEVICE -#define HAVE_SIOCGIFHWADDR