Index: projects/clang500-import/contrib/llvm/tools/lldb/include/lldb/Host/Config.h =================================================================== --- projects/clang500-import/contrib/llvm/tools/lldb/include/lldb/Host/Config.h (revision 317102) +++ projects/clang500-import/contrib/llvm/tools/lldb/include/lldb/Host/Config.h (nonexistent) @@ -1,27 +0,0 @@ -//===-- 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 - -#if defined(__APPLE__) - -// This block of code only exists to keep the Xcode project working in the -// absence of a configuration step. -#define LLDB_CONFIG_TERMIOS_SUPPORTED 1 - -#define HAVE_SYS_EVENT_H 1 - -#else - -#error This file is only used by the Xcode build. - -#endif - -#endif // #ifndef LLDB_HOST_CONFIG_H Index: projects/clang500-import/lib/clang/include/lldb/Host/Config.h =================================================================== --- projects/clang500-import/lib/clang/include/lldb/Host/Config.h (nonexistent) +++ projects/clang500-import/lib/clang/include/lldb/Host/Config.h (revision 317103) @@ -0,0 +1,20 @@ +// $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 Property changes on: projects/clang500-import/lib/clang/include/lldb/Host/Config.h ___________________________________________________________________ Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:keywords ## -0,0 +1 ## +FreeBSD=%H \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property