mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-12 02:33:33 +00:00
Regenerate configure.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@124770 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
5cd067f558
commit
3e46293c27
6
configure
vendored
6
configure
vendored
@ -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
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user