Hello,
The public libunwind's headers include <__cxxabi_config.h> that is installed into C++ headers directory.
libunwind.h / unwind.h cannot be used from C code for this reason.
The patch introduces libunwind specific <libunwind_config.h> header instead and removes dependency on <__cxxabi_config.h>.
Should we use LIBUNWIND_ARM_EHABI here and everywhere below?