macro function in libcurl which return the libcurl version

Posted by Mohamed KALLEL on Stack Overflow See other posts from Stack Overflow or by Mohamed KALLEL
Published on 2012-05-30T16:30:40Z Indexed on 2012/05/30 16:41 UTC
Read the original article Hit count: 307

Filed under:
|

I m developing a c program using libcurl.

when I build my program I can use different version of libcurl.

When I change from version to other (of libcurl) I have to change some blocks in my source code to adapt it to the libcurl version.

I'm looking to add macro in my code which will check the libcurl version and then determine which block of source code to use automatically

Are there a macro function or constant in libcurl which return the libcurl version?

© Stack Overflow or respective owner

Related posts about c

    Related posts about libcurl