aboutsummaryrefslogtreecommitdiffstats
path: root/fetchmail.h
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>1998-08-17 23:09:28 +0000
committerEric S. Raymond <esr@thyrsus.com>1998-08-17 23:09:28 +0000
commit79f40d75cd5293d297f40f01e84d8dc415ed95a1 (patch)
treefd4860e856a7aa56df6f2141bfa2ae7fc6d7b3e7 /fetchmail.h
parent6f3696306bffb7b9b76fbd4658c7435a37f9946d (diff)
downloadfetchmail-79f40d75cd5293d297f40f01e84d8dc415ed95a1.tar.gz
fetchmail-79f40d75cd5293d297f40f01e84d8dc415ed95a1.tar.bz2
fetchmail-79f40d75cd5293d297f40f01e84d8dc415ed95a1.zip
Second version of SDPS.
svn path=/trunk/; revision=2041
Diffstat (limited to 'fetchmail.h')
-rw-r--r--fetchmail.h5
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