From 2248b804b1bfb41ba109a1a4220dcc77e42a1fad Mon Sep 17 00:00:00 2001 From: Matthias Schiffer Date: Wed, 28 Jan 2015 21:35:54 +0100 Subject: Fix build on non-Linux systems --- src/config.c | 5 ----- 1 file changed, 5 deletions(-) (limited to 'src') diff --git a/src/config.c b/src/config.c index d0d1d52..94c8980 100644 --- a/src/config.c +++ b/src/config.c @@ -548,11 +548,6 @@ static void config_check_base(void) { exit_error("config error: in TUN mode exactly one peer must be configured"); } -#ifndef USE_PMTU - if (conf.pmtu.set) - exit_error("config error: setting pmtu is not supported on this system"); -#endif - #ifndef USE_PACKET_MARK if (conf.packet_mark) exit_error("config error: setting a packet mark is not supported on this system"); -- cgit v1.2.3