diff options
author | Shih-wei Liao <sliao@google.com> | 2010-06-04 12:34:56 -0700 |
---|---|---|
committer | Shih-wei Liao <sliao@google.com> | 2010-06-04 12:34:56 -0700 |
commit | 8a54f3e1f79c1e57e76a1cc53c6c5697374ea7b5 (patch) | |
tree | 9a9ff3c18a33cf3838b1e37813f7ef9fe64d2e78 /device | |
parent | ee9f5c0a63197e6e3148f09b401f0056cdf1a179 (diff) | |
download | external_llvm-8a54f3e1f79c1e57e76a1cc53c6c5697374ea7b5.zip external_llvm-8a54f3e1f79c1e57e76a1cc53c6c5697374ea7b5.tar.gz external_llvm-8a54f3e1f79c1e57e76a1cc53c6c5697374ea7b5.tar.bz2 |
Initial slang.
Change-Id: I4f84a741e5fbc440cd4c251406d2b611a237f713
Diffstat (limited to 'device')
-rw-r--r-- | device/include/llvm/Config/config.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/device/include/llvm/Config/config.h b/device/include/llvm/Config/config.h index 3dbc737..6a5d0ea 100644 --- a/device/include/llvm/Config/config.h +++ b/device/include/llvm/Config/config.h @@ -262,6 +262,9 @@ /* Define to 1 if you have the `opendir' function. */ #define HAVE_OPENDIR 1 +/* Define to 1 if you have the `posix_spawn' function. */ +/* #undef HAVE_POSIX_SPAWN */ + /* Define to 1 if you have the `powf' function. */ #define HAVE_POWF 1 @@ -438,6 +441,9 @@ /* Define to 1 if the system has the type `u_int64_t'. */ /* #undef HAVE_U_INT64_T */ +/* Define to 1 if you have the <valgrind/valgrind.h> header file. */ +/* #undef HAVE_VALGRIND_VALGRIND_H */ + /* Define to 1 if you have the <windows.h> header file. */ /* #undef HAVE_WINDOWS_H */ |