Signed-off-by: Alon Bar-Lev <alon.bar...@gmail.com> --- src/openvpn/syshead.h | 14 -------------- 1 files changed, 0 insertions(+), 14 deletions(-)
diff --git a/src/openvpn/syshead.h b/src/openvpn/syshead.h index 657c884..f908752 100644 --- a/src/openvpn/syshead.h +++ b/src/openvpn/syshead.h @@ -375,14 +375,6 @@ #endif /* - * Disable ESEC - */ -#if 0 -#undef EXTENDED_SOCKET_ERROR_CAPABILITY -#define EXTENDED_SOCKET_ERROR_CAPABILITY 0 -#endif - -/* * Do we have a syslog capability? */ #if defined(HAVE_OPENLOG) && defined(HAVE_SYSLOG) @@ -548,12 +540,6 @@ #define EPOLL 0 #endif -/* Disable EPOLL */ -#if 0 -#undef EPOLL -#define EPOLL 0 -#endif - /* * Should we allow ca/cert/key files to be * included inline, in the configuration file? -- 1.7.3.4