Check that AltiVec is enabled before using it
[openal-soft.git] / config.h.in
blobfb61fcf284ca6411b153fca69ebb381ef71574f1
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 dlfcn.h */
11 #cmakedefine HAVE_DLFCN_H
13 /* Define if we have pthread_np.h */
14 #cmakedefine HAVE_PTHREAD_NP_H
16 /* Define if we have cpuid.h */
17 #cmakedefine HAVE_CPUID_H
19 /* Define if we have intrin.h */
20 #cmakedefine HAVE_INTRIN_H
22 /* Define if we have guiddef.h */
23 #cmakedefine HAVE_GUIDDEF_H
25 /* Define if we have GCC's __get_cpuid() */
26 #cmakedefine HAVE_GCC_GET_CPUID
28 /* Define if we have the __cpuid() intrinsic */
29 #cmakedefine HAVE_CPUID_INTRINSIC
31 /* Define if we have pthread_setschedparam() */
32 #cmakedefine HAVE_PTHREAD_SETSCHEDPARAM
34 /* Define if we have pthread_setname_np() */
35 #cmakedefine HAVE_PTHREAD_SETNAME_NP
37 /* Define if we have pthread_set_name_np() */
38 #cmakedefine HAVE_PTHREAD_SET_NAME_NP
40 /* Define the installation data directory */
41 #cmakedefine ALSOFT_INSTALL_DATADIR "@ALSOFT_INSTALL_DATADIR@"
43 /* Define to 1 if we have DBus/RTKit, else 0 */
44 #cmakedefine01 HAVE_RTKIT
46 /* Define to 1 if building for winuwp, else 0 */
47 #cmakedefine01 ALSOFT_UWP
49 /* Define to 1 if building with legacy EAX API support, else 0 */
50 #cmakedefine01 ALSOFT_EAX