Include json_inttypes.h in json_object.h since we use types like int32_t in the API and some systems need that header to compile.

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.
This commit is contained in:
Eric Haszlakiewicz
2012-02-15 20:44:54 -06:00
parent 15db9372f3
commit b21b137805
6 changed files with 27 additions and 2 deletions

3
json_config.h.in Normal file
View File

@@ -0,0 +1,3 @@
/* Define to 1 if you have the <inttypes.h> header file. */
#undef JSON_C_HAVE_INTTYPES_H