summaryrefslogtreecommitdiff
path: root/include/http_main.h
diff options
context:
space:
mode:
authorJim Jagielski <jim@apache.org>2012-03-07 12:31:58 +0000
committerJim Jagielski <jim@apache.org>2012-03-07 12:31:58 +0000
commitfc1b444d2e58ab23abff08fa379cd455e78004ff (patch)
treeed0402db9000f20a877aa882794a6739f93f7dbc /include/http_main.h
parent5f545146f6cd788c0364291247c514af742a7b44 (diff)
downloadhttpd-fc1b444d2e58ab23abff08fa379cd455e78004ff.tar.gz
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
Diffstat (limited to 'include/http_main.h')
-rw-r--r--include/http_main.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/include/http_main.h b/include/http_main.h
index 22192db30f..fa1ce85216 100644
--- a/include/http_main.h
+++ b/include/http_main.h
@@ -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 */