2
0
mirror of https://gitlab.isc.org/isc-projects/dhcp synced 2025-08-30 13:57:50 +00:00

Add REBOOT token

This commit is contained in:
Ted Lemon
1997-03-05 06:39:09 +00:00
parent d9f8b11534
commit 9fd2f2cbd8

View File

@@ -111,6 +111,7 @@
#define MEDIA 315 #define MEDIA 315
#define MEDIUM 316 #define MEDIUM 316
#define ALIAS 317 #define ALIAS 317
#define REBOOT 318
#define is_identifier(x) ((x) >= FIRST_TOKEN && \ #define is_identifier(x) ((x) >= FIRST_TOKEN && \
(x) != STRING && \ (x) != STRING && \