diff options
author | Russ Dill | 2002-12-11 21:12:45 +0000 |
---|---|---|
committer | Russ Dill | 2002-12-11 21:12:45 +0000 |
commit | 1eb7a17b12a6ee3df8849d00d4ebd2c227ccf1f8 (patch) | |
tree | d7b4fa1a385e1943afdd111d4c708a64cdd5520f /networking/udhcp/options.h | |
parent | d7e1a6c6ebfeecc1e7ff3982235b6edb84d9a017 (diff) | |
download | busybox-1eb7a17b12a6ee3df8849d00d4ebd2c227ccf1f8.zip busybox-1eb7a17b12a6ee3df8849d00d4ebd2c227ccf1f8.tar.gz |
resync with udhcp cvs
Diffstat (limited to 'networking/udhcp/options.h')
-rw-r--r-- | networking/udhcp/options.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/networking/udhcp/options.h b/networking/udhcp/options.h index dccaa2a..1fded2e 100644 --- a/networking/udhcp/options.h +++ b/networking/udhcp/options.h @@ -4,8 +4,6 @@ #include "packet.h" -#include "config.h" - #define TYPE_MASK 0x0F enum { @@ -22,7 +20,6 @@ enum { #define OPTION_REQ 0x10 /* have the client request this option */ #define OPTION_LIST 0x20 /* There can be a list of 1 or more of these */ -#define OPTION_PREFIX 0x40 /* ip wants a prefix instead of a ip for subnet */ struct dhcp_option { char name[10]; |