endif
endif
-CFLAGS += -DUSE_DOUBLE_LIST
-
# Path to clang, setting this enables the 'scan.*' build targets
# which perform static analysis on various server components.
ANALYZE.c := @clang_path@
*
* @copyright 2016 The FreeRADIUS server project
*/
-#ifdef USE_DOUBLE_LIST
-#include <freeradius-devel/util/dcursor.h>
-#endif
RCSIDH(cursor_h, "$Id$")
#ifdef __cplusplus
dict_util.c \
dict_validate.c \
dl.c \
+ dpair.c \
+ dpair_legacy.c \
dns.c \
event.c \
ext.c \
missing.c \
net.c \
packet.c \
- $(if $(findstring USE_DOUBLE_LIST,$(CFLAGS)),dpair.c,pair.c) \
- $(if $(findstring USE_DOUBLE_LIST,$(CFLAGS)),dpair_legacy.c,pair_legacy.c) \
pair_print.c \
pair_tokenize.c \
paths.c \