summaryrefslogtreecommitdiff
path: root/include/llvm/Config
diff options
context:
space:
mode:
authorEric Christopher <echristo@apple.com>2010-04-16 05:14:21 +0000
committerEric Christopher <echristo@apple.com>2010-04-16 05:14:21 +0000
commite429182c013128ecc1cc2ccc6fd457d311003947 (patch)
tree553916a3d63ef7fe8562ab2578c83f1db23a6aa4 /include/llvm/Config
parentf89d1dc9b77ee006324653f70496d29ac3d3bc6c (diff)
downloadllvm-e429182c013128ecc1cc2ccc6fd457d311003947.tar.gz
llvm-e429182c013128ecc1cc2ccc6fd457d311003947.tar.bz2
llvm-e429182c013128ecc1cc2ccc6fd457d311003947.tar.xz
Add a check for posix_spawn.
Regenerate configure and other autoconf files. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@101444 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/llvm/Config')
-rw-r--r--include/llvm/Config/config.h.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/llvm/Config/config.h.in b/include/llvm/Config/config.h.in
index 5caf778a2d..c2ab23e3e3 100644
--- a/include/llvm/Config/config.h.in
+++ b/include/llvm/Config/config.h.in
@@ -264,6 +264,9 @@
/* Define to 1 if you have the `opendir' function. */
#undef HAVE_OPENDIR
+/* Define to 1 if you have the `posix_spawn' function. */
+#undef HAVE_POSIX_SPAWN
+
/* Define to 1 if you have the `powf' function. */
#undef HAVE_POWF