Skip to content
  1. Dec 27, 2011
  2. Dec 26, 2011
  3. Dec 25, 2011
  4. Dec 23, 2011
  5. Dec 21, 2011
  6. Dec 20, 2011
  7. Dec 19, 2011
    • Alessandro Ghedini's avatar
      configure: add symbols versioning option · 7cc2e8b3
      Alessandro Ghedini authored
      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>".
      7cc2e8b3