RTBKit  0.9
Open-source framework to create real-time ad bidding systems.
soa/jsoncpp/autolink.h
00001 #ifndef JSON_AUTOLINK_H_INCLUDED
00002 # define JSON_AUTOLINK_H_INCLUDED
00003 
00004 # include "config.h"
00005 
00006 # ifdef JSON_IN_CPPTL
00007 #  include <cpptl/cpptl_autolink.h>
00008 # endif
00009 
00010 # if !defined(JSON_NO_AUTOLINK)  &&  !defined(JSON_DLL_BUILD)  &&  !defined(JSON_IN_CPPTL)
00011 #  define CPPTL_AUTOLINK_NAME "json"
00012 #  undef CPPTL_AUTOLINK_DLL
00013 #  ifdef JSON_DLL
00014 #   define CPPTL_AUTOLINK_DLL
00015 #  endif
00016 #  include "autolink.h"
00017 # endif
00018 
00019 #endif // JSON_AUTOLINK_H_INCLUDED
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator