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 dlfcn.h */
14 #cmakedefine HAVE_DLFCN_H
16 /* Define if we have pthread_np.h */
17 #cmakedefine HAVE_PTHREAD_NP_H
19 /* Define if we have cpuid.h */
20 #cmakedefine HAVE_CPUID_H
22 /* Define if we have intrin.h */
23 #cmakedefine HAVE_INTRIN_H
25 /* Define if we have guiddef.h */
26 #cmakedefine HAVE_GUIDDEF_H
28 /* Define if we have GCC's __get_cpuid() */
29 #cmakedefine HAVE_GCC_GET_CPUID
31 /* Define if we have the __cpuid() intrinsic */
32 #cmakedefine HAVE_CPUID_INTRINSIC
34 /* Define if we have pthread_setschedparam() */
35 #cmakedefine HAVE_PTHREAD_SETSCHEDPARAM
37 /* Define if we have pthread_setname_np() */
38 #cmakedefine HAVE_PTHREAD_SETNAME_NP
40 /* Define if we have pthread_set_name_np() */
41 #cmakedefine HAVE_PTHREAD_SET_NAME_NP
43 /* Define the installation data directory */
44 #cmakedefine ALSOFT_INSTALL_DATADIR "@ALSOFT_INSTALL_DATADIR@"
46 /* Define whether build alsoft for winuwp */
47 #cmakedefine ALSOFT_UWP