Mercurial > hg > dhcpcd
changeset 4523:605fe3b1f9ae draft
route: Compile on older BSD platforms
| author | Roy Marples <roy@marples.name> |
|---|---|
| date | Fri, 07 Jun 2019 16:59:41 +0100 |
| parents | e2582c7c7e1d |
| children | 578ac745c627 |
| files | src/route.h |
| diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/src/route.h Fri Jun 07 16:37:00 2019 +0100 +++ b/src/route.h Fri Jun 07 16:59:41 2019 +0100 @@ -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.
