diff options
Diffstat (limited to 'include/arch/freebsd-x86/AndroidConfig.h')
-rw-r--r-- | include/arch/freebsd-x86/AndroidConfig.h | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/include/arch/freebsd-x86/AndroidConfig.h b/include/arch/freebsd-x86/AndroidConfig.h index cc118f4..39c564b 100644 --- a/include/arch/freebsd-x86/AndroidConfig.h +++ b/include/arch/freebsd-x86/AndroidConfig.h @@ -314,4 +314,19 @@ #define CLOCK_PROCESS_CPUTIME_ID CLOCK_PROF #endif +/* + * Define if <stdint.h> exists. + */ +/* #define HAVE_STDINT_H */ + +/* + * Define if <stdbool.h> exists. + */ +/* #define HAVE_STDBOOL_H */ + +/* + * Define if <sched.h> exists. + */ +#define HAVE_SCHED_H 1 + #endif /*_ANDROID_CONFIG_H*/ |