add uint64 data to json-c

This commit is contained in:
dota17
2020-02-20 15:17:05 +08:00
parent 518f337ce8
commit 3c3b5920f7
24 changed files with 431 additions and 37 deletions

View File

@@ -137,6 +137,8 @@
#cmakedefine HAVE_STRTOLL
#cmakedefine strtoll @json_c_strtoll@
#cmakedefine HAVE_STRTOULL
#cmakedefine strtoull @json_c_strtoull@
/* Have __thread */
#cmakedefine HAVE___THREAD