aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorYang Tse <yangsita@gmail.com>2008-04-22 12:40:05 +0000
committerYang Tse <yangsita@gmail.com>2008-04-22 12:40:05 +0000
commit95fd093c4a49aca1015e178a5c08ca9dd9234bef (patch)
tree6c4a757dc648b1a633250f697f7d8167cee93a3e /configure.ac
parented1ad28e2988aa79682eb9317e64c999137e20d7 (diff)
Remove fflush() + fsync() previously introduced accelerated writing of
server input and response request files of the test harness sws server. Reintroduce, for test # 1001, the <postcheck> small delay. The delay is needed even with the accelerated writing of server input and response request files in test harness sws server. http://curl.haxx.se/mail/lib-2008-04/0385.html
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 0 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index 40e4da61b..d9ba94ddd 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2000,8 +2000,6 @@ AC_CHECK_FUNCS( strtoll \
strcasecmp \
stricmp \
strcmpi \
- fflush \
- fsync \
gethostbyaddr \
gettimeofday \
inet_addr \