bird/conf
Martin Mares 49e4a4d1fd Created new functions for allocating configuration data:
o  cfg_alloc(size) -- generic memory allocation
   o  cfg_allocu(size) -- unaligned memory allocation
   o  cfg_allocz(size) -- zeroed memory allocation
   o  cfg_strcpy(str) -- allocate a copy of a string

Also fixed a bug in lexing of string literals.
1998-11-29 21:59:37 +00:00
..
cf-lex.l Created new functions for allocating configuration data: 1998-11-29 21:59:37 +00:00
conf.h Created new functions for allocating configuration data: 1998-11-29 21:59:37 +00:00
confbase.Y Trivial 15-line bison excercise: Implemented expressions including 1998-11-27 21:32:45 +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 This script takes configuration fragments and generates full Bison grammar 1998-11-27 19:33:53 +00:00
Makefile Compile and use the new configuration code by default. 1998-11-27 19:37:07 +00:00