aboutsummaryrefslogtreecommitdiff
path: root/src/openvpn/socks.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/openvpn/socks.h')
-rw-r--r--src/openvpn/socks.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/openvpn/socks.h b/src/openvpn/socks.h
index 30b957d..2475261 100644
--- a/src/openvpn/socks.h
+++ b/src/openvpn/socks.h
@@ -30,8 +30,6 @@
#ifndef SOCKS_H
#define SOCKS_H
-#ifdef ENABLE_SOCKS
-
#include "buffer.h"
struct openvpn_sockaddr;
@@ -74,4 +72,3 @@ int socks_process_outgoing_udp (struct buffer *buf,
const struct link_socket_actual *to);
#endif
-#endif