summaryrefslogtreecommitdiff
path: root/includes/dhctoken.h
diff options
context:
space:
mode:
authorDavid Hankins <dhankins@isc.org>2007-06-08 14:58:20 +0000
committerDavid Hankins <dhankins@isc.org>2007-06-08 14:58:20 +0000
commit8da06bb1f533a76424324434b180c086f45a9cdb (patch)
tree2a3dd6b10aebba40457f86867c7d2bae4d8278e0 /includes/dhctoken.h
parent627ad6d620ccd6317b2c0fa9e080c66e4de091e4 (diff)
downloadisc-dhcp-8da06bb1f533a76424324434b180c086f45a9cdb.tar.gz
- Compilation on HP/UX has been repaired. The changes should generally
apply to any architecture that supplies SIOCGLIFCONF but does not use 'struct lifconf' structures to pass values. [ISC-Bugs #16928]
Diffstat (limited to 'includes/dhctoken.h')
-rw-r--r--includes/dhctoken.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/includes/dhctoken.h b/includes/dhctoken.h
index 8bbd06ef..7d7ee9cf 100644
--- a/includes/dhctoken.h
+++ b/includes/dhctoken.h
@@ -224,7 +224,7 @@ enum dhcp_token {
MCLT = 428,
SPLIT = 429,
AT = 430,
- NO = 431,
+ TOKEN_NO = 431,
TOKEN_DELETE = 432,
NS_UPDATE = 433,
UPDATE = 434,
@@ -303,7 +303,7 @@ enum dhcp_token {
TOKEN_HELP = 606,
END_OF_FILE = 607,
RECOVER_WAIT = 608,
- SERVER = 609,
+ TOKEN_SERVER = 609,
CONNECT = 610,
REMOVE = 611,
REFRESH = 612,