config.h 157 B

12345678910
  1. #define HAVE_DECL_BE64ENC 0
  2. #define HAVE_MMAP 1
  3. #ifndef __ANDROID__
  4. #define HAVE_POSIX_MEMALIGN 1
  5. #endif
  6. #ifdef __ANDROID__
  7. #include <sys/limits.h>
  8. #endif