Closed GoogleCodeExporter closed 9 years ago
BUFSIZ is defined only for WINCE environment. WINCE is not ISO C compliant and
does not provide BUFSIZ.
For other environments, mongoose gets BUFSIZ from the standard includes, which
is right thing to do since should be optimal IO buffer size for the given
environment.
Original comment by valenok
on 16 Feb 2011 at 1:40
BUFSIZ is defined only for WINCE environment. WINCE is not ISO C compliant and
does not provide BUFSIZ.
For other environments, mongoose gets BUFSIZ from the standard includes, which
is right thing to do since should be optimal IO buffer size for the given
environment.
Original comment by valenok
on 16 Feb 2011 at 1:40
Original issue reported on code.google.com by
stijncle...@gmail.com
on 16 Feb 2011 at 9:54