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