config.h 581 B

1234567891011121314151617181920212223242526272829303132333435363738
  1. /*
  2. * Autogenerated by the Meson build system.
  3. * Do not edit, your changes will be lost.
  4. */
  5. #pragma once
  6. #define ARCH_AARCH64 0
  7. #define ARCH_ARM 0
  8. #define ARCH_PPC64LE 0
  9. #define ARCH_X86 1
  10. #define ARCH_X86_32 0
  11. #define ARCH_X86_64 1
  12. #define CONFIG_16BPC 1
  13. #define CONFIG_8BPC 1
  14. // #define CONFIG_LOG 1 -- Logging is controlled by Chromium
  15. #define ENDIANNESS_BIG 0
  16. #define HAVE_ASM 0
  17. #define HAVE_CLOCK_GETTIME 1
  18. #define HAVE_DLSYM 1
  19. #define HAVE_POSIX_MEMALIGN 1
  20. #define HAVE_UNISTD_H 1
  21. // #define STACK_ALIGNMENT 32 -- Stack alignment is controlled by Chromium