Go to the documentation of this file.
5#define GRST_AP_VERSION (AP_SERVER_MAJORVERSION_NUMBER * 10000 + AP_SERVER_MINORVERSION_NUMBER * 100 + AP_SERVER_PATCHLEVEL_NUMBER)
10#if GRST_AP_VERSION < 20300
11#define ap_unixd_config (unixd_config)
17#if GRST_AP_VERSION < 20306
18#define GRST_AP_LOGLEVEL(REQ) ((REQ)->loglevel)
20#define GRST_AP_LOGLEVEL(REQ) ((REQ)->log.level)
26#if GRST_AP_VERSION < 20316
27#define GRST_AP_CLIENT_IP(CONN) ((CONN)->remote_ip)
29#define GRST_AP_CLIENT_IP(CONN) ((CONN)->client_ip)