freebsd-nq/usr.sbin/config
Dima Dorfman 5e06480c9f Introduce an "include" directive. It takes one argument, a filename
to be included into this one.  This works the same way as #include
does in C; as far as the user is concerned, the included file is
inlined into the current one.

Since config(8) is no longer limited to working on one user-supplied
file, printing just a line number in an error message is not
sufficient.  The new global variable yyfile represents the file
currently being parsed, and must be printed as well.

Reviewed by:	imp
Obtained from:	OpenBSD
2001-07-12 02:08:51 +00:00
..
SMM.doc
config.8 mdoc(7) police: removed HISTORY info from the .Os call. 2001-07-10 15:12:08 +00:00
config.h Introduce an "include" directive. It takes one argument, a filename 2001-07-12 02:08:51 +00:00
config.y Introduce an "include" directive. It takes one argument, a filename 2001-07-12 02:08:51 +00:00
configvers.h Bump config version in config. 2001-07-02 05:38:26 +00:00
lang.l Introduce an "include" directive. It takes one argument, a filename 2001-07-12 02:08:51 +00:00
main.c Introduce an "include" directive. It takes one argument, a filename 2001-07-12 02:08:51 +00:00
Makefile - Backout botched attempt to introduce MANSECT feature. 2001-03-26 14:42:20 +00:00
mkheaders.c Try and make it clearer that the static units thing is a FYI only. 2001-01-31 11:18:49 +00:00
mkmakefile.c Some more tidying up. we dont use config-dependent anyware. Eliminate 2001-02-28 02:53:32 +00:00
mkoptions.c Untangle some special magic that happened for conflicting defintions for 2001-02-28 02:07:47 +00:00