Include json_inttypes.h in json_object.h since we use types like int32_t in the API...
authorEric Haszlakiewicz <erh+git@nimenees.com>
Thu, 16 Feb 2012 02:44:54 +0000 (20:44 -0600)
committerEric Haszlakiewicz <erh+git@nimenees.com>
Thu, 16 Feb 2012 02:47:11 +0000 (20:47 -0600)
commitb21b1378053285b3204857e87879fb3dc0197f8d
treee3ce5c1a2b3fd849e361600ef11764595df4f9d5
parent15db9372f33c4a62a7a3b5f5ca1986e37ccb4bb9
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.
Makefile.am
config.h.in
configure.in
json_config.h.in [new file with mode: 0644]
json_inttypes.h
json_object.h