Fix bot breakage from r300372

Use #cmakedefine instead of #cmakedefine01 because the uses are ifndef instead of if.

llvm-svn: 300374
This commit is contained in:
Chris Bieneman 2017-04-14 22:20:36 +00:00
parent 6462def06d
commit e0f17785f8
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@
#ifndef LLDB_HOST_CONFIG_H
#define LLDB_HOST_CONFIG_H
#cmakedefine01 LLDB_CONFIG_TERMIOS_SUPPORTED
#cmakedefine LLDB_CONFIG_TERMIOS_SUPPORTED
#cmakedefine LLDB_DISABLE_POSIX