]> git.ipfire.org Git - thirdparty/dhcp.git/commitdiff
Add authoritative and not tokens.
authorTed Lemon <source@isc.org>
Tue, 9 Feb 1999 04:51:45 +0000 (04:51 +0000)
committerTed Lemon <source@isc.org>
Tue, 9 Feb 1999 04:51:45 +0000 (04:51 +0000)
includes/dhctoken.h

index 091d461bfe9c5b2e52d999a9c9bf353e0d62fec8..73f6879e3ddfbb7655190d2154af6f0257bce39d 100644 (file)
@@ -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
 #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 &&       \