CppUnit project page CppUnit home page

config.h

Go to the documentation of this file.
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 
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

SourceForge Logo hosts this site. Send comments to:
CppUnit Developers