summaryrefslogtreecommitdiff
path: root/graphics/asymptote/LspCpp/third_party/uri/include/network/uri/config.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/asymptote/LspCpp/third_party/uri/include/network/uri/config.hpp')
-rw-r--r--graphics/asymptote/LspCpp/third_party/uri/include/network/uri/config.hpp21
1 files changed, 21 insertions, 0 deletions
diff --git a/graphics/asymptote/LspCpp/third_party/uri/include/network/uri/config.hpp b/graphics/asymptote/LspCpp/third_party/uri/include/network/uri/config.hpp
new file mode 100644
index 0000000000..aa03cd2e00
--- /dev/null
+++ b/graphics/asymptote/LspCpp/third_party/uri/include/network/uri/config.hpp
@@ -0,0 +1,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