// $FreeBSD$ //===-- Config.h -----------------------------------------------*- C++ -*-===// // // The LLVM Compiler Infrastructure // // This file is distributed under the University of Illinois Open Source // License. See LICENSE.TXT for details. // //===----------------------------------------------------------------------===// #ifndef LLDB_HOST_CONFIG_H #define LLDB_HOST_CONFIG_H #define LLDB_CONFIG_TERMIOS_SUPPORTED /* #undef LLDB_DISABLE_POSIX */ #define HAVE_SYS_EVENT_H 0 #endif // #ifndef LLDB_HOST_CONFIG_H