summary refs log tree commit diff stats
path: root/src/common/hexchat.h
diff options
context:
space:
mode:
authorTingPing <tingping@tingping.se>2014-12-28 13:57:36 -0500
committerTingPing <tingping@tingping.se>2014-12-28 22:29:06 -0500
commit5beaf15f217e33e32a02eb84b4c40d7e514b06d7 (patch)
tree92b271f6fe1ce7b10a3eb7f036ccae278efcc9f9 /src/common/hexchat.h
parent1b2bee37e43baca9b0ec58061561fdb60c31cef8 (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/hexchat.h')
-rw-r--r--src/common/hexchat.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/common/hexchat.h b/src/common/hexchat.h
index e914da27..c1acfe45 100644
--- a/src/common/hexchat.h
+++ b/src/common/hexchat.h
@@ -38,14 +38,6 @@
 
 #include "history.h"
 
-#ifdef SOCKS
-#ifdef __sgi
-#include <sys/time.h>
-#define INCLUDE_PROTOTYPES 1
-#endif
-#include <socks.h>
-#endif
-
 #ifdef USE_OPENSSL
 #include <openssl/ssl.h>		  /* SSL_() */
 #endif