Hi Earnie,


Earnie Boyd <[EMAIL PROTECTED]> writes:
> Well, I'm perplexed that it MAX_PATH and _MAX_PATH isn't set in the
> Cygwin headers already somewhere.

Why should it?

ISO C has FILENAME_MAX in <stdio.h>, which is set to 1024 in my
version of Cygwin.  POSIX has PATH_MAX in <limits.h> which is set to
259 here.  And than there is pathconf() in <unistd.h> for the real
POSIX fans.

MAX_PATH OTOH seems to be an MS Windows invention and is not in any
standard, or is it?


so long, benny
-- 
ISION Internet AG
Benjamin Riefenstahl
mailto:[EMAIL PROTECTED]

Harburger Schlossstr. 1
D-21079 Hamburg
http://www.ision.net


--
Want to unsubscribe from this list?
Check out: http://cygwin.com/ml/#unsubscribe-simple

Reply via email to