diff options
author | Eric S. Raymond <esr@thyrsus.com> | 1998-11-20 15:52:48 +0000 |
---|---|---|
committer | Eric S. Raymond <esr@thyrsus.com> | 1998-11-20 15:52:48 +0000 |
commit | c8ecb908dde9760ac2ff55f73ffd02f1a0046f59 (patch) | |
tree | 838bf5742ee57de487e1afb0154cfd40cc96582d /acconfig.h | |
parent | 85ea804517dc39280113a281a71397fdefe59d3c (diff) | |
download | fetchmail-c8ecb908dde9760ac2ff55f73ffd02f1a0046f59.tar.gz fetchmail-c8ecb908dde9760ac2ff55f73ffd02f1a0046f59.tar.bz2 fetchmail-c8ecb908dde9760ac2ff55f73ffd02f1a0046f59.zip |
Added socks library support.
svn path=/trunk/; revision=2189
Diffstat (limited to 'acconfig.h')
-rw-r--r-- | acconfig.h | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -90,6 +90,10 @@ /* Define if you want GSSAPI authentication */ #undef GSSAPI + +/* Define if you want built-in SOCKS support */ +#undef HAVE_SOCKS + /* Leave that blank line there!! Autoheader needs it. If you're adding to this file, keep in mind: |