annotate third_party/json/autolink.h @ 0:add35537fdbb tip

Initial import
author irh <ian.r.hobson@gmail.com>
date Thu, 25 Aug 2011 11:05:55 +0100
parents
children
rev   line source
ian@0 1 // Copyright 2007-2010 Baptiste Lepilleur
ian@0 2 // Distributed under MIT license, or public domain if desired and
ian@0 3 // recognized in your jurisdiction.
ian@0 4 // See file LICENSE for detail or copy at http://jsoncpp.sourceforge.net/LICENSE
ian@0 5
ian@0 6 #ifndef JSON_AUTOLINK_H_INCLUDED
ian@0 7 # define JSON_AUTOLINK_H_INCLUDED
ian@0 8
ian@0 9 # include "config.h"
ian@0 10
ian@0 11 # ifdef JSON_IN_CPPTL
ian@0 12 # include <cpptl/cpptl_autolink.h>
ian@0 13 # endif
ian@0 14
ian@0 15 # if !defined(JSON_NO_AUTOLINK) && !defined(JSON_DLL_BUILD) && !defined(JSON_IN_CPPTL)
ian@0 16 # define CPPTL_AUTOLINK_NAME "json"
ian@0 17 # undef CPPTL_AUTOLINK_DLL
ian@0 18 # ifdef JSON_DLL
ian@0 19 # define CPPTL_AUTOLINK_DLL
ian@0 20 # endif
ian@0 21 # include "autolink.h"
ian@0 22 # endif
ian@0 23
ian@0 24 #endif // JSON_AUTOLINK_H_INCLUDED