![]() |
RTBKit
0.9
Open-source framework to create real-time ad bidding systems.
|
00001 #ifndef JSON_CONFIG_H_INCLUDED 00002 # define JSON_CONFIG_H_INCLUDED 00003 00005 //# define JSON_IN_CPPTL 1 00006 00008 //# define JSON_USE_CPPTL 1 00011 //# define JSON_USE_CPPTL_SMALLMAP 1 00015 //# define JSON_VALUE_USE_INTERNAL_MAP 1 00020 //# define JSON_USE_SIMPLE_INTERNAL_ALLOCATOR 1 00021 00024 # define JSON_USE_EXCEPTION 1 00025 00026 # ifdef JSON_IN_CPPTL 00027 # include <cpptl/config.h> 00028 # ifndef JSON_USE_CPPTL 00029 # define JSON_USE_CPPTL 1 00030 # endif 00031 # endif 00032 00033 # ifdef JSON_IN_CPPTL 00034 # define JSON_API CPPTL_API 00035 # elif defined(JSON_DLL_BUILD) 00036 # define JSON_API __declspec(dllexport) 00037 # elif defined(JSON_DLL) 00038 # define JSON_API __declspec(dllimport) 00039 # else 00040 # define JSON_API 00041 # endif 00042 00043 #endif // JSON_CONFIG_H_INCLUDED