From 7601f1979736cd4364f7c1753a61ce9227ed6254 Mon Sep 17 00:00:00 2001 From: kstailey Date: Mon, 23 Jun 1997 23:13:59 +0000 Subject: It is not a reasonable default behavior to abort a printout because of its size now that there's PostScript[tm]. --- usr.sbin/lpr/common_source/lp.local.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'usr.sbin/lpr/common_source') diff --git a/usr.sbin/lpr/common_source/lp.local.h b/usr.sbin/lpr/common_source/lp.local.h index ab124b54da1..3462749a524 100644 --- a/usr.sbin/lpr/common_source/lp.local.h +++ b/usr.sbin/lpr/common_source/lp.local.h @@ -1,4 +1,4 @@ -/* $OpenBSD: lp.local.h,v 1.2 1997/01/17 16:11:36 millert Exp $ */ +/* $OpenBSD: lp.local.h,v 1.3 1997/06/23 23:13:56 kstailey Exp $ */ /* * Copyright (c) 1983, 1993 @@ -45,7 +45,7 @@ #define DEFLP "lp" #define DEFLOCK "lock" #define DEFSTAT "status" -#define DEFMX 1000 +#define DEFMX 0 #define DEFMAXCOPIES 0 #define DEFFF "\f" #define DEFWIDTH 132 -- cgit v1.2.3