summaryrefslogtreecommitdiff
path: root/graphics/asymptote/LspCpp/third_party/uri/include/network/uri/config.hpp
blob: aa03cd2e00a6d4aa075801fa1ae535062f995420 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
// 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