mirror of
https://github.com/json-c/json-c.git
synced 2026-04-08 14:59:06 +08:00
add uint64 data to json-c
This commit is contained in:
@@ -200,6 +200,7 @@ AX_COMPILE_CHECK_SIZEOF(long)
|
||||
AX_COMPILE_CHECK_SIZEOF(long long)
|
||||
AX_COMPILE_CHECK_SIZEOF(size_t, [#include <stdint.h>])
|
||||
AX_COMPILE_CHECK_SIZEOF(int64_t, [#include <stdint.h>])
|
||||
AX_COMPILE_CHECK_SIZEOF(uint64_t, [#include <stdint.h>])
|
||||
|
||||
AC_CONFIG_FILES([
|
||||
Makefile
|
||||
|
||||
Reference in New Issue
Block a user