aboutsummaryrefslogtreecommitdiff
path: root/build2/types.hxx
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2018-11-28 11:03:04 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2018-11-28 11:03:04 +0200
commit9190569b69e34468841b18b33c98f78e66a3d26e (patch)
tree927fc02afec55b8b6d3b31f4b0abc527cdfc22f3 /build2/types.hxx
parentb71fa164192f1af8b702e1578cf202b510a9b281 (diff)
Add config.hxx.in config header, move stage status there
Diffstat (limited to 'build2/types.hxx')
-rw-r--r--build2/types.hxx8
1 files changed, 8 insertions, 0 deletions
diff --git a/build2/types.hxx b/build2/types.hxx
index 32780ef..a84a433 100644
--- a/build2/types.hxx
+++ b/build2/types.hxx
@@ -5,6 +5,14 @@
#ifndef BUILD2_TYPES_HXX
#define BUILD2_TYPES_HXX
+// Include unprocessed file during bootstrap. See config.hxx.in for details.
+//
+#ifdef BUILD2_BOOTSTRAP
+# include <build2/config.hxx.in>
+#else
+# include <build2/config.hxx>
+#endif
+
#include <array>
#include <tuple>
#include <vector>