diff options
Diffstat (limited to 'fetchmail.h')
| -rw-r--r-- | fetchmail.h | 5 | 
1 files changed, 4 insertions, 1 deletions
| diff --git a/fetchmail.h b/fetchmail.h index 7b1e7300..aa1c1215 100644 --- a/fetchmail.h +++ b/fetchmail.h @@ -142,7 +142,10 @@ struct hostdata		/* shared among all user connections to given server */      flag skip;				/* suppress poll in implicit mode? */      flag dns;				/* do DNS lookup on multidrop? */      flag uidl;				/* use RFC1725 UIDLs? */ -    flag checkalias;                  /* try to resolve aliases by comparing IPs ?*/ +#ifdef SDPS_ENABLE +    flag sdps;				/* use Demon Internet SDPS *ENV */ +#endif /* SDPS_ENABLE */ +    flag checkalias;                  	/* resolve aliases by comparing IPs? */  #ifdef linux | 
