Back to home page

Project CMSSW displayed by LXR

 
 

    


File indexing completed on 2024-04-06 12:11:04

0001 #ifndef JSON_AUTOLINK_H_INCLUDED
0002 #define JSON_AUTOLINK_H_INCLUDED
0003 
0004 #include "config.h"
0005 
0006 #ifdef JSON_IN_CPPTL
0007 #include <cpptl/cpptl_autolink.h>
0008 #endif
0009 
0010 #if !defined(JSON_NO_AUTOLINK) && !defined(JSON_DLL_BUILD) && !defined(JSON_IN_CPPTL)
0011 #define CPPTL_AUTOLINK_NAME "json"
0012 #undef CPPTL_AUTOLINK_DLL
0013 #ifdef JSON_DLL
0014 #define CPPTL_AUTOLINK_DLL
0015 #endif
0016 #include "autolink.h"
0017 #endif
0018 
0019 #endif  // JSON_AUTOLINK_H_INCLUDED