Go to the source code of this file.
Defines | |
#define | CURL_AT_LEAST_VERSION(x, y, z) (LIBCURL_VERSION_NUM >= CURL_VERSION_BITS(x, y, z)) |
#define | CURL_VERSION_BITS(x, y, z) ((x)<<16|(y)<<8|z) |
#define | LIBCURL_COPYRIGHT "1996 - 2016 Daniel Stenberg, <daniel@haxx.se>." |
#define | LIBCURL_TIMESTAMP "DEV" |
#define | LIBCURL_VERSION "7.52.1-DEV" |
#define | LIBCURL_VERSION_MAJOR 7 |
#define | LIBCURL_VERSION_MINOR 52 |
#define | LIBCURL_VERSION_NUM 0x073401 |
#define | LIBCURL_VERSION_PATCH 1 |
#define CURL_AT_LEAST_VERSION | ( | x, | |
y, | |||
z | |||
) | (LIBCURL_VERSION_NUM >= CURL_VERSION_BITS(x, y, z)) |
#define LIBCURL_COPYRIGHT "1996 - 2016 Daniel Stenberg, <daniel@haxx.se>." |
#define LIBCURL_TIMESTAMP "DEV" |
#define LIBCURL_VERSION "7.52.1-DEV" |
#define LIBCURL_VERSION_MAJOR 7 |
#define LIBCURL_VERSION_MINOR 52 |
#define LIBCURL_VERSION_NUM 0x073401 |
#define LIBCURL_VERSION_PATCH 1 |