aboutsummaryrefslogtreecommitdiff
path: root/src/.gitignore
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2012-08-13 20:37:04 +0300
committerSergey Poznyakoff <gray@gnu.org.ua>2012-08-13 20:37:04 +0300
commit0b44dc8fcb5c4a4d4b8c7e74a90d8bda602ed223 (patch)
treeb28bba70df180129a8c6aa599c3bd855754530da /src/.gitignore
parentb3225d5b95104192810037b1933a54448f4f152f (diff)
downloadgrecs-0b44dc8fcb5c4a4d4b8c7e74a90d8bda602ed223.tar.gz
grecs-0b44dc8fcb5c4a4d4b8c7e74a90d8bda602ed223.tar.bz2
Implement a parser for dhcpd.conf
* am/grecs.m4 (parser-dhcpd): New option. * doc/GRECS_SETUP.3: Document parser-dhcpd * src/.gitignore: Add dhcpd-* generated files. * src/Make.am [GRECS_COND_DHCPD_PARSER]: Define DHCPD variables. (GRECS_SRC, EXTRA_DIST): Reference them. * src/dhcpd-gram.y: New file. * src/dhcpd-lex.l: New file. * src/grecs.h (grecs_dhcpd_parser): New proto. * src/tree.c (node_reduce): Fix return without a value.
Diffstat (limited to 'src/.gitignore')
-rw-r--r--src/.gitignore4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/.gitignore b/src/.gitignore
index 0f52326..6e859b1 100644
--- a/src/.gitignore
+++ b/src/.gitignore
@@ -1,3 +1,7 @@
+dhcpd-gram.c
+dhcpd-gram.h
+dhcpd-gram.output
+dhcpd-lex.c
grecs-gram.c
grecs-gram.h
grecs-gram.output

Return to:

Send suggestions and report system problems to the System administrator.