--- libelwix/src/patricia.c 2024/01/22 15:16:44 1.5.74.2 +++ libelwix/src/patricia.c 2024/01/22 15:19:13 1.5.74.3 @@ -3,7 +3,7 @@ * by Michael Pounov * * $Author: misho $ -* $Id: patricia.c,v 1.5.74.2 2024/01/22 15:16:44 misho Exp $ +* $Id: patricia.c,v 1.5.74.3 2024/01/22 15:19:13 misho Exp $ * ************************************************************************** The ELWIX and AITNET software is distributed under the following @@ -12,7 +12,7 @@ terms: All of the documentation and software included in the ELWIX and AITNET Releases is copyrighted by ELWIX - Sofia/Bulgaria -Copyright 2004 - 2015 +Copyright 2004 - 2024 by Michael Pounov . All rights reserved. Redistribution and use in source and binary forms, with or without @@ -57,7 +57,7 @@ SUCH DAMAGE. */ #include "global.h" - +#ifdef PATRICIA_SUPPORT static int num_active_patricia; @@ -926,3 +926,4 @@ patricia_node_t *try_search_best(patricia_tree_t *tree } /* } */ +#endif