summaryrefslogtreecommitdiff
path: root/includes/site.h
diff options
context:
space:
mode:
authorShawn Routhier <sar@isc.org>2014-01-15 18:54:35 -0800
committerShawn Routhier <sar@isc.org>2014-01-15 18:54:35 -0800
commitbc30c84e65636e13e0e2b34d6dacf546c8edb650 (patch)
tree431c16cf1edea2450e9a86a2631ffa6b4ac58920 /includes/site.h
parentfe2ac9e32713c4fb5501f107ae17228b71364c14 (diff)
downloadisc-dhcp-bc30c84e65636e13e0e2b34d6dacf546c8edb650.tar.gz
[master] Add defintiions for options
Diffstat (limited to 'includes/site.h')
-rw-r--r--includes/site.h21
1 files changed, 21 insertions, 0 deletions
diff --git a/includes/site.h b/includes/site.h
index 0e6053cf..2b728b43 100644
--- a/includes/site.h
+++ b/includes/site.h
@@ -295,3 +295,24 @@
up. */
#define DDNS_UPDATE_SLOW_TRANSITION
+/* Include definitions for various options. In general these
+ should be left as is, but if you have already defined one
+ of these and prefer your definition you can comment the
+ RFC define out to avoid conflicts */
+#define RFC4776_OPTIONS
+#define RFC4833_OPTIONS
+#define RFC4994_OPTIONS
+#define RFC5192_OPTIONS
+#define RFC5223_OPTIONS
+#define RFC5417_OPTIONS
+#define RFC5460_OPTIONS
+#define RFC5970_OPTIONS
+#define RFC5986_OPTIONS
+#define RFC6011_OPTIONS
+#define RFC6334_OPTIONS
+#define RFC6440_OPTIONS
+#define RFC6731_OPTIONS
+#define RFC6939_OPTIONS
+#define RFC6977_OPTIONS
+#define RFC7083_OPTIONS
+