As part of this create a public json_config.h with a custom define to decide whether to include inttypes.h to avoid conflicting with other projects config.h header.
4 lines
91 B
C
4 lines
91 B
C
|
|
/* Define to 1 if you have the <inttypes.h> header file. */
|
|
#undef JSON_C_HAVE_INTTYPES_H
|