Hi

In config.h one finds this

/* when building cURLpp itself */
/* #undef BUILDING_CURLPP */

and right below this

/* when not building a shared library */
/* #undef CURLPP_STATICLIB */

I think the comment to the second macro is inconsistent with the 
comment to the first one.
I think these comments say in what situation one should remove a 
comment from the macro. If so then the second comment should be
/* when building a shared library */ instead of
/* when not building a shared library */ ("not" should be removed")

Regards
Piotr Dobrogost
_______________________________________________
cURLpp mailing list
cURLpp@rrette.com
http://www.rrette.com/mailman/listinfo/curlpp

Reply via email to