From: Alan T. DeKok Date: Sun, 17 Mar 2019 20:52:26 +0000 (-0400) Subject: don't redefine things X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ff156257eadaadd89212fd80ea5254c6c52479ca;p=thirdparty%2Ffreeradius-server.git don't redefine things --- diff --git a/src/lib/util/trie.c b/src/lib/util/trie.c index ae6beebce48..92a177c7113 100644 --- a/src/lib/util/trie.c +++ b/src/lib/util/trie.c @@ -73,7 +73,7 @@ RCSID("$Id$") * create a large number of intermediate 2^N-way nodes, all of which * would have only one edge. */ -#ifndef NO_PATH_COMPRESSION +#if !defined(NO_PATH_COMPRESSION) && !defined(WITH_PATH_COMPRESSION) #define WITH_PATH_COMPRESSION #endif