opnsense-src/lib/clang/include/lldb/Host/Config.h

57 lines
1.1 KiB
C
Raw Normal View History

// $FreeBSD$
//===-- Config.h -----------------------------------------------*- C++ -*-===//
//
2019-08-23 18:13:23 -04:00
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
// See https://llvm.org/LICENSE.txt for license information.
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
//
//===----------------------------------------------------------------------===//
#ifndef LLDB_HOST_CONFIG_H
#define LLDB_HOST_CONFIG_H
2019-08-23 18:13:23 -04:00
#define LLDB_EDITLINE_USE_WCHAR 1
2019-08-23 18:13:23 -04:00
#define LLDB_HAVE_EL_RFUNC_T 1
#define HAVE_SYS_TYPES_H 1
#define HAVE_SYS_EVENT_H 1
#define HAVE_PPOLL 1
#define HAVE_SIGACTION 1
#define HAVE_PROCESS_VM_READV 0
#define HAVE_NR_PROCESS_VM_READV 0
#ifndef HAVE_LIBCOMPRESSION
/* #undef HAVE_LIBCOMPRESSION */
#endif
#define LLDB_ENABLE_POSIX 1
#define LLDB_ENABLE_TERMIOS 1
#define LLDB_ENABLE_LZMA 1
#define LLDB_ENABLE_CURSES 1
#define LLDB_ENABLE_LIBEDIT 1
#define LLDB_ENABLE_LIBXML2 0
#define LLDB_ENABLE_LUA 1
#define LLDB_ENABLE_PYTHON 0
#define LLDB_EMBED_PYTHON_HOME 0
/* #undef LLDB_PYTHON_HOME */
#define LLDB_LIBDIR_SUFFIX ""
#endif // #ifndef LLDB_HOST_CONFIG_H