Main Page | Modules | Namespace List | Class List | Directories | File List | Class Members | File Members | Related Pages | Examples

ap_release.h File Reference

Version Release defines. More...

#include "apr_general.h"

Go to the source code of this file.

Defines

#define AP_SERVER_COPYRIGHT   "Copyright 2008 The Apache Software Foundation."
#define AP_SERVER_BASEVENDOR   "Apache Software Foundation"
#define AP_SERVER_BASEPROJECT   "Apache HTTP Server"
#define AP_SERVER_BASEPRODUCT   "Apache"
#define AP_SERVER_MAJORVERSION_NUMBER   2
#define AP_SERVER_MINORVERSION_NUMBER   2
#define AP_SERVER_PATCHLEVEL_NUMBER   8
#define AP_SERVER_DEVBUILD_BOOLEAN   0
#define AP_SERVER_ADD_STRING   ""
#define AP_SERVER_MAJORVERSION   APR_STRINGIFY(AP_SERVER_MAJORVERSION_NUMBER)
#define AP_SERVER_MINORVERSION   APR_STRINGIFY(AP_SERVER_MINORVERSION_NUMBER)
#define AP_SERVER_PATCHLEVEL
#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 AP_SERVER_PATCHLEVEL_CSV


Detailed Description

Version Release defines.

Definition in file ap_release.h.


Define Documentation

#define AP_SERVER_ADD_STRING   ""
 

Definition at line 54 of file ap_release.h.

#define AP_SERVER_BASEPRODUCT   "Apache"
 

Definition at line 44 of file ap_release.h.

Referenced by set_banner().

#define AP_SERVER_BASEPROJECT   "Apache HTTP Server"
 

Definition at line 43 of file ap_release.h.

#define AP_SERVER_BASEREVISION   AP_SERVER_MINORREVISION "." AP_SERVER_PATCHLEVEL
 

Definition at line 64 of file ap_release.h.

#define AP_SERVER_BASEVENDOR   "Apache Software Foundation"
 

Definition at line 42 of file ap_release.h.

#define AP_SERVER_BASEVERSION   AP_SERVER_BASEPRODUCT "/" AP_SERVER_BASEREVISION
 

Definition at line 65 of file ap_release.h.

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

#define AP_SERVER_COPYRIGHT   "Copyright 2008 The Apache Software Foundation."
 

Definition at line 27 of file ap_release.h.

#define AP_SERVER_DEVBUILD_BOOLEAN   0
 

Definition at line 49 of file ap_release.h.

#define AP_SERVER_MAJORVERSION   APR_STRINGIFY(AP_SERVER_MAJORVERSION_NUMBER)
 

Definition at line 58 of file ap_release.h.

Referenced by set_banner().

#define AP_SERVER_MAJORVERSION_NUMBER   2
 

Definition at line 46 of file ap_release.h.

#define AP_SERVER_MINORREVISION   AP_SERVER_MAJORVERSION "." AP_SERVER_MINORVERSION
 

Definition at line 63 of file ap_release.h.

Referenced by set_banner().

#define AP_SERVER_MINORVERSION   APR_STRINGIFY(AP_SERVER_MINORVERSION_NUMBER)
 

Definition at line 59 of file ap_release.h.

#define AP_SERVER_MINORVERSION_NUMBER   2
 

Definition at line 47 of file ap_release.h.

#define AP_SERVER_PATCHLEVEL
 

Value:

Definition at line 60 of file ap_release.h.

#define AP_SERVER_PATCHLEVEL_CSV
 

Value:

AP_SERVER_MAJORVERSION_NUMBER ##, \
                               ##AP_SERVER_MINORVERSION_NUMBER ##, \
                               ##AP_SERVER_PATCHLEVEL_NUMBER

Definition at line 69 of file ap_release.h.

#define AP_SERVER_PATCHLEVEL_NUMBER   8
 

Definition at line 48 of file ap_release.h.

#define AP_SERVER_VERSION   AP_SERVER_BASEVERSION
 

Definition at line 66 of file ap_release.h.


© sourcejam.com 2005-2008