diff options
| author | Nicolas Souchu <nsouch@FreeBSD.org> | 1999-01-23 17:07:49 +0000 |
|---|---|---|
| committer | Nicolas Souchu <nsouch@FreeBSD.org> | 1999-01-23 17:07:49 +0000 |
| commit | 7b7bf77e65d4bf74eeaa62e2e5f799e0a1635e7a (patch) | |
| tree | 3299e4ef3ed100ef30b3046cbbc0b91ef7792636 /sys/dev | |
| parent | ef8f7626010062429f767ae6d395607dd22382ce (diff) | |
Notes
Diffstat (limited to 'sys/dev')
| -rw-r--r-- | sys/dev/ppbus/if_plip.c | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/sys/dev/ppbus/if_plip.c b/sys/dev/ppbus/if_plip.c index 7d64cd24fef6c..d3b85a4b421af 100644 --- a/sys/dev/ppbus/if_plip.c +++ b/sys/dev/ppbus/if_plip.c @@ -24,7 +24,7 @@ * SUCH DAMAGE. * * From Id: lpt.c,v 1.55.2.1 1996/11/12 09:08:38 phk Exp - * $Id: if_plip.c,v 1.6 1998/11/07 14:35:41 nsouch Exp $ + * $Id: if_plip.c,v 1.7 1999/01/09 18:10:37 nsouch Exp $ */ /* @@ -101,6 +101,8 @@ #include <dev/ppbus/ppbconf.h> #include <dev/ppbus/nlpt.h> +#include "opt_plip.h" + #ifndef LPMTU /* MTU for the lp# interfaces */ #define LPMTU 1500 #endif @@ -129,11 +131,7 @@ #define LPIPTBLSIZE 256 /* Size of octet translation table */ -#ifndef DEBUG -#define DEBUG -#endif - -#ifndef DEBUG +#ifndef PLIP_DEBUG #define lprintf (void) #else #define lprintf if (lptflag) printf |
