Warning, /sdk/heaptrack/src/util/libunwind_config.h.cmake is written in an unsupported language. File is not indexed.

0001 /*
0002     SPDX-FileCopyrightText: 2017 Milian Wolff <mail@milianw.de>
0003 
0004     SPDX-License-Identifier: LGPL-2.1-or-later
0005 */
0006 
0007 #ifndef LIBUNWIND_CONFIG_H
0008 #define LIBUNWIND_CONFIG_H
0009 
0010 #cmakedefine01 LIBUNWIND_HAS_UNW_BACKTRACE
0011 
0012 #cmakedefine01 LIBUNWIND_HAS_UNW_BACKTRACE_SKIP
0013 
0014 #cmakedefine01 LIBUNWIND_HAS_UNW_GETCONTEXT
0015 
0016 #cmakedefine01 LIBUNWIND_HAS_UNW_INIT_LOCAL
0017 
0018 #cmakedefine01 LIBUNWIND_HAS_UNW_SET_CACHE_SIZE
0019 
0020 #cmakedefine01 LIBUNWIND_HAS_UNW_CACHE_PER_THREAD
0021 
0022 #endif // LIBUNWIND_CONFIG_H
0023