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?
This commit is contained in:
TingPing
2014-12-28 13:57:36 -05:00
parent 1b2bee37e4
commit 5beaf15f21
4 changed files with 0 additions and 37 deletions

View File

@@ -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