From: Ted Lemon Date: Tue, 9 Feb 1999 04:51:45 +0000 (+0000) Subject: Add authoritative and not tokens. X-Git-Tag: V2-BETA-1-PATCH-11~5 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=391b7cc0ff07e30bfbe66057dbf332b1a2ee8759;p=thirdparty%2Fdhcp.git Add authoritative and not tokens. --- diff --git a/includes/dhctoken.h b/includes/dhctoken.h index 091d461bf..73f6879e3 100644 --- a/includes/dhctoken.h +++ b/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 @@ -126,6 +126,8 @@ #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 && \