|
Apache HTTPD
|
Version Release defines. More...
Go to the source code of this file.
Version Release defines.
Definition in file ap_release.h.
| #define AP_SERVER_ADD_STRING "" |
Definition at line 52 of file ap_release.h.
| #define AP_SERVER_BASEPRODUCT "Apache" |
Definition at line 42 of file ap_release.h.
Definition at line 41 of file ap_release.h.
| #define AP_SERVER_BASEREVISION AP_SERVER_MINORREVISION "." AP_SERVER_PATCHLEVEL |
Definition at line 74 of file ap_release.h.
| #define AP_SERVER_BASEVENDOR "Apache Software Foundation" |
Definition at line 40 of file ap_release.h.
| #define AP_SERVER_BASEVERSION AP_SERVER_BASEPRODUCT "/" AP_SERVER_BASEREVISION |
Definition at line 75 of file ap_release.h.
| #define AP_SERVER_COPYRIGHT "Copyright 2024 The Apache Software Foundation." |
Definition at line 25 of file ap_release.h.
| #define AP_SERVER_DEVBUILD_BOOLEAN 0 |
Definition at line 47 of file ap_release.h.
| #define AP_SERVER_MAJORVERSION APR_STRINGIFY(AP_SERVER_MAJORVERSION_NUMBER) |
Definition at line 68 of file ap_release.h.
| #define AP_SERVER_MAJORVERSION_NUMBER 2 |
Definition at line 44 of file ap_release.h.
| #define AP_SERVER_MINORREVISION AP_SERVER_MAJORVERSION "." AP_SERVER_MINORVERSION |
Definition at line 73 of file ap_release.h.
| #define AP_SERVER_MINORVERSION APR_STRINGIFY(AP_SERVER_MINORVERSION_NUMBER) |
Definition at line 69 of file ap_release.h.
| #define AP_SERVER_MINORVERSION_NUMBER 4 |
Definition at line 45 of file ap_release.h.
| #define AP_SERVER_PATCHLEVEL |
Definition at line 70 of file ap_release.h.
| #define AP_SERVER_PATCHLEVEL_CSV |
Definition at line 79 of file ap_release.h.
| #define AP_SERVER_PATCHLEVEL_NUMBER 62 |
Definition at line 46 of file ap_release.h.
| #define AP_SERVER_VERSION AP_SERVER_BASEVERSION |
Definition at line 76 of file ap_release.h.
| #define APR_STRINGIFY | ( | n | ) | APR_STRINGIFY_HELPER(n) |
Properly quote a value as a string in the C preprocessor
Definition at line 62 of file ap_release.h.
Helper macro for APR_STRINGIFY
Definition at line 64 of file ap_release.h.