Don't require samplesToDo > forwardSamples for decoders
[openal-soft.git] / config.h.in
blob477d8c77ba9704a5765b6c417cc796f3ca397363
1 /* Define if deprecated EAX extensions are enabled */
2 #cmakedefine ALSOFT_EAX
4 /* Define if HRTF data is embedded in the library */
5 #cmakedefine ALSOFT_EMBED_HRTF_DATA
7 /* Define if we have the posix_memalign function */
8 #cmakedefine HAVE_POSIX_MEMALIGN
10 /* Define if we have the _aligned_malloc function */
11 #cmakedefine HAVE__ALIGNED_MALLOC
13 /* Define if we have the proc_pidpath function */
14 #cmakedefine HAVE_PROC_PIDPATH
16 /* Define if we have the getopt function */
17 #cmakedefine HAVE_GETOPT
19 /* Define if we have DBus/RTKit */
20 #cmakedefine HAVE_RTKIT
22 /* Define if we have SSE CPU extensions */
23 #cmakedefine HAVE_SSE
24 #cmakedefine HAVE_SSE2
25 #cmakedefine HAVE_SSE3
26 #cmakedefine HAVE_SSE4_1
28 /* Define if we have ARM Neon CPU extensions */
29 #cmakedefine HAVE_NEON
31 /* Define if we have the ALSA backend */
32 #cmakedefine HAVE_ALSA
34 /* Define if we have the OSS backend */
35 #cmakedefine HAVE_OSS
37 /* Define if we have the PipeWire backend */
38 #cmakedefine HAVE_PIPEWIRE
40 /* Define if we have the Solaris backend */
41 #cmakedefine HAVE_SOLARIS
43 /* Define if we have the SndIO backend */
44 #cmakedefine HAVE_SNDIO
46 /* Define if we have the WASAPI backend */
47 #cmakedefine HAVE_WASAPI
49 /* Define if we have the DSound backend */
50 #cmakedefine HAVE_DSOUND
52 /* Define if we have the Windows Multimedia backend */
53 #cmakedefine HAVE_WINMM
55 /* Define if we have the PortAudio backend */
56 #cmakedefine HAVE_PORTAUDIO
58 /* Define if we have the PulseAudio backend */
59 #cmakedefine HAVE_PULSEAUDIO
61 /* Define if we have the JACK backend */
62 #cmakedefine HAVE_JACK
64 /* Define if we have the CoreAudio backend */
65 #cmakedefine HAVE_COREAUDIO
67 /* Define if we have the OpenSL backend */
68 #cmakedefine HAVE_OPENSL
70 /* Define if we have the Oboe backend */
71 #cmakedefine HAVE_OBOE
73 /* Define if we have the Wave Writer backend */
74 #cmakedefine HAVE_WAVE
76 /* Define if we have the SDL2 backend */
77 #cmakedefine HAVE_SDL2
79 /* Define if we have dlfcn.h */
80 #cmakedefine HAVE_DLFCN_H
82 /* Define if we have pthread_np.h */
83 #cmakedefine HAVE_PTHREAD_NP_H
85 /* Define if we have malloc.h */
86 #cmakedefine HAVE_MALLOC_H
88 /* Define if we have cpuid.h */
89 #cmakedefine HAVE_CPUID_H
91 /* Define if we have intrin.h */
92 #cmakedefine HAVE_INTRIN_H
94 /* Define if we have guiddef.h */
95 #cmakedefine HAVE_GUIDDEF_H
97 /* Define if we have initguid.h */
98 #cmakedefine HAVE_INITGUID_H
100 /* Define if we have GCC's __get_cpuid() */
101 #cmakedefine HAVE_GCC_GET_CPUID
103 /* Define if we have the __cpuid() intrinsic */
104 #cmakedefine HAVE_CPUID_INTRINSIC
106 /* Define if we have SSE intrinsics */
107 #cmakedefine HAVE_SSE_INTRINSICS
109 /* Define if we have pthread_setschedparam() */
110 #cmakedefine HAVE_PTHREAD_SETSCHEDPARAM
112 /* Define if we have pthread_setname_np() */
113 #cmakedefine HAVE_PTHREAD_SETNAME_NP
115 /* Define if we have pthread_set_name_np() */
116 #cmakedefine HAVE_PTHREAD_SET_NAME_NP
118 /* Define the installation data directory */
119 #cmakedefine ALSOFT_INSTALL_DATADIR "@ALSOFT_INSTALL_DATADIR@"