commit | 656a8162983ee8165f4bbcb6c76d8560a7957c35 | [log] [tgz] |
---|---|---|
author | Andy McFadden <fadden@android.com> | Wed Aug 05 14:10:49 2009 -0700 |
committer | Andy McFadden <fadden@android.com> | Wed Aug 05 14:14:32 2009 -0700 |
tree | 37d28a9ae9a427e5869810582b5fb749b8a0f245 | |
parent | c98c2b89706aeadb170472c3af9b381c58346d92 [diff] |
Added defines for <stdint.h> and <stdbool.h>. This adds HAVE_STDINT_H and HAVE_STDBOOL_H to the configuration. We've been using HAVE_STDINT_H for a while but just never bothered to define it, and we're about to start using HAVE_STDBOOL_H. I enabled them for the linux and darwin targets, and left it undefined for freebsd/windows.