diff options
author | Matthias Andree <matthias.andree@gmx.de> | 2007-03-24 10:35:33 +0000 |
---|---|---|
committer | Matthias Andree <matthias.andree@gmx.de> | 2007-03-24 10:35:33 +0000 |
commit | 31a826f29ccce437a450fdc8089d58ea0d63ed1b (patch) | |
tree | cbe6c8e8e34338133139fba12cd3a9984ae27aca /conf.c | |
parent | e75ef8f8b5480be6ef8fcc84214228860bb48752 (diff) | |
download | fetchmail-31a826f29ccce437a450fdc8089d58ea0d63ed1b.tar.gz fetchmail-31a826f29ccce437a450fdc8089d58ea0d63ed1b.tar.bz2 fetchmail-31a826f29ccce437a450fdc8089d58ea0d63ed1b.zip |
If SOCKS support was compiled in, add 'socks' to the feature_options
list emitted in --configdump. Reported by Rob MacGregor.
svn path=/branches/BRANCH_6-3/; revision=5065
Diffstat (limited to 'conf.c')
-rw-r--r-- | conf.c | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -184,6 +184,9 @@ void dump_config(struct runctl *runp, struct query *querylist) #ifdef OPIE_ENABLE "'opie'," #endif /* OPIE_ENABLE */ +#ifdef HAVE_SOCKS + "'socks'," +#endif /* HAVE_SOCKS */ ")\n"; fputs(features, stdout); |