summaryrefslogtreecommitdiffstats
path: root/usr.sbin/config/config.h
diff options
context:
space:
mode:
authorcognet <cognet@FreeBSD.org>2004-05-09 22:29:00 +0000
committercognet <cognet@FreeBSD.org>2004-05-09 22:29:00 +0000
commit00e9b04664bf2e5a36da9308482569986b191cbd (patch)
tree73af9718cbffc98607a761e30d746e77607e3639 /usr.sbin/config/config.h
parent7d1143b1dd32ee8be2ba15b806cf64b01a6053ff (diff)
downloadFreeBSD-src-00e9b04664bf2e5a36da9308482569986b191cbd.zip
FreeBSD-src-00e9b04664bf2e5a36da9308482569986b191cbd.tar.gz
Add a new "files" directive, which allows to include a files.foo file directly
from a kernel config file. Bump config version to reflect this change.
Diffstat (limited to 'usr.sbin/config/config.h')
-rw-r--r--usr.sbin/config/config.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/usr.sbin/config/config.h b/usr.sbin/config/config.h
index 2e93acf..cbeda79 100644
--- a/usr.sbin/config/config.h
+++ b/usr.sbin/config/config.h
@@ -54,6 +54,11 @@ struct file_list {
char *f_warn; /* warning message */
};
+struct files_name {
+ char *f_name;
+ STAILQ_ENTRY(files_name) f_next;
+};
+
/*
* Types.
*/
@@ -156,6 +161,8 @@ extern const char *yyfile;
extern STAILQ_HEAD(file_list_head, file_list) ftab;
+extern STAILQ_HEAD(files_name_head, files_name) fntab;
+
extern int profiling;
extern int debugging;
OpenPOWER on IntegriCloud