diff options
author | Joe Orton <jorton@apache.org> | 2020-05-07 13:38:29 +0200 |
---|---|---|
committer | Joe Orton <jorton@apache.org> | 2020-05-07 13:38:29 +0200 |
commit | 8f55fe9f98fd1e5bfe9d04a2d58d5d89cb4956f4 (patch) | |
tree | 76f9bfbb69e4cabbee96c44fae09fada801dbc6b /os | |
parent | mod_ssl: Drop SSLRandomSeed implementation with OpenSSL 1.1.1. (diff) | |
download | apache2-8f55fe9f98fd1e5bfe9d04a2d58d5d89cb4956f4.tar.xz apache2-8f55fe9f98fd1e5bfe9d04a2d58d5d89cb4956f4.zip |
* 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.h | 3 |
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 */ |