Don't apply distance attenuation when the slot's AuxSendAuto is off
[openal-soft.git] / config.h.in
blob40a825068d7883b3d0236006f911a46862e2fa45
1 /* Define the alignment attribute for externally callable functions. */
2 #define FORCE_ALIGN @ALSOFT_FORCE_ALIGN@
4 /* Define if HRTF data is embedded in the library */
5 #cmakedefine ALSOFT_EMBED_HRTF_DATA
7 /* Define if we have the proc_pidpath function */
8 #cmakedefine HAVE_PROC_PIDPATH
10 /* Define if we have DBus/RTKit */
11 #cmakedefine HAVE_RTKIT
13 /* Define if we have SSE CPU extensions */
14 #cmakedefine HAVE_SSE
15 #cmakedefine HAVE_SSE2
16 #cmakedefine HAVE_SSE3
17 #cmakedefine HAVE_SSE4_1
19 /* Define if we have ARM Neon CPU extensions */
20 #cmakedefine HAVE_NEON
22 /* Define if we have the ALSA backend */
23 #cmakedefine HAVE_ALSA
25 /* Define if we have the OSS backend */
26 #cmakedefine HAVE_OSS
28 /* Define if we have the PipeWire backend */
29 #cmakedefine HAVE_PIPEWIRE
31 /* Define if we have the Solaris backend */
32 #cmakedefine HAVE_SOLARIS
34 /* Define if we have the SndIO backend */
35 #cmakedefine HAVE_SNDIO
37 /* Define if we have the WASAPI backend */
38 #cmakedefine HAVE_WASAPI
40 /* Define if we have the DSound backend */
41 #cmakedefine HAVE_DSOUND
43 /* Define if we have the Windows Multimedia backend */
44 #cmakedefine HAVE_WINMM
46 /* Define if we have the PortAudio backend */
47 #cmakedefine HAVE_PORTAUDIO
49 /* Define if we have the PulseAudio backend */
50 #cmakedefine HAVE_PULSEAUDIO
52 /* Define if we have the JACK backend */
53 #cmakedefine HAVE_JACK
55 /* Define if we have the CoreAudio backend */
56 #cmakedefine HAVE_COREAUDIO
58 /* Define if we have the OpenSL backend */
59 #cmakedefine HAVE_OPENSL
61 /* Define if we have the Oboe backend */
62 #cmakedefine HAVE_OBOE
64 /* Define if we have the OtherIO backend */
65 #cmakedefine HAVE_OTHERIO
67 /* Define if we have the Wave Writer backend */
68 #cmakedefine HAVE_WAVE
70 /* Define if we have the SDL2 backend */
71 #cmakedefine HAVE_SDL2
73 /* Define if we have dlfcn.h */
74 #cmakedefine HAVE_DLFCN_H
76 /* Define if we have pthread_np.h */
77 #cmakedefine HAVE_PTHREAD_NP_H
79 /* Define if we have cpuid.h */
80 #cmakedefine HAVE_CPUID_H
82 /* Define if we have intrin.h */
83 #cmakedefine HAVE_INTRIN_H
85 /* Define if we have guiddef.h */
86 #cmakedefine HAVE_GUIDDEF_H
88 /* Define if we have GCC's __get_cpuid() */
89 #cmakedefine HAVE_GCC_GET_CPUID
91 /* Define if we have the __cpuid() intrinsic */
92 #cmakedefine HAVE_CPUID_INTRINSIC
94 /* Define if we have SSE intrinsics */
95 #cmakedefine HAVE_SSE_INTRINSICS
97 /* Define if we have pthread_setschedparam() */
98 #cmakedefine HAVE_PTHREAD_SETSCHEDPARAM
100 /* Define if we have pthread_setname_np() */
101 #cmakedefine HAVE_PTHREAD_SETNAME_NP
103 /* Define if we have pthread_set_name_np() */
104 #cmakedefine HAVE_PTHREAD_SET_NAME_NP
106 /* Define the installation data directory */
107 #cmakedefine ALSOFT_INSTALL_DATADIR "@ALSOFT_INSTALL_DATADIR@"
109 /* Define whether build alsoft for winuwp */
110 #cmakedefine ALSOFT_UWP