summaryrefslogtreecommitdiffstats
path: root/include/ap_config_layout.h.in
diff options
context:
space:
mode:
authorJan Kaluža <jkaluza@apache.org>2015-04-17 09:28:50 +0200
committerJan Kaluža <jkaluza@apache.org>2015-04-17 09:28:50 +0200
commit6ac752395e12223d23f968f47b7e791a2fb0380d (patch)
treeb5c2aa4901132b5b9b511a9f58b6d464b886fbd0 /include/ap_config_layout.h.in
parenttab vs space (diff)
downloadapache2-6ac752395e12223d23f968f47b7e791a2fb0380d.tar.xz
apache2-6ac752395e12223d23f968f47b7e791a2fb0380d.zip
* mod_dav_fs: set default value of DavLockDB using installation layout
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1674222 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'include/ap_config_layout.h.in')
-rw-r--r--include/ap_config_layout.h.in2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/ap_config_layout.h.in b/include/ap_config_layout.h.in
index 2b4a70c461..cda6a1130e 100644
--- a/include/ap_config_layout.h.in
+++ b/include/ap_config_layout.h.in
@@ -60,5 +60,7 @@
#define DEFAULT_REL_LOGFILEDIR "@rel_logfiledir@"
#define DEFAULT_EXP_PROXYCACHEDIR "@exp_proxycachedir@"
#define DEFAULT_REL_PROXYCACHEDIR "@rel_proxycachedir@"
+#define DEFAULT_EXP_DAVLOCKDB "@exp_davlockdb@"
+#define DEFAULT_REL_DAVLOCKDB "@rel_davlockdb@"
#endif /* AP_CONFIG_LAYOUT_H */