diff options
Diffstat (limited to 'include/lldb/Host/Config.h')
-rw-r--r-- | include/lldb/Host/Config.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/lldb/Host/Config.h b/include/lldb/Host/Config.h index 95d0191397b3..3fa19e77452d 100644 --- a/include/lldb/Host/Config.h +++ b/include/lldb/Host/Config.h @@ -18,6 +18,10 @@ #define HAVE_SYS_EVENT_H 1 +#define HAVE_PPOLL 0 + +#define HAVE_SIGACTION 1 + #else #error This file is only used by the Xcode build. |