Regenerate configure.
authorDaniel Dunbar <daniel@zuster.org>
Thu, 3 Feb 2011 02:40:02 +0000 (02:40 +0000)
committerDaniel Dunbar <daniel@zuster.org>
Thu, 3 Feb 2011 02:40:02 +0000 (02:40 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@124770 91177308-0d34-0410-b5e6-96231b3b80d8

configure
include/llvm/Config/config.h.in

index 2a739d3efb65f1ecde180c19799c0c88959a8ac7..427a10d892c354200a0bdf3d7157f4685c530268 100755 (executable)
--- a/configure
+++ b/configure
@@ -16262,7 +16262,8 @@ done
 
 
 
-for ac_header in sys/mman.h sys/param.h sys/resource.h sys/time.h
+
+for ac_header in sys/mman.h sys/param.h sys/resource.h sys/time.h sys/uio.h
 do
 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
@@ -18905,7 +18906,8 @@ done
 
 
 
-for ac_func in setjmp longjmp sigsetjmp siglongjmp
+
+for ac_func in setjmp longjmp sigsetjmp siglongjmp writev
 do
 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
 { echo "$as_me:$LINENO: checking for $ac_func" >&5
index b38ee62439b615517d6544ff367d8d03a07f7b7b..5e166463f3526ee5ac65f34cae5750f5074598be 100644 (file)
 /* 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
 
 /* 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