summaryrefslogtreecommitdiff
path: root/os
diff options
context:
space:
mode:
authorJoe Orton <jorton@apache.org>2020-05-07 11:38:29 +0000
committerJoe Orton <jorton@apache.org>2020-05-07 11:38:29 +0000
commit8f55fe9f98fd1e5bfe9d04a2d58d5d89cb4956f4 (patch)
tree76f9bfbb69e4cabbee96c44fae09fada801dbc6b /os
parentc2321e5b8fa6792662deaaeb05f1c24bd71503eb (diff)
downloadhttpd-8f55fe9f98fd1e5bfe9d04a2d58d5d89cb4956f4.tar.gz
* os/win32/win32_config_layout: Define DEFAULT_REL_STATEDIR for Win32.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1877471 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'os')
-rw-r--r--os/win32/win32_config_layout.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/os/win32/win32_config_layout.h b/os/win32/win32_config_layout.h
index 5f770a283c..d79c851f0a 100644
--- a/os/win32/win32_config_layout.h
+++ b/os/win32/win32_config_layout.h
@@ -27,5 +27,8 @@
#ifndef DEFAULT_REL_RUNTIMEDIR
#define DEFAULT_REL_RUNTIMEDIR "logs"
#endif
+#ifndef DEFAULT_REL_STATEDIR
+#define DEFAULT_REL_STATEDIR "logs"
+#endif
#endif /* AP_CONFIG_LAYOUT_H */