Date: Wed, 17 Sep 1997 12:23:00 +0200 (METDST) From: Robert Hoehne To: DJ Delorie Cc: djgpp-workers AT delorie DOT com Subject: Re: c1args.c patches In-Reply-To: <199709162339.TAA28162@delorie.com> Message-Id: Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Precedence: bulk On Tue, 16 Sep 1997, DJ Delorie wrote: > According the POSIX, the correct thing to do is to NOT define ARG_MAX > at all in limits.h, if its value is indeterminate. In those cases, > applications may use #ifdef to detect if they should use ARG_MAX > (which, if defined, must be constant) or call sysconf(). Then I think, removing ARG_MAX from limits.h and improving sysconf() would be the best solution (but I have no time to make the sysconf patch). Robert