Github User Fetcher 1.0.0
C Application with Server and GUI
Loading...
Searching...
No Matches
curlver.h File Reference

Go to the source code of this file.

Macros

#define LIBCURL_COPYRIGHT   "Daniel Stenberg, <daniel@haxx.se>."
 
#define LIBCURL_VERSION   "8.12.1"
 
#define LIBCURL_VERSION_MAJOR   8
 
#define LIBCURL_VERSION_MINOR   12
 
#define LIBCURL_VERSION_PATCH   1
 
#define LIBCURL_VERSION_NUM   0x080c01
 
#define LIBCURL_TIMESTAMP   "2025-02-13"
 
#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.

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

◆ 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   "Daniel Stenberg, <daniel@haxx.se>."

Definition at line 31 of file curlver.h.

◆ LIBCURL_TIMESTAMP

#define LIBCURL_TIMESTAMP   "2025-02-13"

Definition at line 73 of file curlver.h.

◆ LIBCURL_VERSION

#define LIBCURL_VERSION   "8.12.1"

Definition at line 35 of file curlver.h.

◆ LIBCURL_VERSION_MAJOR

#define LIBCURL_VERSION_MAJOR   8

Definition at line 39 of file curlver.h.

◆ LIBCURL_VERSION_MINOR

#define LIBCURL_VERSION_MINOR   12

Definition at line 40 of file curlver.h.

◆ LIBCURL_VERSION_NUM

#define LIBCURL_VERSION_NUM   0x080c01

Definition at line 62 of file curlver.h.

◆ LIBCURL_VERSION_PATCH

#define LIBCURL_VERSION_PATCH   1

Definition at line 41 of file curlver.h.