Mercurial > hg > soniczoomios
annotate json/autolink.h @ 49:178642d134a7 tip
xtra files
author | Robert Tubb <rt300@eecs.qmul.ac.uk> |
---|---|
date | Wed, 01 May 2013 17:34:33 +0100 |
parents | 346807b47860 |
children |
rev | line source |
---|---|
rt300@9 | 1 #ifndef JSON_AUTOLINK_H_INCLUDED |
rt300@9 | 2 # define JSON_AUTOLINK_H_INCLUDED |
rt300@9 | 3 |
rt300@9 | 4 # include "config.h" |
rt300@9 | 5 |
rt300@9 | 6 # ifdef JSON_IN_CPPTL |
rt300@9 | 7 # include <cpptl/cpptl_autolink.h> |
rt300@9 | 8 # endif |
rt300@9 | 9 |
rt300@9 | 10 # if !defined(JSON_NO_AUTOLINK) && !defined(JSON_DLL_BUILD) && !defined(JSON_IN_CPPTL) |
rt300@9 | 11 # define CPPTL_AUTOLINK_NAME "json" |
rt300@9 | 12 # undef CPPTL_AUTOLINK_DLL |
rt300@9 | 13 # ifdef JSON_DLL |
rt300@9 | 14 # define CPPTL_AUTOLINK_DLL |
rt300@9 | 15 # endif |
rt300@9 | 16 # include "autolink.h" |
rt300@9 | 17 # endif |
rt300@9 | 18 |
rt300@9 | 19 #endif // JSON_AUTOLINK_H_INCLUDED |