geocore/3party/succinct/succinct_config.hpp.in
2019-09-16 17:54:22 +03:00

16 lines
340 B
C++

#pragma once
#cmakedefine SUCCINCT_USE_LIBCXX 1
#ifndef SUCCINCT_USE_LIBCXX
# define SUCCINCT_USE_LIBCXX 0
#endif
#cmakedefine SUCCINCT_USE_INTRINSICS 1
#ifndef SUCCINCT_USE_INTRINSICS
# define SUCCINCT_USE_INTRINSICS 0
#endif
#cmakedefine SUCCINCT_USE_POPCNT 1
#ifndef SUCCINCT_USE_POPCNT
# define SUCCINCT_USE_POPCNT 0
#endif