json test

Embed: (wiki syntax)

« Back to documentation index

Show/hide line numbers autolink.h Source File

autolink.h

00001 // Copyright 2007-2010 Baptiste Lepilleur and The JsonCpp Authors
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) &&                  \
00016     !defined(JSON_IN_CPPTL)
00017 #define CPPTL_AUTOLINK_NAME "json"
00018 #undef CPPTL_AUTOLINK_DLL
00019 #ifdef JSON_DLL
00020 #define CPPTL_AUTOLINK_DLL
00021 #endif
00022 #include "autolink.h"
00023 #endif
00024 
00025 #endif // JSON_AUTOLINK_H_INCLUDED