Main Page | Modules | Namespace List | Alphabetical List | Data Structures | Directories | File List | Data Fields | Globals | Related Pages | Examples

ap_release.h File Reference

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Defines

#define AP_SERVER_BASEVENDOR   "Apache Software Foundation"
#define AP_SERVER_BASEPRODUCT   "Apache"
#define AP_SERVER_MAJORVERSION   "2"
#define AP_SERVER_MINORVERSION   "0"
#define AP_SERVER_PATCHLEVEL   "54"
#define AP_SERVER_MINORREVISION   AP_SERVER_MAJORVERSION "." AP_SERVER_MINORVERSION
#define AP_SERVER_BASEREVISION   AP_SERVER_MINORREVISION "." AP_SERVER_PATCHLEVEL
#define AP_SERVER_BASEVERSION   AP_SERVER_BASEPRODUCT "/" AP_SERVER_BASEREVISION
#define AP_SERVER_VERSION   AP_SERVER_BASEVERSION


Define Documentation

#define AP_SERVER_BASEPRODUCT   "Apache"
 

Definition at line 33 of file ap_release.h.

Referenced by ap_set_version().

#define AP_SERVER_BASEREVISION   AP_SERVER_MINORREVISION "." AP_SERVER_PATCHLEVEL
 

Definition at line 38 of file ap_release.h.

#define AP_SERVER_BASEVENDOR   "Apache Software Foundation"
 

Definition at line 32 of file ap_release.h.

#define AP_SERVER_BASEVERSION   AP_SERVER_BASEPRODUCT "/" AP_SERVER_BASEREVISION
 

Definition at line 39 of file ap_release.h.

Referenced by ap_proxy_http_process_response(), ap_proxy_http_request(), ap_set_version(), ssl_add_version_components(), and ssl_pphrase_Handle_CB().

#define AP_SERVER_MAJORVERSION   "2"
 

Definition at line 34 of file ap_release.h.

Referenced by ap_set_version().

#define AP_SERVER_MINORREVISION   AP_SERVER_MAJORVERSION "." AP_SERVER_MINORVERSION
 

Definition at line 37 of file ap_release.h.

Referenced by ap_set_version().

#define AP_SERVER_MINORVERSION   "0"
 

Definition at line 35 of file ap_release.h.

#define AP_SERVER_PATCHLEVEL   "54"
 

Definition at line 36 of file ap_release.h.

#define AP_SERVER_VERSION   AP_SERVER_BASEVERSION
 

Definition at line 40 of file ap_release.h.