From: Roy Marples Date: Fri, 7 Jun 2019 15:59:41 +0000 (+0100) Subject: route: Compile on older BSD platforms X-Git-Tag: v8.0.0~36 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=39a19b4124e6af728412585bddb1e852bf63ca7d;p=thirdparty%2Fdhcpcd.git route: Compile on older BSD platforms --- diff --git a/src/route.h b/src/route.h index 70450100..fb537f5d 100644 --- a/src/route.h +++ b/src/route.h @@ -46,9 +46,9 @@ * when dealing with millions of routes. */ #if !defined(RT_FREE_ROUTE_TABLE) -#define RT_FREE_ROUTE_TABLE +#define RT_FREE_ROUTE_TABLE 1 #elif RT_FREE_ROUTE_TABLE == 0 -#undef RT_FREE_ROUTE_TABLE +#undef RT_FREE_ROUTE_TABLE #endif /* Some systems have route metrics.