summaryrefslogtreecommitdiff
path: root/src/network.h
diff options
context:
space:
mode:
authorJoshua Judson Rosen2015-02-17 00:37:08 -0500
committerJoshua Judson Rosen2015-02-17 00:37:08 -0500
commit714aebccbd7a4ab6ec0964d4580efd49171ba140 (patch)
treee71ac66a95848b1c0e8f47ea7d3df0e54c052d48 /src/network.h
parentNix mysleep(). (diff)
downloadapf-714aebccbd7a4ab6ec0964d4580efd49171ba140.tar.gz
Remove HTTP proxy support.
There are plenty of popular, readily-available external tools that, frankly, provide better options for going through proxies-- both of the HTTP variety and others (corkscrew, httptunnel, socat...); and dropping our internal implementation results in a significant reduction in code complexity--including the complete elimination of multithreading and all of the worries that go along with it.
Diffstat (limited to 'src/network.h')
-rw-r--r--src/network.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/network.h b/src/network.h
index b8c0273..132b780 100644
--- a/src/network.h
+++ b/src/network.h
@@ -30,9 +30,6 @@
#include <arpa/inet.h>
#include <netinet/in.h>
#include <unistd.h>
-#ifdef HAVE_LIBPTHREAD
-#include <pthread.h>
-#endif
#include <netdb.h>
#include <openssl/ssl.h>