config.h.in 1.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950
  1. /* Define the alignment attribute for externally callable functions. */
  2. #define FORCE_ALIGN @ALSOFT_FORCE_ALIGN@
  3. /* Define if HRTF data is embedded in the library */
  4. #cmakedefine ALSOFT_EMBED_HRTF_DATA
  5. /* Define if we have the proc_pidpath function */
  6. #cmakedefine HAVE_PROC_PIDPATH
  7. /* Define if we have dlfcn.h */
  8. #cmakedefine HAVE_DLFCN_H
  9. /* Define if we have pthread_np.h */
  10. #cmakedefine HAVE_PTHREAD_NP_H
  11. /* Define if we have cpuid.h */
  12. #cmakedefine HAVE_CPUID_H
  13. /* Define if we have intrin.h */
  14. #cmakedefine HAVE_INTRIN_H
  15. /* Define if we have guiddef.h */
  16. #cmakedefine HAVE_GUIDDEF_H
  17. /* Define if we have GCC's __get_cpuid() */
  18. #cmakedefine HAVE_GCC_GET_CPUID
  19. /* Define if we have the __cpuid() intrinsic */
  20. #cmakedefine HAVE_CPUID_INTRINSIC
  21. /* Define if we have pthread_setschedparam() */
  22. #cmakedefine HAVE_PTHREAD_SETSCHEDPARAM
  23. /* Define if we have pthread_setname_np() */
  24. #cmakedefine HAVE_PTHREAD_SETNAME_NP
  25. /* Define if we have pthread_set_name_np() */
  26. #cmakedefine HAVE_PTHREAD_SET_NAME_NP
  27. /* Define the installation data directory */
  28. #cmakedefine ALSOFT_INSTALL_DATADIR "@ALSOFT_INSTALL_DATADIR@"
  29. /* Define to 1 if we have DBus/RTKit, else 0 */
  30. #cmakedefine01 HAVE_RTKIT
  31. /* Define to 1 if building for winuwp, else 0 */
  32. #cmakedefine01 ALSOFT_UWP
  33. /* Define to 1 if building with legacy EAX API support, else 0 */
  34. #cmakedefine01 ALSOFT_EAX