added qse_httpd_entaskdir()

This commit is contained in:
2012-09-11 16:19:52 +00:00
parent 9cc8d6f76d
commit b9a0863fff
16 changed files with 905 additions and 880 deletions

4
qse/configure vendored
View File

@ -16057,7 +16057,7 @@ $as_echo "#define STDC_HEADERS 1" >>confdefs.h
fi
for ac_header in stddef.h wchar.h wctype.h errno.h signal.h fcntl.h
for ac_header in stddef.h wchar.h wctype.h errno.h signal.h fcntl.h dirent.h
do :
as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
@ -16177,7 +16177,7 @@ _ACEOF
fi
done
for ac_func in lseek64 stat64 fstat64 lstat64 ftruncate64
for ac_func in lseek64 stat64 fstat64 lstat64 ftruncate64 readdir64
do :
as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"