From a8ea3eb5a60d95645577a493c3be29ae3f91fa02 Mon Sep 17 00:00:00 2001 From: sangorrin Date: Tue, 8 Apr 2008 15:32:33 +0000 Subject: [PATCH] networks are enabled in fna_configuration.h now, not in CFLAGS... i keep the enables in config.mk for the moment but just rules.mk to know which directories should be compiled... with the future omk system i guess this is easier git-svn-id: http://www.frescor.org/private/svn/frescor/fna/trunk@1090 35b4ef3e-fd22-0410-ab77-dab3279adceb --- include/fna_configuration.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/include/fna_configuration.h b/include/fna_configuration.h index 3f79a0a..7cfce3a 100644 --- a/include/fna_configuration.h +++ b/include/fna_configuration.h @@ -68,6 +68,10 @@ #include "fna.h" +#define FRESCAN_FNA_ENABLED +// #define RTEP_FNA_ENABLED +// #define UNIX_FNA_ENABLED + /** Maximum number of networks in the system (each network will have a * different resource_id) **/ -- 2.39.2