mirror of
https://github.com/DrBeef/JKXR.git
synced 2024-12-03 09:32:54 +00:00
57 lines
1.2 KiB
C
57 lines
1.2 KiB
C
|
/* API declaration export attribute */
|
||
|
//#define AL_API ${EXPORT_DECL}
|
||
|
//#define ALC_API ${EXPORT_DECL}
|
||
|
|
||
|
/* Define to the library version */
|
||
|
#define ALSOFT_VERSION "1"
|
||
|
|
||
|
|
||
|
/* Define if we have the OpenSL backend */
|
||
|
#define HAVE_OPENSL
|
||
|
|
||
|
/* Define if we have the OpenSL 1.1 backend */
|
||
|
//#define HAVE_OPENSL_1_1
|
||
|
|
||
|
/* Define if we have the Android backend */
|
||
|
#define HAVE_ANDROID
|
||
|
|
||
|
/* Define if we want to use the low latency Android backend */
|
||
|
#define HAVE_ANDROID_LOW_LATENCY
|
||
|
|
||
|
|
||
|
/* Define if we have the stat function */
|
||
|
#define HAVE_STAT
|
||
|
|
||
|
|
||
|
|
||
|
/* Define if we have the strtof function */
|
||
|
#define HAVE_STRTOF
|
||
|
|
||
|
/* Define if we have stdint.h */
|
||
|
#define HAVE_STDINT_H
|
||
|
|
||
|
|
||
|
/* Define to the size of a long int type */
|
||
|
#define SIZEOF_LONG 4
|
||
|
|
||
|
/* Define to the size of a long long int type */
|
||
|
#define SIZEOF_LONG_LONG 8
|
||
|
|
||
|
/* Define if we have GCC's destructor attribute */
|
||
|
#define HAVE_GCC_DESTRUCTOR
|
||
|
|
||
|
/* Define if we have GCC's format attribute */
|
||
|
#define HAVE_GCC_FORMAT
|
||
|
|
||
|
|
||
|
/* Define if we have fenv.h */
|
||
|
#define HAVE_FENV_H
|
||
|
|
||
|
/* Define if we have pthread_setschedparam() */
|
||
|
#define HAVE_PTHREAD_SETSCHEDPARAM
|
||
|
|
||
|
/* Define if we have the __restrict keyword */
|
||
|
#define HAVE___RESTRICT
|
||
|
|
||
|
#define AL_ALEXT_PROTOTYPES
|