X-Git-Url: http://git.ozlabs.org/?p=ppp.git;a=blobdiff_plain;f=aix4%2Fppp_comp.c;h=ac75cf5a6d79dbf1cd93b7b45ed9ed7babf854dc;hp=4974855075b7553f780635eca8f9b651de862141;hb=528c6d493b74e1fb310f00f9ae9d5c840c61588d;hpb=e1056aa1bae5b1f640c4fd9e3b0b071848eee55f diff --git a/aix4/ppp_comp.c b/aix4/ppp_comp.c index 4974855..ac75cf5 100644 --- a/aix4/ppp_comp.c +++ b/aix4/ppp_comp.c @@ -24,7 +24,7 @@ * OBLIGATION TO PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, * OR MODIFICATIONS. * - * $Id: ppp_comp.c,v 1.4 1995/04/28 06:13:05 paulus Exp $ + * $Id: ppp_comp.c,v 1.5 1995/05/01 01:42:38 paulus Exp $ */ #include @@ -86,7 +86,9 @@ struct ppp_comp_state { extern struct compressor ppp_bsd_compress; struct compressor *ppp_compressors[] = { +#if DO_BSD_COMPRESS &ppp_bsd_compress, +#endif NULL };