summaryrefslogtreecommitdiffstats
path: root/usr.bin/make/var.h
diff options
context:
space:
mode:
authorharti <harti@FreeBSD.org>2005-05-12 11:58:39 +0000
committerharti <harti@FreeBSD.org>2005-05-12 11:58:39 +0000
commitad17767376c1077543ed54a2d7ac91d33e4eff8a (patch)
tree20559f28395cadbc2deab1bc7777936560e09622 /usr.bin/make/var.h
parentd25fe4420098397b0e958b7de309e86708668e42 (diff)
downloadFreeBSD-src-ad17767376c1077543ed54a2d7ac91d33e4eff8a.zip
FreeBSD-src-ad17767376c1077543ed54a2d7ac91d33e4eff8a.tar.gz
Move some global variables to the correct files.
Submitted by: Max Okumoto <okumoto@ucsd.edu> (7.232)
Diffstat (limited to 'usr.bin/make/var.h')
-rw-r--r--usr.bin/make/var.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/usr.bin/make/var.h b/usr.bin/make/var.h
index 42cdd93..51e8412 100644
--- a/usr.bin/make/var.h
+++ b/usr.bin/make/var.h
@@ -57,6 +57,12 @@ extern struct GNode *VAR_CMD;
*/
extern char var_Error[];
+/*
+ * TRUE if environment should be searched for all variables before
+ * the global context
+ */
+extern Boolean checkEnvFirst;
+
/* Do old-style variable substitution */
extern Boolean oldVars;
OpenPOWER on IntegriCloud