JsonCpp project page JsonCpp home page

autolink.h

Go to the documentation of this file.
00001 // Copyright 2007-2010 Baptiste Lepilleur
00002 // Distributed under MIT license, or public domain if desired and
00003 // recognized in your jurisdiction.
00004 // See file LICENSE for detail or copy at http://jsoncpp.sourceforge.net/LICENSE
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

SourceForge Logo hosts this site. Send comments to:
Json-cpp Developers