| > I noticed in 3.08 there is a new #define for
> enabling/disabling using the zlib to handle
compressed
> pages. In the 'lib' dir for the API example, you
have
> #define HTS_USEZLIB 0
> However, when you test the define, you use
> #ifdef HTS_USEZLIB
Yes - mistake fixed for next version - #if will be
used now instead of #ifdef
| |