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:
Jim Jagielski
2012-03-07 12:31:58 +00:00
parent 5f545146f6
commit fc1b444d2e
6 changed files with 81 additions and 42 deletions

View File

@ -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 */