summaryrefslogtreecommitdiffstats
path: root/usr.sbin/config/config.h
diff options
context:
space:
mode:
authorpeter <peter@FreeBSD.org>2000-08-25 19:30:03 +0000
committerpeter <peter@FreeBSD.org>2000-08-25 19:30:03 +0000
commit05f5722996e56400bf60b8832a0fbe52f93b9fd8 (patch)
tree4d488faff6a56993fded2082bf89ad9775c86099 /usr.sbin/config/config.h
parentba486c0c62def30ebc2271540fd96400f9909a3f (diff)
downloadFreeBSD-src-05f5722996e56400bf60b8832a0fbe52f93b9fd8.zip
FreeBSD-src-05f5722996e56400bf60b8832a0fbe52f93b9fd8.tar.gz
If a ${KERNEL}.hints file exists, and no hints are specified explicitly,
then include the hints with a marker indicating that it is a fallback. The kernel side of this is to come shortly.
Diffstat (limited to 'usr.sbin/config/config.h')
-rw-r--r--usr.sbin/config/config.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/usr.sbin/config/config.h b/usr.sbin/config/config.h
index 1779dc5..3964211 100644
--- a/usr.sbin/config/config.h
+++ b/usr.sbin/config/config.h
@@ -131,6 +131,7 @@ struct opt_list {
extern char *ident;
extern char *hints;
extern int do_trace;
+extern int hintmode;
char *get_word(FILE *);
char *get_quoted_word(FILE *);
OpenPOWER on IntegriCloud