ReactOS 0.4.16-dev-1946-g52006dd
curlver.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define LIBCURL_COPYRIGHT   "1996 - 2022 Daniel Stenberg, <daniel@haxx.se>."
 
#define LIBCURL_VERSION   "7.84.0"
 
#define LIBCURL_VERSION_MAJOR   7
 
#define LIBCURL_VERSION_MINOR   84
 
#define LIBCURL_VERSION_PATCH   0
 
#define LIBCURL_VERSION_NUM   0x075400
 
#define LIBCURL_TIMESTAMP   "2022-06-27"
 
#define CURL_VERSION_BITS(x, y, z)   ((x)<<16|(y)<<8|(z))
 
#define CURL_AT_LEAST_VERSION(x, y, z)    (LIBCURL_VERSION_NUM >= CURL_VERSION_BITS(x, y, z))
 

Macro Definition Documentation

◆ CURL_AT_LEAST_VERSION

#define CURL_AT_LEAST_VERSION (   x,
  y,
  z 
)     (LIBCURL_VERSION_NUM >= CURL_VERSION_BITS(x, y, z))

Definition at line 76 of file curlver.h.

◆ CURL_VERSION_BITS

#define CURL_VERSION_BITS (   x,
  y,
  z 
)    ((x)<<16|(y)<<8|(z))

Definition at line 75 of file curlver.h.

◆ LIBCURL_COPYRIGHT

#define LIBCURL_COPYRIGHT   "1996 - 2022 Daniel Stenberg, <daniel@haxx.se>."

Definition at line 31 of file curlver.h.

◆ LIBCURL_TIMESTAMP

#define LIBCURL_TIMESTAMP   "2022-06-27"

Definition at line 73 of file curlver.h.

◆ LIBCURL_VERSION

#define LIBCURL_VERSION   "7.84.0"

Definition at line 35 of file curlver.h.

◆ LIBCURL_VERSION_MAJOR

#define LIBCURL_VERSION_MAJOR   7

Definition at line 39 of file curlver.h.

◆ LIBCURL_VERSION_MINOR

#define LIBCURL_VERSION_MINOR   84

Definition at line 40 of file curlver.h.

◆ LIBCURL_VERSION_NUM

#define LIBCURL_VERSION_NUM   0x075400

Definition at line 62 of file curlver.h.

◆ LIBCURL_VERSION_PATCH

#define LIBCURL_VERSION_PATCH   0

Definition at line 41 of file curlver.h.