summaryrefslogtreecommitdiff
path: root/lib/libcurl.vers.in
Commit message (Collapse)AuthorAgeFilesLines
* configure: use XC_LIBTOOL for portability across libtool versionsYang Tse2013-03-081-1/+1
|
* configure: add symbols versioning optionAlessandro Ghedini2011-12-191-0/+13
Allow, at configure time, the production of versioned symbols. The symbols will look like "CURL_<FLAVOUR>_<VERSION> <SYMBOL>", where <FLAVOUR> represents the SSL flavour (e.g. OPENSSL, GNUTLS, NSS, ...), <VERSION> is the major SONAME version and <SYMBOL> is the actual symbol name. If no SSL library is enabled the symbols will be just "CURL_<VERSION> <SYMBOL>".