rlm@0: /* API declaration export attribute */ rlm@0: #define AL_API ${EXPORT_DECL} rlm@0: #define ALC_API ${EXPORT_DECL} rlm@0: rlm@0: /* Define to the library version */ rlm@0: #define ALSOFT_VERSION "${LIB_VERSION}" rlm@0: rlm@0: /* Define if we have the ALSA backend */ rlm@0: #cmakedefine HAVE_ALSA rlm@0: rlm@0: /* Define if we have the OSS backend */ rlm@0: #cmakedefine HAVE_OSS rlm@0: rlm@0: /* Define if we have the Solaris backend */ rlm@0: #cmakedefine HAVE_SOLARIS rlm@0: rlm@0: /* Define if we have the SndIO backend */ rlm@0: #cmakedefine HAVE_SNDIO rlm@0: rlm@0: /* Define if we have the MMDevApi backend */ rlm@0: #cmakedefine HAVE_MMDEVAPI rlm@0: rlm@0: /* Define if we have the DSound backend */ rlm@0: #cmakedefine HAVE_DSOUND rlm@0: rlm@0: /* Define if we have the Windows Multimedia backend */ rlm@0: #cmakedefine HAVE_WINMM rlm@0: rlm@0: /* Define if we have the PortAudio backend */ rlm@0: #cmakedefine HAVE_PORTAUDIO rlm@0: rlm@0: /* Define if we have the PulseAudio backend */ rlm@0: #cmakedefine HAVE_PULSEAUDIO rlm@0: rlm@0: /* Define if we have the CoreAudio backend */ rlm@0: #cmakedefine HAVE_COREAUDIO rlm@0: rlm@0: /* Define if we have the OpenSL backend */ rlm@0: #cmakedefine HAVE_OPENSL rlm@0: rlm@0: /* Define if we have the Wave Writer backend */ rlm@0: #cmakedefine HAVE_WAVE rlm@0: rlm@0: /* RLM: add send backend */ rlm@0: #cmakedefine HAVE_SEND rlm@0: rlm@0: /* Define if we have dlfcn.h */ rlm@0: #cmakedefine HAVE_DLFCN_H rlm@0: rlm@0: /* Define if we have the stat function */ rlm@0: #cmakedefine HAVE_STAT rlm@0: rlm@0: /* Define if we have the powf function */ rlm@0: #cmakedefine HAVE_POWF rlm@0: rlm@0: /* Define if we have the sqrtf function */ rlm@0: #cmakedefine HAVE_SQRTF rlm@0: rlm@0: /* Define if we have the acosf function */ rlm@0: #cmakedefine HAVE_ACOSF rlm@0: rlm@0: /* Define if we have the atanf function */ rlm@0: #cmakedefine HAVE_ATANF rlm@0: rlm@0: /* Define if we have the fabsf function */ rlm@0: #cmakedefine HAVE_FABSF rlm@0: rlm@0: /* Define if we have the strtof function */ rlm@0: #cmakedefine HAVE_STRTOF rlm@0: rlm@0: /* Define if we have stdint.h */ rlm@0: #cmakedefine HAVE_STDINT_H rlm@0: rlm@0: /* Define if we have the __int64 type */ rlm@0: #cmakedefine HAVE___INT64 rlm@0: rlm@0: /* Define to the size of a long int type */ rlm@0: #cmakedefine SIZEOF_LONG ${SIZEOF_LONG} rlm@0: rlm@0: /* Define to the size of a long long int type */ rlm@0: #cmakedefine SIZEOF_LONG_LONG ${SIZEOF_LONG_LONG} rlm@0: rlm@0: /* Define to the size of an unsigned int type */ rlm@0: #cmakedefine SIZEOF_UINT ${SIZEOF_UINT} rlm@0: rlm@0: /* Define to the size of a void pointer type */ rlm@0: #cmakedefine SIZEOF_VOIDP ${SIZEOF_VOIDP} rlm@0: rlm@0: /* Define if we have GCC's destructor attribute */ rlm@0: #cmakedefine HAVE_GCC_DESTRUCTOR rlm@0: rlm@0: /* Define if we have GCC's format attribute */ rlm@0: #cmakedefine HAVE_GCC_FORMAT rlm@0: rlm@0: /* Define if we have pthread_np.h */ rlm@0: #cmakedefine HAVE_PTHREAD_NP_H rlm@0: rlm@0: /* Define if we have arm_neon.h */ rlm@0: #cmakedefine HAVE_ARM_NEON_H rlm@0: rlm@0: /* Define if we have guiddef.h */ rlm@0: #cmakedefine HAVE_GUIDDEF_H rlm@0: rlm@0: /* Define if we have guiddef.h */ rlm@0: #cmakedefine HAVE_INITGUID_H rlm@0: rlm@0: /* Define if we have ieeefp.h */ rlm@0: #cmakedefine HAVE_IEEEFP_H rlm@0: rlm@0: /* Define if we have float.h */ rlm@0: #cmakedefine HAVE_FLOAT_H rlm@0: rlm@0: /* Define if we have fenv.h */ rlm@0: #cmakedefine HAVE_FENV_H rlm@0: rlm@0: /* Define if we have fesetround() */ rlm@0: #cmakedefine HAVE_FESETROUND rlm@0: rlm@0: /* Define if we have _controlfp() */ rlm@0: #cmakedefine HAVE__CONTROLFP rlm@0: rlm@0: /* Define if we have pthread_setschedparam() */ rlm@0: #cmakedefine HAVE_PTHREAD_SETSCHEDPARAM rlm@0: rlm@0: /* Define if we have the restrict keyword */ rlm@0: #cmakedefine HAVE_RESTRICT rlm@0: rlm@0: /* Define if we have the __restrict keyword */ rlm@0: #cmakedefine HAVE___RESTRICT