Advertisement
Guest User

Untitled

a guest
May 23rd, 2018
96
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 0.79 KB | None | 0 0
  1. /*
  2.  * Autogenerated by the Meson build system.
  3.  * Do not edit, your changes will be lost.
  4.  */
  5.  
  6. #pragma once
  7.  
  8. #define ENABLE_BACKEND_ALTIVEC 1
  9.  
  10. #define ENABLE_BACKEND_C64X 1
  11.  
  12. #define ENABLE_BACKEND_MIPS 1
  13.  
  14. #define ENABLE_BACKEND_MMX 1
  15.  
  16. #define ENABLE_BACKEND_NEON 1
  17.  
  18. #define ENABLE_BACKEND_SSE 1
  19.  
  20. #define HAVE_CODEMEM_VIRTUALALLOC
  21.  
  22. #define HAVE_GETTIMEOFDAY
  23.  
  24. #define HAVE_I386
  25.  
  26. #undef HAVE_MMAP
  27.  
  28. #undef HAVE_MONOTONIC_CLOCK
  29.  
  30. #define HAVE_OS_WIN32
  31.  
  32. //#define HAVE_POSIX_MEMALIGN
  33.  
  34. //#define HAVE_SYS_TIME_H
  35.  
  36. #define HAVE_THREAD_WIN32
  37.  
  38. //#define HAVE_UNISTD_H
  39.  
  40. #undef HAVE_VALGRIND_VALGRIND_H
  41.  
  42. //<User defs>//
  43. #define HAVE_CONFIG_H
  44.  
  45. #define ORC_ENABLE_UNSTABLE_API
  46. //</User defs>//
  47.  
  48. #define ORC_EXPORTS
  49.  
  50. #define PACKAGE_VERSION "0.4.28"
  51.  
  52. #define VERSION "0.4.28"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement