Apache HTTPD
Macros
md_version.h File Reference

Go to the source code of this file.

Macros

#define MOD_MD_VERSION   "2.4.26"
 
#define MOD_MD_VERSION_NUM   0x02041a
 
#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"

Definition at line 40 of file md_version.h.

◆ MD_TAILSCALE_DEF_URL

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

Definition at line 41 of file md_version.h.

◆ MOD_MD_VERSION

#define MOD_MD_VERSION   "2.4.26"

@macro Version number of the md module as c string

Definition at line 30 of file md_version.h.

◆ MOD_MD_VERSION_NUM

#define MOD_MD_VERSION_NUM   0x02041a

@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.

Definition at line 38 of file md_version.h.