diff options
author | Ondrej Filip <feela@network.cz> | 2000-05-08 22:50:37 +0000 |
---|---|---|
committer | Ondrej Filip <feela@network.cz> | 2000-05-08 22:50:37 +0000 |
commit | ed4a53c6a5685d04fe2b0cceda83860324f4892c (patch) | |
tree | a33dd2cb42b9b0fca7141416b8ac50de2ad1588b /proto/ospf/ospf.h | |
parent | 9bacea42112216e604bd55e3027e019e131304dd (diff) |
Some changes in debugging.
Diffstat (limited to 'proto/ospf/ospf.h')
-rw-r--r-- | proto/ospf/ospf.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/proto/ospf/ospf.h b/proto/ospf/ospf.h index f2736c61..b1d14bd4 100644 --- a/proto/ospf/ospf.h +++ b/proto/ospf/ospf.h @@ -9,7 +9,6 @@ #ifndef _BIRD_OSPF_H_ #define _BIRD_OSPF_H_ -#define LOCAL_DEBUG #define SIPH 64 /* FIXME Size Of IP header */ @@ -28,6 +27,8 @@ #include "conf/conf.h" #include "lib/string.h" +#define LOCAL_DEBUG + #define OSPF_PROTO 89 #ifndef IPV6 #define OSPF_VERSION 2 |