stdio.h defines BUFSIZ
authorKeith Bostic <bostic@ucbvax.Berkeley.EDU>
Thu, 7 Feb 1991 04:03:34 +0000 (20:03 -0800)
committerKeith Bostic <bostic@ucbvax.Berkeley.EDU>
Thu, 7 Feb 1991 04:03:34 +0000 (20:03 -0800)
SCCS-vsn: usr.sbin/lpr/common_source/printcap.c 5.6

usr/src/usr.sbin/lpr/common_source/printcap.c

index 92152fe..a8f7aaa 100644 (file)
@@ -6,10 +6,12 @@
  */
 
 #ifndef lint
  */
 
 #ifndef lint
-static char sccsid[] = "@(#)printcap.c 5.5 (Berkeley) %G%";
+static char sccsid[] = "@(#)printcap.c 5.6 (Berkeley) %G%";
 #endif /* not lint */
 
 #endif /* not lint */
 
+#ifndef BUFSIZ
 #define        BUFSIZ  1024
 #define        BUFSIZ  1024
+#endif
 #define MAXHOP 32      /* max number of tc= indirections */
 
 #include <ctype.h>
 #define MAXHOP 32      /* max number of tc= indirections */
 
 #include <ctype.h>