diff options
author | Martin Mares <mj@ucw.cz> | 2000-04-28 17:11:10 +0200 |
---|---|---|
committer | Martin Mares <mj@ucw.cz> | 2000-04-28 17:11:10 +0200 |
commit | 2edb31b097018be00f29cb7647432c4c2c8b99ba (patch) | |
tree | 8ce8b05508d6c044c5c1f60888e7ae0fbc80e628 /proto/rip/config.Y | |
parent | decc99fbbdba3394a5c611e2914b4d74aa6742a9 (diff) | |
download | bird-2edb31b097018be00f29cb7647432c4c2c8b99ba.tar bird-2edb31b097018be00f29cb7647432c4c2c8b99ba.zip |
Split CF_HDR section to CF_HDR (only includes) and CF_DEFINES (defines,
C declarations etc.).
Diffstat (limited to 'proto/rip/config.Y')
-rw-r--r-- | proto/rip/config.Y | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/proto/rip/config.Y b/proto/rip/config.Y index ebd5726..a8e65e3 100644 --- a/proto/rip/config.Y +++ b/proto/rip/config.Y @@ -17,6 +17,8 @@ CF_HDR #include "proto/rip/rip.h" #include "nest/iface.h" +CF_DEFINES + #define RIP_CFG ((struct rip_proto_config *) this_proto) #define RIP_IPATT ((struct rip_patt *) this_ipatt) |