diff options
author | Ondrej Zajicek <santiago@crfreenet.org> | 2009-03-25 18:29:17 +0100 |
---|---|---|
committer | Ondrej Zajicek <santiago@crfreenet.org> | 2009-03-25 18:29:17 +0100 |
commit | 4d7d0cb137b700a17751b5a565539357304f9080 (patch) | |
tree | 175e11c8f78811e45396428c6f7d9f8c964b8d1e /sysdep/autoconf.h.in | |
parent | 3d574679b8cceb1362bb973e7dfe9981fc93b79b (diff) | |
download | bird-4d7d0cb137b700a17751b5a565539357304f9080.tar bird-4d7d0cb137b700a17751b5a565539357304f9080.zip |
Fixes minor bug in pipe.
Missing macro leads to not calling some of protocol's
callbacks.
Diffstat (limited to 'sysdep/autoconf.h.in')
-rw-r--r-- | sysdep/autoconf.h.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sysdep/autoconf.h.in b/sysdep/autoconf.h.in index 2827ff4..6cf90aa 100644 --- a/sysdep/autoconf.h.in +++ b/sysdep/autoconf.h.in @@ -37,6 +37,7 @@ #undef CONFIG_RIP #undef CONFIG_BGP #undef CONFIG_OSPF +#undef CONFIG_PIPE /* We have <syslog.h> and syslog() */ #undef HAVE_SYSLOG |