X-Git-Url: https://git.ozlabs.org/?a=blobdiff_plain;f=pppd%2Fsys-solaris.c;fp=pppd%2Fsys-solaris.c;h=a0b1e3a11ebd13543f997f05a70ab9c71d37f17b;hb=2883dd07101bf851e2ea368f0c04c91aea85cff2;hp=58ad21afca7337050ab42b6eeb7c6e5c08fa792b;hpb=9c7ba0d42dee5e3f84ecb6e4fcdbefc6c1cd965c;p=ppp.git diff --git a/pppd/sys-solaris.c b/pppd/sys-solaris.c index 58ad21a..a0b1e3a 100644 --- a/pppd/sys-solaris.c +++ b/pppd/sys-solaris.c @@ -85,6 +85,10 @@ * OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ +#ifdef HAVE_CONFIG_H +#include "config.h" +#endif + #include #include #include @@ -127,6 +131,10 @@ #include #endif +#ifdef PPP_FILTER +#include +#endif + #include "pppd.h" #include "fsm.h" #include "lcp.h" @@ -1636,7 +1644,7 @@ get_ppp_stats(int u, struct pppd_stats *stats) return 1; } -#if 0 +#ifdef PPP_FILTER /* * set_filters - transfer the pass and active filters to the kernel. */