From f1ad2cad1a6baca25700fd520f6fc3e91c319680 Mon Sep 17 00:00:00 2001 From: "Nicolas \"Pixel\" Noble" Date: Tue, 24 Dec 2013 22:45:02 -0800 Subject: Adding jsoncpp code. --- src/jsoncpp/include/json/autolink.h | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 src/jsoncpp/include/json/autolink.h (limited to 'src/jsoncpp/include/json/autolink.h') diff --git a/src/jsoncpp/include/json/autolink.h b/src/jsoncpp/include/json/autolink.h new file mode 100644 index 0000000..be0c376 --- /dev/null +++ b/src/jsoncpp/include/json/autolink.h @@ -0,0 +1,19 @@ +#ifndef JSON_AUTOLINK_H_INCLUDED +# define JSON_AUTOLINK_H_INCLUDED + +# include "json/config.h" + +# ifdef JSON_IN_CPPTL +# include +# endif + +# if !defined(JSON_NO_AUTOLINK) && !defined(JSON_DLL_BUILD) && !defined(JSON_IN_CPPTL) +# define CPPTL_AUTOLINK_NAME "json" +# undef CPPTL_AUTOLINK_DLL +# ifdef JSON_DLL +# define CPPTL_AUTOLINK_DLL +# endif +# include "autolink.h" +# endif + +#endif // JSON_AUTOLINK_H_INCLUDED -- cgit v1.2.3