summaryrefslogtreecommitdiff
path: root/includes/dhctoken.h
diff options
context:
space:
mode:
authorDavid Hankins <dhankins@isc.org>2008-01-16 22:57:01 +0000
committerDavid Hankins <dhankins@isc.org>2008-01-16 22:57:01 +0000
commit219a65eb6e4eee3809cfde2151e863665579a44c (patch)
treebd4d54c47b16b6f1840aacdf83a01be0ffb98363 /includes/dhctoken.h
parent57fcb8d97a88b13ab5ad09bd311e3dbbc885956c (diff)
downloadisc-dhcp-219a65eb6e4eee3809cfde2151e863665579a44c.tar.gz
- Fixed a compilation problems on platforms that define a value for FDDI,
which conflicts with a dhcp configuration syntax token by the same name. [ISC-Bugs #16898]
Diffstat (limited to 'includes/dhctoken.h')
-rw-r--r--includes/dhctoken.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/dhctoken.h b/includes/dhctoken.h
index dd39a3e6..568d4112 100644
--- a/includes/dhctoken.h
+++ b/includes/dhctoken.h
@@ -175,7 +175,7 @@ enum dhcp_token {
COMMUNICATIONS_INTERRUPTED = 376,
POTENTIAL_CONFLICT = 377,
RECOVER = 378,
- FDDI = 379,
+ TOKEN_FDDI = 379,
AUTHORITATIVE = 380,
TOKEN_NOT = 381,
AUTHENTICATION = 383,