1 b0VIM 7.4>R)RFGQscroggoscroggo-linux4.cnc.corp.google.com/usr/local/ssd/skia/third_party/externals/jsoncpp/include/json/config.h 3210#"! Utpbad4bpyx9 ? &}= 18 19 k 20 M 21 E 22 D 23 24 s r q [ ? & 25 }d;4!ut>_^%~Y/. wST4 26 oWVU43#endif // JSON_CONFIG_H_INCLUDED} // end namespace Json# endif // if defined(JSON_NO_INT64)# define JSON_HAS_INT64 typedef UInt64 LargestUInt; typedef Int64 LargestInt;# endif // if defined(_MSC_VER) typedef unsigned long long int UInt64; typedef long long int Int64;# else // if defined(_MSC_VER) // Other platforms, use long long typedef unsigned __int64 UInt64; typedef __int64 Int64;# if defined(_MSC_VER) // Microsoft Visual Studio // For Microsoft Visual use specific types as long long is not supported# else // if defined(JSON_NO_INT64)# undef JSON_HAS_INT64 typedef unsigned int LargestUInt; typedef int LargestInt;# if defined(JSON_NO_INT64) typedef unsigned int UInt; typedef int Int;namespace Json {#endif // if !defined(JSONCPP_DEPRECATED)# define JSONCPP_DEPRECATED(message)#if !defined(JSONCPP_DEPRECATED)#endif# define JSONCPP_DEPRECATED(message) __declspec(deprecated(message))/// Indicates that the following function is deprecated.#if defined(_MSC_VER) && _MSC_VER >= 1500 // MSVC 2008#endif // if defined(_MSC_VER) && _MSC_VER < 1200 // MSVC 6#define JSON_USE_INT64_DOUBLE_CONVERSION 1// (no conversion from unsigned __int64).// Microsoft Visual Studio 6 only support conversion from __int64 to double#if defined(_MSC_VER) && _MSC_VER <= 1200 // MSVC 6// #define JSON_NO_INT64 1// Storages, and 64 bits integer support is disabled.// If JSON_NO_INT64 is defined, then Json only support C++ "int" type for integer# endif# define JSON_API# else# define JSON_API __declspec(dllimport)# elif defined(JSON_DLL)# define JSON_API __declspec(dllexport)# elif defined(JSON_DLL_BUILD)# define JSON_API CPPTL_API# ifdef JSON_IN_CPPTL# endif# endif# define JSON_USE_CPPTL 1# ifndef JSON_USE_CPPTL# include <cpptl/config.h># ifdef JSON_IN_CPPTL// #define JSON_IS_AMALGAMATION/// Remarks: it is automatically defined in the generated amalgated header./// to prevent private header inclusion./// If defined, indicates that the source file is amalgated# endif# define JSON_USE_EXCEPTION 1# ifndef JSON_USE_EXCEPTION// assertion macros. The default is to use exceptions.// If non-zero, the library uses exceptions to report bad input instead of C//# define JSON_USE_SIMPLE_INTERNAL_ALLOCATOR 1/// Only has effects if JSON_VALUE_USE_INTERNAL_MAP is defined./// as if it was a POD) that may cause some validation tool to report errors./// The memory pools allocator used optimization (initializing Value and ValueInternalLink/// Force usage of standard new/malloc based allocator instead of memory pool based allocator.//# define JSON_VALUE_USE_INTERNAL_MAP 1/// THIS FEATURE IS STILL EXPERIMENTAL! There is know bugs: See #3177332/// (hash table & simple deque container with customizable allocator)./// If defined, indicates that Json specific container should be used//# define JSON_USE_CPPTL_SMALLMAP 1/// as Value container./// If defined, indicates that cpptl vector based map should be used instead of std::map//# define JSON_USE_CPPTL 1/// If defined, indicates that json may leverage CppTL library//# define JSON_IN_CPPTL 1/// If defined, indicates that json library is embedded in CppTL library.# define JSON_CONFIG_H_INCLUDED#ifndef JSON_CONFIG_H_INCLUDED// See file LICENSE for detail or copy at http://jsoncpp.sourceforge.net/LICENSE// recognized in your jurisdiction.// Distributed under MIT license, or public domain if desired and// Copyright 2007-2010 Baptiste Lepilleur