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

Comparing IO-AIO/configure (file contents):
Revision 1.23 by root, Sun Aug 12 05:21:35 2018 UTC vs.
Revision 1.25 by root, Tue Aug 14 11:44:52 2018 UTC

4385fi 4385fi
4386 4386
4387done 4387done
4388 4388
4389 4389
4390for ac_header in sys/prctl.h sys/sysmacros.h
4391do :
4392 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
4393ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
4394if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
4395 cat >>confdefs.h <<_ACEOF
4396#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
4397_ACEOF
4398
4399fi
4400
4401done
4402
4403
4390{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for splice, vmsplice and tee" >&5 4404{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for splice, vmsplice and tee" >&5
4391$as_echo_n "checking for splice, vmsplice and tee... " >&6; } 4405$as_echo_n "checking for splice, vmsplice and tee... " >&6; }
4392if ${ac_cv_linux_splice+:} false; then : 4406if ${ac_cv_linux_splice+:} false; then :
4393 $as_echo_n "(cached) " >&6 4407 $as_echo_n "(cached) " >&6
4394else 4408else
4617{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_xtimespec" >&5 4631{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_xtimespec" >&5
4618$as_echo "$ac_cv_xtimespec" >&6; } 4632$as_echo "$ac_cv_xtimespec" >&6; }
4619test $ac_cv_xtimespec = yes && 4633test $ac_cv_xtimespec = yes &&
4620$as_echo "#define HAVE_ST_XTIMESPEC 1" >>confdefs.h 4634$as_echo "#define HAVE_ST_XTIMESPEC 1" >>confdefs.h
4621 4635
4636
4637# apparently, True64 uses st_u[amc]time, aix uses at_[amc]time_n and apple uses st_[amc,birth]timespec?
4622 4638
4623cat >confcache <<\_ACEOF 4639cat >confcache <<\_ACEOF
4624# This file is a shell script that caches the results of configure 4640# This file is a shell script that caches the results of configure
4625# tests run on this system so they can be shared between configure 4641# tests run on this system so they can be shared between configure
4626# scripts and configure runs, see configure's option --config-cache. 4642# scripts and configure runs, see configure's option --config-cache.

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines