| |
| #define BUILD "@BUILD@" |
| |
| |
| #undef inline |
| |
| |
| #define INLINE @INLINE@ |
| |
| |
| #define THREAD_LOCAL @THREAD_LOCAL@ |
| |
| |
| #define PACKAGE_NAME "@CMAKE_PROJECT_NAME@" |
| |
| |
| #define VERSION "@VERSION@" |
| |
| |
| #define SIZEOF_SIZE_T @SIZE_T@ |
| |
| |
| #cmakedefine HAVE_BUILTIN_CTZL |
| |
| |
| #cmakedefine HAVE_INTRIN_H |
| |
| #if defined(_MSC_VER) && defined(HAVE_INTRIN_H) |
| #if (SIZEOF_SIZE_T == 8) |
| #define HAVE_BITSCANFORWARD64 |
| #elif (SIZEOF_SIZE_T == 4) |
| #define HAVE_BITSCANFORWARD |
| #endif |
| #endif |