ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/IO-AIO/configure
(Generate patch)

Comparing IO-AIO/configure (file contents):
Revision 1.36 by root, Sun Sep 25 16:35:51 2022 UTC vs.
Revision 1.37 by root, Wed Sep 28 08:24:25 2022 UTC

4747 printf "%s\n" "#define HAVE_SYS_UIO_H 1" >>confdefs.h 4747 printf "%s\n" "#define HAVE_SYS_UIO_H 1" >>confdefs.h
4748 4748
4749fi 4749fi
4750 4750
4751 4751
4752{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for fexecve" >&5
4753printf %s "checking for fexecve... " >&6; }
4754if test ${ac_cv_fexecve+y}
4755then :
4756 printf %s "(cached) " >&6
4757else $as_nop
4758 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4759/* end confdefs.h. */
4760
4761#include <fcntl.h>
4762#include <unistd.h>
4763int main (void)
4764{
4765 int res = fexecve (-1, "argv", 0);
4766 return 0;
4767}
4768
4769_ACEOF
4770if ac_fn_c_try_link "$LINENO"
4771then :
4772 ac_cv_fexecve=yes
4773else $as_nop
4774 ac_cv_fexecve=no
4775fi
4776rm -f core conftest.err conftest.$ac_objext conftest.beam \
4777 conftest$ac_exeext conftest.$ac_ext
4778fi
4779{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_fexecve" >&5
4780printf "%s\n" "$ac_cv_fexecve" >&6; }
4781test $ac_cv_fexecve = yes &&
4782printf "%s\n" "#define HAVE_FEXECVE 1" >>confdefs.h
4783
4784
4752{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for siginfo_t" >&5 4785{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for siginfo_t" >&5
4753printf %s "checking for siginfo_t... " >&6; } 4786printf %s "checking for siginfo_t... " >&6; }
4754if test ${ac_cv_siginfo_t+y} 4787if test ${ac_cv_siginfo_t+y}
4755then : 4788then :
4756 printf %s "(cached) " >&6 4789 printf %s "(cached) " >&6

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines