aboutsummaryrefslogtreecommitdiff
path: root/include/lldb/Host/Config.h.cmake
blob: d072c1a08687df72012722e9a437e35b4686b28f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
//===-- 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

#cmakedefine LLDB_CONFIG_TERMIOS_SUPPORTED

#cmakedefine LLDB_DISABLE_POSIX

#cmakedefine01 HAVE_SYS_EVENT_H

#endif // #ifndef LLDB_HOST_CONFIG_H