Apache2
md_version.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define MOD_MD_VERSION   "2.4.25"
 
#define MOD_MD_VERSION_NUM   0x020419
 
#define MD_ACME_DEF_URL   "https://acme-v02.api.letsencrypt.org/directory"
 
#define MD_TAILSCALE_DEF_URL   "file://localhost/var/run/tailscale/tailscaled.sock"
 

Macro Definition Documentation

◆ MD_ACME_DEF_URL

#define MD_ACME_DEF_URL   "https://acme-v02.api.letsencrypt.org/directory"

◆ MD_TAILSCALE_DEF_URL

#define MD_TAILSCALE_DEF_URL   "file://localhost/var/run/tailscale/tailscaled.sock"

◆ MOD_MD_VERSION

#define MOD_MD_VERSION   "2.4.25"

@macro Version number of the md module as c string

◆ MOD_MD_VERSION_NUM

#define MOD_MD_VERSION_NUM   0x020419

@macro Numerical representation of the version number of the md module release. This is a 24 bit number with 8 bits for major number, 8 bits for minor and 8 bits for patch. Version 1.2.3 becomes 0x010203.