config.h
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
00022
00023 # ifdef JSON_IN_CPPTL
00024 # include <cpptl/config.h>
00025 # ifndef JSON_USE_CPPTL
00026 # define JSON_USE_CPPTL 1
00027 # endif
00028 # endif
00029
00030 # ifdef JSON_IN_CPPTL
00031 # define JSON_API CPPTL_API
00032 # elif defined(JSON_DLL_BUILD)
00033 # define JSON_API __declspec(dllexport)
00034 # elif defined(JSON_DLL)
00035 # define JSON_API __declspec(dllimport)
00036 # else
00037 # define JSON_API
00038 # endif
00039
00040 #endif // JSON_CONFIG_H_INCLUDED