涂 桂旺
/
mbed-os-example-cj
json test
jsoncpp/include/json/autolink.h@0:2ee762ea11b3, 2018-01-26 (annotated)
- Committer:
- tgw
- Date:
- Fri Jan 26 06:05:31 2018 +0000
- Revision:
- 0:2ee762ea11b3
json
Who changed what in which revision?
User | Revision | Line number | New contents of line |
---|---|---|---|
tgw | 0:2ee762ea11b3 | 1 | // Copyright 2007-2010 Baptiste Lepilleur and The JsonCpp Authors |
tgw | 0:2ee762ea11b3 | 2 | // Distributed under MIT license, or public domain if desired and |
tgw | 0:2ee762ea11b3 | 3 | // recognized in your jurisdiction. |
tgw | 0:2ee762ea11b3 | 4 | // See file LICENSE for detail or copy at http://jsoncpp.sourceforge.net/LICENSE |
tgw | 0:2ee762ea11b3 | 5 | |
tgw | 0:2ee762ea11b3 | 6 | #ifndef JSON_AUTOLINK_H_INCLUDED |
tgw | 0:2ee762ea11b3 | 7 | #define JSON_AUTOLINK_H_INCLUDED |
tgw | 0:2ee762ea11b3 | 8 | |
tgw | 0:2ee762ea11b3 | 9 | #include "config.h" |
tgw | 0:2ee762ea11b3 | 10 | |
tgw | 0:2ee762ea11b3 | 11 | #ifdef JSON_IN_CPPTL |
tgw | 0:2ee762ea11b3 | 12 | #include <cpptl/cpptl_autolink.h> |
tgw | 0:2ee762ea11b3 | 13 | #endif |
tgw | 0:2ee762ea11b3 | 14 | |
tgw | 0:2ee762ea11b3 | 15 | #if !defined(JSON_NO_AUTOLINK) && !defined(JSON_DLL_BUILD) && \ |
tgw | 0:2ee762ea11b3 | 16 | !defined(JSON_IN_CPPTL) |
tgw | 0:2ee762ea11b3 | 17 | #define CPPTL_AUTOLINK_NAME "json" |
tgw | 0:2ee762ea11b3 | 18 | #undef CPPTL_AUTOLINK_DLL |
tgw | 0:2ee762ea11b3 | 19 | #ifdef JSON_DLL |
tgw | 0:2ee762ea11b3 | 20 | #define CPPTL_AUTOLINK_DLL |
tgw | 0:2ee762ea11b3 | 21 | #endif |
tgw | 0:2ee762ea11b3 | 22 | #include "autolink.h" |
tgw | 0:2ee762ea11b3 | 23 | #endif |
tgw | 0:2ee762ea11b3 | 24 | |
tgw | 0:2ee762ea11b3 | 25 | #endif // JSON_AUTOLINK_H_INCLUDED |