Rename cmake options so GUIs order them better
[openal-soft.git] / config.h.in
blob06c34c8131f940bc8c3abc1568423d5185b33849
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 strtof function */
75 #cmakedefine HAVE_STRTOF
77 /* Define if we have the __int64 type */
78 #cmakedefine HAVE___INT64
80 /* Define to the size of a long int type */
81 #cmakedefine SIZEOF_LONG ${SIZEOF_LONG}
83 /* Define to the size of a long long int type */
84 #cmakedefine SIZEOF_LONG_LONG ${SIZEOF_LONG_LONG}
86 /* Define if we have GCC's destructor attribute */
87 #cmakedefine HAVE_GCC_DESTRUCTOR
89 /* Define if we have GCC's format attribute */
90 #cmakedefine HAVE_GCC_FORMAT
92 /* Define if we have stdint.h */
93 #cmakedefine HAVE_STDINT_H
95 /* Define if we have windows.h */
96 #cmakedefine HAVE_WINDOWS_H
98 /* Define if we have dlfcn.h */
99 #cmakedefine HAVE_DLFCN_H
101 /* Define if we have pthread_np.h */
102 #cmakedefine HAVE_PTHREAD_NP_H
104 /* Define if we have xmmintrin.h */
105 #cmakedefine HAVE_XMMINTRIN_H
107 /* Define if we have arm_neon.h */
108 #cmakedefine HAVE_ARM_NEON_H
110 /* Define if we have malloc.h */
111 #cmakedefine HAVE_MALLOC_H
113 /* Define if we have cpuid.h */
114 #cmakedefine HAVE_CPUID_H
116 /* Define if we have guiddef.h */
117 #cmakedefine HAVE_GUIDDEF_H
119 /* Define if we have initguid.h */
120 #cmakedefine HAVE_INITGUID_H
122 /* Define if we have ieeefp.h */
123 #cmakedefine HAVE_IEEEFP_H
125 /* Define if we have float.h */
126 #cmakedefine HAVE_FLOAT_H
128 /* Define if we have fenv.h */
129 #cmakedefine HAVE_FENV_H
131 /* Define if we have fesetround() */
132 #cmakedefine HAVE_FESETROUND
134 /* Define if we have _controlfp() */
135 #cmakedefine HAVE__CONTROLFP
137 /* Define if we have __control87_2() */
138 #cmakedefine HAVE___CONTROL87_2
140 /* Define if we have pthread_setschedparam() */
141 #cmakedefine HAVE_PTHREAD_SETSCHEDPARAM