aboutsummaryrefslogtreecommitdiff
path: root/src/parsertab.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/parsertab.c')
-rw-r--r--src/parsertab.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/parsertab.c b/src/parsertab.c
index 8baec2e..0f3544f 100644
--- a/src/parsertab.c
+++ b/src/parsertab.c
@@ -34,6 +34,10 @@ static struct parser_tab {
#ifdef ENABLE_BIND_PARSER
{ "BIND", grecs_bind_parser },
#endif
+#ifdef ENABLE_DHCPD_PARSER
+ { "DHCPD", grecs_dhcpd_parser },
+ { "DHCP", grecs_dhcpd_parser },
+#endif
#ifdef ENABLE_GIT_PARSER
{ "GIT", grecs_git_parser },
#endif

Return to:

Send suggestions and report system problems to the System administrator.