X-Git-Url: http://git.ozlabs.org/?p=ppp.git;a=blobdiff_plain;f=modules%2Fbsd-comp.c;h=6bdbe10cfb28a687aa73ae88f7994c2a2eb52820;hp=c342d98c64d427932ed15f34d85578bde1ebb650;hb=1145d3f55794382369d911d0adf0038027b23cec;hpb=2b8a87b315b557abcd53e81b838c2aeb97209068 diff --git a/modules/bsd-comp.c b/modules/bsd-comp.c index c342d98..6bdbe10 100644 --- a/modules/bsd-comp.c +++ b/modules/bsd-comp.c @@ -41,7 +41,7 @@ * This version is for use with STREAMS under SunOS 4.x, * DEC Alpha OSF/1, and AIX 4.x. * - * $Id: bsd-comp.c,v 1.9 1995/04/28 06:13:56 paulus Exp $ + * $Id: bsd-comp.c,v 1.10 1995/05/01 01:43:16 paulus Exp $ */ #ifdef __aix4__ @@ -75,6 +75,8 @@ #define PACKETPTR mblk_t * #include +#if DO_BSD_COMPRESS + /* * PPP "BSD compress" compression * The differences between this compression and the classic BSD LZW @@ -1109,3 +1111,4 @@ bsd_decompress(state, cmsg, dmpp) *dmpp = mret; return DECOMP_OK; } +#endif /* DO_BSD_COMPRESS */