// Copyright (c) Glyn Matthews 2012-2016.
// Copyright 2012 Dean Michael Berris <dberris@google.com>
// Copyright 2012 Google, Inc.
// Distributed under the Boost Software License, Version 1.0.
//    (See accompanying file LICENSE_1_0.txt or copy at
//          http://www.boost.org/LICENSE_1_0.txt)

/**
 * \file
 * \brief Contains macros to configure compiler or platform-specific
 * workarounds.
 */

#ifndef NETWORK_URI_CONFIG_INC
#define NETWORK_URI_CONFIG_INC

#ifdef _MSC_VER
#define NETWORK_URI_MSVC _MSC_VER
#endif  // _MSC_VER

#endif  // NETWORK_URI_CONFIG_INC
