Newsgroups: comp.unix.wizards Path: utzoo!utgpu!watserv1!watmath!gamiddle From: gamiddle@watmath.waterloo.edu (Guy Middleton) Subject: Re: How big is BUFSIZ on your system? Message-ID: <1991Apr11.033103.13911@watmath.waterloo.edu> Organization: Yoyodyne Propulsion Systems References: <539@appserv.Eng.Sun.COM> Date: Thu, 11 Apr 1991 03:31:03 GMT Lines: 13 In article <539@appserv.Eng.Sun.COM> bufsiz@slovax.sun.com writes: > I'm tryng to figure out if BUFSIZ == 1024 on all the machines > out there. If you were to reply to this mesage, and (from vi) say: > > !!grep BUFSIZ /usr/include/stdio.h Not very helpful here: % grep BUFSIZ /usr/include/stdio.h #define BUFSIZ 4096 #define BUFSIZ 4096 #define BUFSIZ 1024 #define BUFSIZ 512