]> git.ipfire.org Git - thirdparty/dhcp.git/commitdiff
On second thought, only explicitly define the HAVE_ stuff on Linux >2.0.
authorTed Lemon <source@isc.org>
Fri, 19 Feb 1999 19:13:10 +0000 (19:13 +0000)
committerTed Lemon <source@isc.org>
Fri, 19 Feb 1999 19:13:10 +0000 (19:13 +0000)
includes/cf/linux.h

index 84bcd3f308441b1f0c40b85a0d09239d5c3198d8..90cd457b62d31f080d95889615e3add9b6b83efc 100644 (file)
@@ -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