// file : build/config/operation.cxx -*- C++ -*- // copyright : Copyright (c) 2014-2015 Code Synthesis Tools CC // license : MIT; see accompanying LICENSE file #include using namespace std; namespace build { namespace config { meta_operation_info configure {"configure"}; meta_operation_info disfigure {"disfigure"}; } }