aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/config/config.h
diff options
context:
space:
mode:
authorPeter Wemm <peter@FreeBSD.org>2000-08-25 19:30:03 +0000
committerPeter Wemm <peter@FreeBSD.org>2000-08-25 19:30:03 +0000
commit596feda554be877e7cd3338cf8e4879061e9b1b7 (patch)
tree11d872041308e4277ba85772a0a42ec520b895f0 /usr.sbin/config/config.h
parent6c243dd175e4660a75ba85bb41b643f9d53c8ff1 (diff)
downloadsrc-596feda554be877e7cd3338cf8e4879061e9b1b7.tar.gz
src-596feda554be877e7cd3338cf8e4879061e9b1b7.zip
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.
Notes
Notes: svn path=/head/; revision=65091
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 1779dc5a37b1..3964211bdfc0 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 *);