From 2edb31b097018be00f29cb7647432c4c2c8b99ba Mon Sep 17 00:00:00 2001 From: Martin Mares Date: Fri, 28 Apr 2000 15:11:10 +0000 Subject: Split CF_HDR section to CF_HDR (only includes) and CF_DEFINES (defines, C declarations etc.). --- nest/config.Y | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'nest/config.Y') diff --git a/nest/config.Y b/nest/config.Y index 24223db..a909028 100644 --- a/nest/config.Y +++ b/nest/config.Y @@ -8,13 +8,15 @@ CF_HDR -static struct proto_config *this_proto; -static struct iface_patt *this_ipatt; - #include "nest/rt-dev.h" #include "nest/password.h" #include "nest/cmds.h" +CF_DEFINES + +static struct proto_config *this_proto; +static struct iface_patt *this_ipatt; + CF_DECLS CF_KEYWORDS(ROUTER, ID, PROTOCOL, PREFERENCE, DISABLED, DEBUG, ALL, OFF, DIRECT) -- cgit v1.2.3