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