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

Comparing IO-AIO/configure (file contents):
Revision 1.4 by root, Mon May 12 00:31:43 2008 UTC vs.
Revision 1.5 by root, Fri May 30 04:54:13 2008 UTC

2860{ echo "$as_me:$LINENO: result: $ac_cv_preadwrite" >&5 2860{ echo "$as_me:$LINENO: result: $ac_cv_preadwrite" >&5
2861echo "${ECHO_T}$ac_cv_preadwrite" >&6; } 2861echo "${ECHO_T}$ac_cv_preadwrite" >&6; }
2862test $ac_cv_preadwrite = yes && 2862test $ac_cv_preadwrite = yes &&
2863cat >>confdefs.h <<\_ACEOF 2863cat >>confdefs.h <<\_ACEOF
2864#define HAVE_PREADWRITE 1 2864#define HAVE_PREADWRITE 1
2865_ACEOF
2866
2867
2868{ echo "$as_me:$LINENO: checking for readdir_r" >&5
2869echo $ECHO_N "checking for readdir_r... $ECHO_C" >&6; }
2870if test "${ac_cv_readdir_r+set}" = set; then
2871 echo $ECHO_N "(cached) $ECHO_C" >&6
2872else
2873 cat >conftest.$ac_ext <<_ACEOF
2874
2875#include <dirent.h>
2876int main(void)
2877{
2878 DIR *dir = 0;
2879 struct dirent ent, *eres;
2880 int res = readdir_r (dir, &ent, &eres);
2881 return 0;
2882}
2883
2884_ACEOF
2885rm -f conftest.$ac_objext conftest$ac_exeext
2886if { (ac_try="$ac_link"
2887case "(($ac_try" in
2888 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2889 *) ac_try_echo=$ac_try;;
2890esac
2891eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2892 (eval "$ac_link") 2>conftest.er1
2893 ac_status=$?
2894 grep -v '^ *+' conftest.er1 >conftest.err
2895 rm -f conftest.er1
2896 cat conftest.err >&5
2897 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2898 (exit $ac_status); } && {
2899 test -z "$ac_c_werror_flag" ||
2900 test ! -s conftest.err
2901 } && test -s conftest$ac_exeext &&
2902 $as_test_x conftest$ac_exeext; then
2903 ac_cv_readdir_r=yes
2904else
2905 echo "$as_me: failed program was:" >&5
2906sed 's/^/| /' conftest.$ac_ext >&5
2907
2908 ac_cv_readdir_r=no
2909fi
2910
2911rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
2912 conftest$ac_exeext conftest.$ac_ext
2913fi
2914{ echo "$as_me:$LINENO: result: $ac_cv_readdir_r" >&5
2915echo "${ECHO_T}$ac_cv_readdir_r" >&6; }
2916test $ac_cv_readdir_r = yes &&
2917cat >>confdefs.h <<\_ACEOF
2918#define HAVE_READDIR_R 1
2919_ACEOF 2865_ACEOF
2920 2866
2921 2867
2922{ echo "$as_me:$LINENO: checking for sendfile" >&5 2868{ echo "$as_me:$LINENO: checking for sendfile" >&5
2923echo $ECHO_N "checking for sendfile... $ECHO_C" >&6; } 2869echo $ECHO_N "checking for sendfile... $ECHO_C" >&6; }

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines