Go to the documentation of this file.00001 #ifndef JSON_CONFIG_H_INCLUDED
00002 # define JSON_CONFIG_H_INCLUDED
00003
00005
00006
00008
00011
00015
00020
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