From: Ted Lemon Date: Fri, 19 Feb 1999 19:14:31 +0000 (+0000) Subject: Oops, made a few defines >2.0-specific that aren't in previous commit. X-Git-Tag: V2-BETA-1-PATCH-14 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=fed796d05c93c84650141f00f927236b1db1af86;p=thirdparty%2Fdhcp.git Oops, made a few defines >2.0-specific that aren't in previous commit. --- diff --git a/includes/cf/linux.h b/includes/cf/linux.h index 90cd457b6..35bd55a4a 100644 --- a/includes/cf/linux.h +++ b/includes/cf/linux.h @@ -112,8 +112,6 @@ 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 @@ -125,3 +123,5 @@ extern int h_errno; # endif #endif +#define ALIAS_NAMES_PERMUTED +#define SKIP_DUMMY_INTERFACES