mirror of
https://github.com/apache/httpd.git
synced 2025-08-10 02:56:11 +00:00
Fold on Jeff's DefaultRuntimeDir impl... docs on the way
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1297955 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
@ -43,6 +43,11 @@ extern "C" {
|
||||
AP_DECLARE_DATA extern const char *ap_server_argv0;
|
||||
/** The global server's ServerRoot */
|
||||
AP_DECLARE_DATA extern const char *ap_server_root;
|
||||
/** The global server's DefaultRuntimeDir
|
||||
* This is not usable directly in the general case; use
|
||||
* ap_runtime_dir_relative() instead.
|
||||
*/
|
||||
AP_DECLARE_DATA extern const char *ap_runtime_dir;
|
||||
/** The global server's server_rec */
|
||||
AP_DECLARE_DATA extern server_rec *ap_server_conf;
|
||||
/** global pool, for access prior to creation of server_rec */
|
||||
|
Reference in New Issue
Block a user