diff options
Diffstat (limited to 'include/arch/linux-arm/AndroidConfig.h')
| -rw-r--r-- | include/arch/linux-arm/AndroidConfig.h | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/include/arch/linux-arm/AndroidConfig.h b/include/arch/linux-arm/AndroidConfig.h index 26547a2..f51ddb1 100644 --- a/include/arch/linux-arm/AndroidConfig.h +++ b/include/arch/linux-arm/AndroidConfig.h @@ -298,6 +298,16 @@ #define HAVE_STRLCPY 1 /* + * Define if the open_memstream() function exists on the system. + */ +/* #define HAVE_OPEN_MEMSTREAM 1 */ + +/* + * Define if the BSD funopen() function exists on the system. + */ +#define HAVE_FUNOPEN 1 + +/* * Define if prctl() exists */ #define HAVE_PRCTL 1 |
