about summary refs log tree commit diff stats
path: root/WWW/Library/Implementation/HTTCP.c
diff options
context:
space:
mode:
Diffstat (limited to 'WWW/Library/Implementation/HTTCP.c')
-rw-r--r--WWW/Library/Implementation/HTTCP.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/WWW/Library/Implementation/HTTCP.c b/WWW/Library/Implementation/HTTCP.c
index 993750c3..6591f3cb 100644
--- a/WWW/Library/Implementation/HTTCP.c
+++ b/WWW/Library/Implementation/HTTCP.c
@@ -1917,7 +1917,7 @@ PUBLIC int HTDoRead ARGS3(
     fd_set readfds;
     struct timeval select_timeout;
     int tries=0;
-#ifdef EXP_READPROGRESS
+#ifdef USE_READPROGRESS
     int otries = 0;
     time_t otime = time((time_t *)0);
 #endif
@@ -1968,7 +1968,7 @@ PUBLIC int HTDoRead ARGS3(
 	    return HT_INTERRUPTED;
 	}
 
-#ifdef EXP_READPROGRESS
+#ifdef USE_READPROGRESS
 	if (tries - otries > 10) {
 	    time_t t = time((time_t *)0);