Mail Archives: djgpp-workers/1997/09/17/06:23:37
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
- Raw text -