config.h 220 B

1234567891011
  1. #pragma once
  2. #include <inttypes.h>
  3. #if !defined(__WORDSIZE)
  4. #define __WORDSIZE (sizeof(unsigned long) * 8)
  5. #endif
  6. #define DISALLOW_COPY_AND_ASSIGN(x)
  7. #define RunningOnValgrind() false
  8. #define COMPILE_ASSERT(x, y)