qpimd-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[qpimd-users] config.h.in patch


From: Andrew Lunn
Subject: [qpimd-users] config.h.in patch
Date: Wed, 15 Apr 2009 09:29:03 +0200
User-agent: Mutt/1.5.18 (2008-05-17)

Hi Folks

In order to get qpimd to compile i had to patch config.h.in. Without
these changes, configure would correctly determine things, but they
never made it to config.h.

      Andrew

--- quagga-0.99.11/config.h.in  2008-10-02 10:31:32.000000000 +0200
+++ quagga/config.h.in  2009-04-14 15:20:58.000000000 +0200
@@ -570,6 +570,9 @@
 /* ospfd vty socket */
 #undef OSPF_VTYSH_PATH
 
+/* pimd vtu socket */
+#undef PIM_VTYSH_PATH
+
 /* Name of package */
 #undef PACKAGE
 
@@ -615,6 +618,9 @@
 /* zebra PID */
 #undef PATH_ZEBRA_PID
 
+/* pimd PID */
+#undef PATH_PIMD_PID
+
 /* Quagga Group */
 #undef QUAGGA_GROUP
 
@@ -746,3 +752,9 @@
 /* Define to empty if the keyword `volatile' does not work. Warning: valid
    code using `volatile' can become incorrect without. Disable with care. */
 #undef volatile
+
+/* Define to 1 if you have the IP_PKTINFO setsockopt */
+#undef HAVE_IP_PKTINFO
+
+/* Define to 1 if you have the IP_RECVDSTADDR setsockopt */
+#undef HAVE_IP_RECVDSTADDR




reply via email to

[Prev in Thread] Current Thread [Next in Thread]