From 15722ba3948b9c8b86eca5c43fcb590305d83865 Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Wed, 9 Oct 1996 16:10:58 +0000 Subject: Put timeout default in configuration file. svn path=/trunk/; revision=261 --- driver.c | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) (limited to 'driver.c') diff --git a/driver.c b/driver.c index 0336af84..2bd471e9 100644 --- a/driver.c +++ b/driver.c @@ -25,15 +25,12 @@ #include "fetchmail.h" #include "smtp.h" +#define SMTP_PORT 25 /* standard SMTP service port */ + static struct method *protocol; static int alarmed; /* A flag to indicate that SIGALRM happened */ - -int timeout=300; /* Wake up from idle state */ -void alarm_handler(); - - -#define SMTP_PORT 25 /* standard SMTP service port */ +int timeout = CLIENT_TIMEOUT; char tag[TAGLEN]; static int tagnum; -- cgit v1.2.3