Put the HRTF DirectParams into an anonymous struct
[openal-soft.git] / config.h.in
blob30b3e5e55c6f95cd7ca28cd109b8454d6eb21be2
1 /* API declaration export attribute */
2 #define AL_API ${EXPORT_DECL}
3 #define ALC_API ${EXPORT_DECL}
5 /* Define to the library version */
6 #define ALSOFT_VERSION "${LIB_VERSION}"
8 /* Define any available alignment declaration */
9 #define ALIGN(x) ${ALIGN_DECL}
10 #ifdef __MINGW32__
11 #define align(x) aligned(x)
12 #endif
14 /* Define to the appropriate 'restrict' keyword */
15 #define RESTRICT ${RESTRICT_DECL}
17 /* Define if we have the C11 aligned_alloc function */
18 #cmakedefine HAVE_ALIGNED_ALLOC
20 /* Define if we have the posix_memalign function */
21 #cmakedefine HAVE_POSIX_MEMALIGN
23 /* Define if we have the _aligned_malloc function */
24 #cmakedefine HAVE__ALIGNED_MALLOC
26 /* Define if we have SSE CPU extensions */
27 #cmakedefine HAVE_SSE
29 /* Define if we have ARM Neon CPU extensions */
30 #cmakedefine HAVE_NEON
32 /* Define if we have the ALSA backend */
33 #cmakedefine HAVE_ALSA
35 /* Define if we have the OSS backend */
36 #cmakedefine HAVE_OSS
38 /* Define if we have the Solaris backend */
39 #cmakedefine HAVE_SOLARIS
41 /* Define if we have the SndIO backend */
42 #cmakedefine HAVE_SNDIO
44 /* Define if we have the MMDevApi backend */
45 #cmakedefine HAVE_MMDEVAPI
47 /* Define if we have the DSound backend */
48 #cmakedefine HAVE_DSOUND
50 /* Define if we have the Windows Multimedia backend */
51 #cmakedefine HAVE_WINMM
53 /* Define if we have the PortAudio backend */
54 #cmakedefine HAVE_PORTAUDIO
56 /* Define if we have the PulseAudio backend */
57 #cmakedefine HAVE_PULSEAUDIO
59 /* Define if we have the CoreAudio backend */
60 #cmakedefine HAVE_COREAUDIO
62 /* Define if we have the OpenSL backend */
63 #cmakedefine HAVE_OPENSL
65 /* Define if we have the Wave Writer backend */
66 #cmakedefine HAVE_WAVE
68 /* Define if we have the stat function */
69 #cmakedefine HAVE_STAT
71 /* Define if we have the lrintf function */
72 #cmakedefine HAVE_LRINTF
74 /* Define if we have the powf function */
75 #cmakedefine HAVE_POWF
77 /* Define if we have the sqrtf function */
78 #cmakedefine HAVE_SQRTF
80 /* Define if we have the cosf function */
81 #cmakedefine HAVE_COSF
83 /* Define if we have the sinf function */
84 #cmakedefine HAVE_SINF
86 /* Define if we have the acosf function */
87 #cmakedefine HAVE_ACOSF
89 /* Define if we have the asinf function */
90 #cmakedefine HAVE_ASINF
92 /* Define if we have the atanf function */
93 #cmakedefine HAVE_ATANF
95 /* Define if we have the atan2f function */
96 #cmakedefine HAVE_ATAN2F
98 /* Define if we have the fabsf function */
99 #cmakedefine HAVE_FABSF
101 /* Define if we have the log10f function */
102 #cmakedefine HAVE_LOG10F
104 /* Define if we have the floorf function */
105 #cmakedefine HAVE_FLOORF
107 /* Define if we have the strtof function */
108 #cmakedefine HAVE_STRTOF
110 /* Define if we have the __int64 type */
111 #cmakedefine HAVE___INT64
113 /* Define to the size of a long int type */
114 #cmakedefine SIZEOF_LONG ${SIZEOF_LONG}
116 /* Define to the size of a long long int type */
117 #cmakedefine SIZEOF_LONG_LONG ${SIZEOF_LONG_LONG}
119 /* Define if we have GCC's destructor attribute */
120 #cmakedefine HAVE_GCC_DESTRUCTOR
122 /* Define if we have GCC's format attribute */
123 #cmakedefine HAVE_GCC_FORMAT
125 /* Define if we have stdint.h */
126 #cmakedefine HAVE_STDINT_H
128 /* Define if we have windows.h */
129 #cmakedefine HAVE_WINDOWS_H
131 /* Define if we have dlfcn.h */
132 #cmakedefine HAVE_DLFCN_H
134 /* Define if we have pthread_np.h */
135 #cmakedefine HAVE_PTHREAD_NP_H
137 /* Define if we have xmmintrin.h */
138 #cmakedefine HAVE_XMMINTRIN_H
140 /* Define if we have arm_neon.h */
141 #cmakedefine HAVE_ARM_NEON_H
143 /* Define if we have cpuid.h */
144 #cmakedefine HAVE_CPUID_H
146 /* Define if we have guiddef.h */
147 #cmakedefine HAVE_GUIDDEF_H
149 /* Define if we have initguid.h */
150 #cmakedefine HAVE_INITGUID_H
152 /* Define if we have ieeefp.h */
153 #cmakedefine HAVE_IEEEFP_H
155 /* Define if we have float.h */
156 #cmakedefine HAVE_FLOAT_H
158 /* Define if we have fenv.h */
159 #cmakedefine HAVE_FENV_H
161 /* Define if we have fesetround() */
162 #cmakedefine HAVE_FESETROUND
164 /* Define if we have _controlfp() */
165 #cmakedefine HAVE__CONTROLFP
167 /* Define if we have __control87_2() */
168 #cmakedefine HAVE___CONTROL87_2
170 /* Define if we have pthread_setschedparam() */
171 #cmakedefine HAVE_PTHREAD_SETSCHEDPARAM