// file      : build/config/operation -*- C++ -*-
// copyright : Copyright (c) 2014-2015 Code Synthesis Ltd
// license   : MIT; see accompanying LICENSE file

#ifndef BUILD_CONFIG_OPERATION
#define BUILD_CONFIG_OPERATION

#include <build/operation>

namespace build
{
  namespace config
  {
    const meta_operation_id configure_id = 2;
    const meta_operation_id disfigure_id = 3;

    extern meta_operation_info configure;
    extern meta_operation_info disfigure;
  }
}

#endif // BUILD_CONFIG_OPERATION