From: Ondrej Zajicek Date: Wed, 25 Mar 2009 17:29:17 +0000 (+0100) Subject: Fixes minor bug in pipe. X-Git-Tag: v1.3.2~323 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=4d7d0cb137b700a17751b5a565539357304f9080;p=thirdparty%2Fbird.git Fixes minor bug in pipe. Missing macro leads to not calling some of protocol's callbacks. --- diff --git a/sysdep/autoconf.h.in b/sysdep/autoconf.h.in index 2827ff49f..6cf90aa6c 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 and syslog() */ #undef HAVE_SYSLOG