diff options
Diffstat (limited to 'host/include/llvm/Config/config.h')
-rw-r--r-- | host/include/llvm/Config/config.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/host/include/llvm/Config/config.h b/host/include/llvm/Config/config.h index 7aa5fc1..85b4cca 100644 --- a/host/include/llvm/Config/config.h +++ b/host/include/llvm/Config/config.h @@ -259,6 +259,9 @@ /* Define to 1 if you have the `opendir' function. */ #define HAVE_OPENDIR 1 +/* Define to 1 if you have the `posix_spawn' function. */ +/*#define HAVE_POSIX_SPAWN 1*/ + /* Define to 1 if you have the `powf' function. */ #define HAVE_POWF 1 |