ian@0: // Copyright 2007-2010 Baptiste Lepilleur ian@0: // Distributed under MIT license, or public domain if desired and ian@0: // recognized in your jurisdiction. ian@0: // See file LICENSE for detail or copy at http://jsoncpp.sourceforge.net/LICENSE ian@0: ian@0: #ifndef JSON_AUTOLINK_H_INCLUDED ian@0: # define JSON_AUTOLINK_H_INCLUDED ian@0: ian@0: # include "config.h" ian@0: ian@0: # ifdef JSON_IN_CPPTL ian@0: # include ian@0: # endif ian@0: ian@0: # if !defined(JSON_NO_AUTOLINK) && !defined(JSON_DLL_BUILD) && !defined(JSON_IN_CPPTL) ian@0: # define CPPTL_AUTOLINK_NAME "json" ian@0: # undef CPPTL_AUTOLINK_DLL ian@0: # ifdef JSON_DLL ian@0: # define CPPTL_AUTOLINK_DLL ian@0: # endif ian@0: # include "autolink.h" ian@0: # endif ian@0: ian@0: #endif // JSON_AUTOLINK_H_INCLUDED