2
0
mirror of https://gitlab.isc.org/isc-projects/dhcp synced 2025-08-31 14:25:41 +00:00

add new tokens; lose LAST_TOKEN

This commit is contained in:
Ted Lemon
1996-05-22 07:24:15 +00:00
parent 6b651c9649
commit f1fd61d3b4
2 changed files with 8 additions and 6 deletions

View File

@@ -75,10 +75,11 @@
#define MAX_LEASE_TIME 281
#define VENDOR_CLASS 282
#define USER_CLASS 283
#define LAST_TOKEN USER_CLASS
#define SHARED_NETWORK 284
#define SERVER_NAME 285
#define DYNAMIC_BOOTP 286
#define SERVER_IDENTIFIER 287
#define is_identifier(x) ((x) >= FIRST_TOKEN && \
(x) <= LAST_TOKEN && \
(x) != STRING && \
(x) != NUMBER)

View File

@@ -75,10 +75,11 @@
#define MAX_LEASE_TIME 281
#define VENDOR_CLASS 282
#define USER_CLASS 283
#define LAST_TOKEN USER_CLASS
#define SHARED_NETWORK 284
#define SERVER_NAME 285
#define DYNAMIC_BOOTP 286
#define SERVER_IDENTIFIER 287
#define is_identifier(x) ((x) >= FIRST_TOKEN && \
(x) <= LAST_TOKEN && \
(x) != STRING && \
(x) != NUMBER)