bird/conf
Martin Mares 7f400d1c62 After today's lengthy discussions about filter syntax, let's clean up
whitespace/semicolon rules for whole config file:

   o  All non-zero amounts of whitespace are equivalent to single space
      (aka `all the whitespace has been born equal' ;-)).
   o  Comments count as whitespace.
   o  Whitespace has no syntactic signifance (it can only separate lexical
      elements).
   o  Consequence: line ends are no longer treated as `;'s.
   o  Every declaration must be terminated by an explicit `;' unless
      or by a group enclosed in `{' and `}'.
1999-03-29 19:04:14 +00:00
..
cf-lex.l After today's lengthy discussions about filter syntax, let's clean up 1999-03-29 19:04:14 +00:00
conf.c I just don't like files enclosed in <>. 1999-03-02 13:15:35 +00:00
conf.h Slightly better generator of default protocol instance names. 1999-03-26 21:37:29 +00:00
confbase.Y After today's lengthy discussions about filter syntax, let's clean up 1999-03-29 19:04:14 +00:00
gen_keywords.m4 This script takes configuration fragments and extracts keyword list 1998-11-27 19:33:26 +00:00
gen_parser.m4 Fixed bug in CF_ADDTO. How it's possible it has ever worked? 1998-12-06 17:39:08 +00:00
Makefile Implemented new configuration/reconfiguration interface and defined protocol 1999-02-05 21:37:34 +00:00