1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39
|
/* Customized config.h for Android builds */
/* disable support for module depackers */
/* #define NO_DEPACKERS */
/* disable the high quality mixer (build only with the standart mixer) */
/* #define NO_HQMIXER */
/* Define if the OpenSL ES driver is compiled */
#define DRV_OSLES 1
/* Define if you want an .aiff file writer driver */
/* #define DRV_AIFF */
/* Define if you want a raw pcm data file writer driver */
/* #define DRV_RAW */
/* Define if you want a .wav file writer driver */
/* #define DRV_WAV */
/* Define if your system provides POSIX.4 threads */
#define HAVE_PTHREAD 1
/* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
significant byte first (like Motorola and SPARC, unlike Intel). */
/* #undef WORDS_BIGENDIAN */
#define HAVE_UNISTD_H 1
#define HAVE_FCNTL_H 1
#define HAVE_INTTYPES_H 1
#define HAVE_LIMITS_H 1
#define HAVE_SETENV 1
#define HAVE_SNPRINTF 1
#define HAVE_SRANDOM 1
#define HAVE_STDINT_H 1
#define HAVE_STDLIB_H 1
#define HAVE_STRING_H 1
#define HAVE_SYS_IOCTL_H 1
#define HAVE_SYS_STAT_H 1
#define HAVE_SYS_TYPES_H 1
#define HAVE_SYS_WAIT_H 1
|