summaryrefslogtreecommitdiffstats
path: root/include/arch/linux-arm/AndroidConfig.h
diff options
context:
space:
mode:
authorAndy McFadden <fadden@android.com>2009-08-05 14:10:49 -0700
committerAndy McFadden <fadden@android.com>2009-08-05 14:14:32 -0700
commit656a8162983ee8165f4bbcb6c76d8560a7957c35 (patch)
tree37d28a9ae9a427e5869810582b5fb749b8a0f245 /include/arch/linux-arm/AndroidConfig.h
parentc98c2b89706aeadb170472c3af9b381c58346d92 (diff)
downloadsystem_core-656a8162983ee8165f4bbcb6c76d8560a7957c35.zip
system_core-656a8162983ee8165f4bbcb6c76d8560a7957c35.tar.gz
system_core-656a8162983ee8165f4bbcb6c76d8560a7957c35.tar.bz2
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.
Diffstat (limited to 'include/arch/linux-arm/AndroidConfig.h')
-rw-r--r--include/arch/linux-arm/AndroidConfig.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/include/arch/linux-arm/AndroidConfig.h b/include/arch/linux-arm/AndroidConfig.h
index f322127..4371083 100644
--- a/include/arch/linux-arm/AndroidConfig.h
+++ b/include/arch/linux-arm/AndroidConfig.h
@@ -302,4 +302,14 @@
*/
#define HAVE_WRITEV 1
+/*
+ * Define if <stdint.h> exists.
+ */
+#define HAVE_STDINT_H 1
+
+/*
+ * Define if <stdbool.h> exists.
+ */
+#define HAVE_STDBOOL_H 1
+
#endif /* _ANDROID_CONFIG_H */