aboutsummaryrefslogtreecommitdiff
path: root/libbuild2/config/host-config.cxx.in
blob: 46cd912f05b9a8ec173627786d50c6ea7e70cb4e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
// file      : libbuild2/config/host-config.cxx.in -*- C++ -*-
// copyright : Copyright (c) 2014-2019 Code Synthesis Ltd
// license   : MIT; see accompanying LICENSE file

namespace build2
{
  namespace config
  {
    // This is a raw string literal, in case you are unfamiliar.
    //
    extern const char host_config[] = R"###($host_config$)###";
  }
}