summaryrefslogtreecommitdiffstats
path: root/usr.sbin/config/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'usr.sbin/config/config.h')
-rw-r--r--usr.sbin/config/config.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/usr.sbin/config/config.h b/usr.sbin/config/config.h
index c906e2b..41e492f 100644
--- a/usr.sbin/config/config.h
+++ b/usr.sbin/config/config.h
@@ -174,9 +174,16 @@ struct cputype {
struct opt {
char *op_name;
char *op_value;
+ int op_ownfile; /* true = own file, false = makefile */
struct opt *op_next;
} *opt, *mkopt;
+struct opt_list {
+ char *o_name;
+ char *o_file;
+ struct opt_list *o_next;
+} *otab;
+
char *ident;
char *ns();
char *tc();
@@ -216,4 +223,6 @@ int debugging;
int maxusers;
u_int loadaddress;
+extern int old_config_present; /* Old config/build directory still there */
+
#define eq(a,b) (!strcmp(a,b))
OpenPOWER on IntegriCloud