diff options
Diffstat (limited to 'contrib/isc-dhcp/includes/dhctoken.h')
-rw-r--r-- | contrib/isc-dhcp/includes/dhctoken.h | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/contrib/isc-dhcp/includes/dhctoken.h b/contrib/isc-dhcp/includes/dhctoken.h index 88acd16..73f6879 100644 --- a/contrib/isc-dhcp/includes/dhctoken.h +++ b/contrib/isc-dhcp/includes/dhctoken.h @@ -3,8 +3,8 @@ Tokens for config file lexer and parser. */ /* - * Copyright (c) 1995, 1996, 1997 The Internet Software Consortium. - * All rights reserved. + * Copyright (c) 1995, 1996, 1997, 1998, 1999 + * The Internet Software Consortium. All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions @@ -124,6 +124,10 @@ #define HOSTNAME 328 #define CLIENT_HOSTNAME 329 #define REJECT 330 +#define FDDI 331 +#define USE_LEASE_ADDR_FOR_DEFAULT_ROUTE 332 +#define AUTHORITATIVE 333 +#define TOKEN_NOT 334 #define is_identifier(x) ((x) >= FIRST_TOKEN && \ (x) != STRING && \ |