summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorDaniel Dunbar <daniel@zuster.org>2011-02-03 02:40:02 +0000
committerDaniel Dunbar <daniel@zuster.org>2011-02-03 02:40:02 +0000
commit3e46293c27ee6d35240d6308a84be0f2c2e91940 (patch)
tree5800dd5008c7c97595cd00b01cc5a1ab02362496 /include
parent5cd067f558c0a4e88c22d3e3996ad31b8ccd1a5c (diff)
downloadllvm-3e46293c27ee6d35240d6308a84be0f2c2e91940.tar.gz
llvm-3e46293c27ee6d35240d6308a84be0f2c2e91940.tar.bz2
llvm-3e46293c27ee6d35240d6308a84be0f2c2e91940.tar.xz
Regenerate configure.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@124770 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include')
-rw-r--r--include/llvm/Config/config.h.in6
1 files changed, 6 insertions, 0 deletions
diff --git a/include/llvm/Config/config.h.in b/include/llvm/Config/config.h.in
index b38ee62439..5e166463f3 100644
--- a/include/llvm/Config/config.h.in
+++ b/include/llvm/Config/config.h.in
@@ -440,6 +440,9 @@
/* Define to 1 if you have the <sys/types.h> header file. */
#undef HAVE_SYS_TYPES_H
+/* Define to 1 if you have the <sys/uio.h> header file. */
+#undef HAVE_SYS_UIO_H
+
/* Define to 1 if you have <sys/wait.h> that is POSIX.1 compatible. */
#undef HAVE_SYS_WAIT_H
@@ -467,6 +470,9 @@
/* Define to 1 if you have the <windows.h> header file. */
#undef HAVE_WINDOWS_H
+/* Define to 1 if you have the `writev' function. */
+#undef HAVE_WRITEV
+
/* Define if the xdot.py program is available */
#undef HAVE_XDOT_PY