summaryrefslogtreecommitdiff
path: root/app/openvpn/src/openvpn/socks.h
diff options
context:
space:
mode:
Diffstat (limited to 'app/openvpn/src/openvpn/socks.h')
-rw-r--r--app/openvpn/src/openvpn/socks.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/app/openvpn/src/openvpn/socks.h b/app/openvpn/src/openvpn/socks.h
index 30b957d7..2475261f 100644
--- a/app/openvpn/src/openvpn/socks.h
+++ b/app/openvpn/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