rt300@13: #ifndef JSON_AUTOLINK_H_INCLUDED rt300@13: # define JSON_AUTOLINK_H_INCLUDED rt300@13: rt300@13: # include "config.h" rt300@13: rt300@13: # ifdef JSON_IN_CPPTL rt300@13: # include rt300@13: # endif rt300@13: rt300@13: # if !defined(JSON_NO_AUTOLINK) && !defined(JSON_DLL_BUILD) && !defined(JSON_IN_CPPTL) rt300@13: # define CPPTL_AUTOLINK_NAME "json" rt300@13: # undef CPPTL_AUTOLINK_DLL rt300@13: # ifdef JSON_DLL rt300@13: # define CPPTL_AUTOLINK_DLL rt300@13: # endif rt300@13: # include "autolink.h" rt300@13: # endif rt300@13: rt300@13: #endif // JSON_AUTOLINK_H_INCLUDED