summaryrefslogtreecommitdiff
path: root/dhctoken.h
diff options
context:
space:
mode:
authorTed Lemon <source@isc.org>1996-09-09 07:04:29 +0000
committerTed Lemon <source@isc.org>1996-09-09 07:04:29 +0000
commitc256bae9ba4f17a5c97ba34a53cea95575280ec8 (patch)
tree51a3c1556d3136c38b1a8414813f482d7d5205ea /dhctoken.h
parent149f9e221e828aec0e6cae18f929e339e42ad775 (diff)
downloadisc-dhcp-c256bae9ba4f17a5c97ba34a53cea95575280ec8.tar.gz
Add use-host-decl-names keyword
Diffstat (limited to 'dhctoken.h')
-rw-r--r--dhctoken.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/dhctoken.h b/dhctoken.h
index 5bd49175..bbb02cad 100644
--- a/dhctoken.h
+++ b/dhctoken.h
@@ -89,6 +89,7 @@
#define GROUP 293
#define ONE_LEASE_PER_CLIENT 294
#define GET_LEASE_HOSTNAMES 295
+#define USE_HOST_DECL_NAMES 296
#define is_identifier(x) ((x) >= FIRST_TOKEN && \
(x) != STRING && \