]> git.ipfire.org Git - thirdparty/bird.git/commitdiff
Fixes minor bug in pipe.
authorOndrej Zajicek <santiago@crfreenet.org>
Wed, 25 Mar 2009 17:29:17 +0000 (18:29 +0100)
committerOndrej Zajicek <santiago@crfreenet.org>
Wed, 25 Mar 2009 17:29:17 +0000 (18:29 +0100)
Missing macro leads to not calling some of protocol's
callbacks.

sysdep/autoconf.h.in

index 2827ff49fa2d167d71a1de3d769b4184fd38a8d2..6cf90aa6c16bf6bbe3f4114052cbf0b1746c36aa 100644 (file)
@@ -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