bug-gnu-utils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: read buffer length problem in grep on windows


From: Stepan Kasal
Subject: Re: read buffer length problem in grep on windows
Date: Tue, 9 Mar 2004 07:23:44 +0100
User-agent: Mutt/1.4.1i

Hi,

On Mon, Mar 08, 2004 at 09:54:51PM -0800, Paul Eggert wrote:
> >>    #if defined (_WIN32)
> >>    # define INITIAL_BUFSIZE 16384  /* Initial buffer size, not counting

> We should avoid ifdef hackery like that.
> #ifndef INITIAL_BUFSIZE
> # define INITIAL_BUFSIZE 32768
> #endif
> and then the Microsoft Windows config.h can define INITIAL_BUFSIZE to
> a value that avoids the Microsoft bug.

OK, I'll do it this way.

Stepan Kasal, the maintainer




reply via email to

[Prev in Thread] Current Thread [Next in Thread]