macro function in libcurl which return the libcurl version
- by Mohamed KALLEL
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?