]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
don't redefine things
authorAlan T. DeKok <aland@freeradius.org>
Sun, 17 Mar 2019 20:52:26 +0000 (16:52 -0400)
committerAlan T. DeKok <aland@freeradius.org>
Sun, 17 Mar 2019 20:52:26 +0000 (16:52 -0400)
src/lib/util/trie.c

index ae6beebce486229a7833ca48366af363ad51d3db..92a177c7113146efe6d7539ba483ef676da1d69a 100644 (file)
@@ -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