[llvm-commits] [llvm] r124770 - in /llvm/trunk: configure include/llvm/Config/config.h.in
Daniel Dunbar
daniel at zuster.org
Wed Feb 2 18:40:02 PST 2011
Author: ddunbar
Date: Wed Feb 2 20:40:02 2011
New Revision: 124770
URL: http://llvm.org/viewvc/llvm-project?rev=124770&view=rev
Log:
Regenerate configure.
Modified:
llvm/trunk/configure
llvm/trunk/include/llvm/Config/config.h.in
Modified: llvm/trunk/configure
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/configure?rev=124770&r1=124769&r2=124770&view=diff
==============================================================================
--- llvm/trunk/configure (original)
+++ llvm/trunk/configure Wed Feb 2 20:40:02 2011
@@ -16262,7 +16262,8 @@
-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 @@
-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
Modified: llvm/trunk/include/llvm/Config/config.h.in
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/include/llvm/Config/config.h.in?rev=124770&r1=124769&r2=124770&view=diff
==============================================================================
--- llvm/trunk/include/llvm/Config/config.h.in (original)
+++ llvm/trunk/include/llvm/Config/config.h.in Wed Feb 2 20:40:02 2011
@@ -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
More information about the llvm-commits
mailing list