From 56c7dc1d629f45cb889dc7b6b67946ce87b55d7c Mon Sep 17 00:00:00 2001 From: Ted Lemon Date: Wed, 28 Aug 1996 01:35:20 +0000 Subject: [PATCH] Add ONE_LEASE_PER_CLIENT --- dhctoken.h | 1 + includes/dhctoken.h | 1 + 2 files changed, 2 insertions(+) diff --git a/dhctoken.h b/dhctoken.h index e92b0cbc..4f23fcc5 100644 --- a/dhctoken.h +++ b/dhctoken.h @@ -87,6 +87,7 @@ #define NEXT_SERVER 291 #define TOKEN_RING 292 #define GROUP 293 +#define ONE_LEASE_PER_CLIENT 294 #define is_identifier(x) ((x) >= FIRST_TOKEN && \ (x) != STRING && \ diff --git a/includes/dhctoken.h b/includes/dhctoken.h index e92b0cbc..4f23fcc5 100644 --- a/includes/dhctoken.h +++ b/includes/dhctoken.h @@ -87,6 +87,7 @@ #define NEXT_SERVER 291 #define TOKEN_RING 292 #define GROUP 293 +#define ONE_LEASE_PER_CLIENT 294 #define is_identifier(x) ((x) >= FIRST_TOKEN && \ (x) != STRING && \