Config.h (959530cc41aea5f878c2c2cea5b545d295108bab) | Config.h (86aa9539fef591a363b06a0ebd3aa7a07f4c1579) |
---|---|
1// $FreeBSD$ 2//===-- Config.h -----------------------------------------------*- C++ -*-===// 3// | 1// $FreeBSD$ 2//===-- Config.h -----------------------------------------------*- C++ -*-===// 3// |
4// The LLVM Compiler Infrastructure | 4// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. 5// See https://llvm.org/LICENSE.txt for license information. 6// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception |
5// | 7// |
6// This file is distributed under the University of Illinois Open Source 7// License. See LICENSE.TXT for details. 8// | |
9//===----------------------------------------------------------------------===// 10 11#ifndef LLDB_HOST_CONFIG_H 12#define LLDB_HOST_CONFIG_H 13 14#define LLDB_CONFIG_TERMIOS_SUPPORTED 15 | 8//===----------------------------------------------------------------------===// 9 10#ifndef LLDB_HOST_CONFIG_H 11#define LLDB_HOST_CONFIG_H 12 13#define LLDB_CONFIG_TERMIOS_SUPPORTED 14 |
16#define LLDB_EDITLINE_USE_WCHAR 0 | 15#define LLDB_EDITLINE_USE_WCHAR 1 |
17 | 16 |
18#define LLDB_HAVE_EL_RFUNC_T 0 | 17#define LLDB_HAVE_EL_RFUNC_T 1 |
19 20/* #undef LLDB_DISABLE_POSIX */ 21 22#define LLDB_LIBDIR_SUFFIX "" 23 24#define HAVE_SYS_EVENT_H 1 25 26#define HAVE_PPOLL 1 --- 12 unchanged lines hidden --- | 18 19/* #undef LLDB_DISABLE_POSIX */ 20 21#define LLDB_LIBDIR_SUFFIX "" 22 23#define HAVE_SYS_EVENT_H 1 24 25#define HAVE_PPOLL 1 --- 12 unchanged lines hidden --- |