summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorespie <espie@openbsd.org>2014-10-18 07:50:06 +0000
committerespie <espie@openbsd.org>2014-10-18 07:50:06 +0000
commit97b365fea7bb67454ebb3f771427b80a008569c1 (patch)
tree504af397609f3c3d0a4b6ed9589a0dffc5b44307
parentUse reallocarray() (diff)
downloadwireguard-openbsd-97b365fea7bb67454ebb3f771427b80a008569c1.tar.xz
wireguard-openbsd-97b365fea7bb67454ebb3f771427b80a008569c1.zip
enable the sinclude/-include feature support I wrote long ago.
Other systems now have it, xenocara is using it. talked over with kettenis@ who checked release still works. I did a full bulk build with this and did not notice any issue.
-rw-r--r--usr.bin/make/config.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/make/config.h b/usr.bin/make/config.h
index e56b1d67c86..3dc913fd54e 100644
--- a/usr.bin/make/config.h
+++ b/usr.bin/make/config.h
@@ -1,7 +1,7 @@
#ifndef CONFIG_H
#define CONFIG_H
-/* $OpenBSD: config.h,v 1.19 2012/12/07 07:08:16 espie Exp $ */
+/* $OpenBSD: config.h,v 1.20 2014/10/18 07:50:06 espie Exp $ */
/* $NetBSD: config.h,v 1.7 1996/11/06 17:59:03 christos Exp $ */
/*
@@ -101,7 +101,7 @@
#endif
#ifndef DEFAULT_FEATURES
-#define DEFAULT_FEATURES (FEATURE_UPPERLOWER | DOFEATURE_SYSVVARSUB | DOFEATURE_SYSVINCLUDE | DOFEATURE_SUNSHCMD | FEATURE_RECVARS)
+#define DEFAULT_FEATURES (FEATURE_UPPERLOWER | DOFEATURE_SYSVVARSUB | DOFEATURE_SYSVINCLUDE | DOFEATURE_SUNSHCMD | FEATURE_RECVARS | FEATURE_CONDINCLUDE)
#endif
#define FEATURES(x) ((DEFAULT_FEATURES & (x)) != 0)