aboutsummaryrefslogtreecommitdiff
path: root/lib/libcurl.vers.in
AgeCommit message (Collapse)Author
2013-03-08configure: use XC_LIBTOOL for portability across libtool versionsYang Tse
2011-12-19configure: add symbols versioning optionAlessandro Ghedini
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>".