diff options
author | TingPing <tingping@tingping.se> | 2014-12-28 13:57:36 -0500 |
---|---|---|
committer | TingPing <tingping@tingping.se> | 2014-12-28 22:29:06 -0500 |
commit | 5beaf15f217e33e32a02eb84b4c40d7e514b06d7 (patch) | |
tree | 92b271f6fe1ce7b10a3eb7f036ccae278efcc9f9 /src/common/util.c | |
parent | 1b2bee37e43baca9b0ec58061561fdb60c31cef8 (diff) |
Remove option to use socks5 library
This was always disabled by default and is not required for the current socks support. I am not even sure this library is packaged by any distro?
Diffstat (limited to 'src/common/util.c')
-rw-r--r-- | src/common/util.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/common/util.c b/src/common/util.c index 9deec8c2..37d214c0 100644 --- a/src/common/util.c +++ b/src/common/util.c @@ -51,9 +51,6 @@ #if defined (USING_FREEBSD) || defined (__APPLE__) #include <sys/sysctl.h> #endif -#ifdef SOCKS -#include <socks.h> -#endif /* SASL mechanisms */ #ifdef USE_OPENSSL |