json test

Committer:
tgw
Date:
Fri Jan 26 06:05:31 2018 +0000
Revision:
0:2ee762ea11b3
json

Who changed what in which revision?

UserRevisionLine numberNew contents of line
tgw 0:2ee762ea11b3 1 // DO NOT EDIT. This file (and "version") is generated by CMake.
tgw 0:2ee762ea11b3 2 // Run CMake configure step to update it.
tgw 0:2ee762ea11b3 3 #ifndef JSON_VERSION_H_INCLUDED
tgw 0:2ee762ea11b3 4 # define JSON_VERSION_H_INCLUDED
tgw 0:2ee762ea11b3 5
tgw 0:2ee762ea11b3 6 # define JSONCPP_VERSION_STRING "@JSONCPP_VERSION@"
tgw 0:2ee762ea11b3 7 # define JSONCPP_VERSION_MAJOR @JSONCPP_VERSION_MAJOR@
tgw 0:2ee762ea11b3 8 # define JSONCPP_VERSION_MINOR @JSONCPP_VERSION_MINOR@
tgw 0:2ee762ea11b3 9 # define JSONCPP_VERSION_PATCH @JSONCPP_VERSION_PATCH@
tgw 0:2ee762ea11b3 10 # define JSONCPP_VERSION_QUALIFIER
tgw 0:2ee762ea11b3 11 # define JSONCPP_VERSION_HEXA ((JSONCPP_VERSION_MAJOR << 24) | (JSONCPP_VERSION_MINOR << 16) | (JSONCPP_VERSION_PATCH << 8))
tgw 0:2ee762ea11b3 12
tgw 0:2ee762ea11b3 13 #ifdef JSONCPP_USING_SECURE_MEMORY
tgw 0:2ee762ea11b3 14 #undef JSONCPP_USING_SECURE_MEMORY
tgw 0:2ee762ea11b3 15 #endif
tgw 0:2ee762ea11b3 16 #define JSONCPP_USING_SECURE_MEMORY @JSONCPP_USE_SECURE_MEMORY@
tgw 0:2ee762ea11b3 17 // If non-zero, the library zeroes any memory that it has allocated before
tgw 0:2ee762ea11b3 18 // it frees its memory.
tgw 0:2ee762ea11b3 19
tgw 0:2ee762ea11b3 20 #endif // JSON_VERSION_H_INCLUDED