autolink.h
Go to the documentation of this file.00001
00002
00003
00004
00005
00006 #ifndef JSON_AUTOLINK_H_INCLUDED
00007 # define JSON_AUTOLINK_H_INCLUDED
00008
00009 # include "config.h"
00010
00011 # ifdef JSON_IN_CPPTL
00012 # include <cpptl/cpptl_autolink.h>
00013 # endif
00014
00015 # if !defined(JSON_NO_AUTOLINK) && !defined(JSON_DLL_BUILD) && !defined(JSON_IN_CPPTL)
00016 # define CPPTL_AUTOLINK_NAME "json"
00017 # undef CPPTL_AUTOLINK_DLL
00018 # ifdef JSON_DLL
00019 # define CPPTL_AUTOLINK_DLL
00020 # endif
00021 # include "autolink.h"
00022 # endif
00023
00024 #endif // JSON_AUTOLINK_H_INCLUDED