]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
* os/win32/win32_config_layout: Define DEFAULT_REL_STATEDIR for Win32.
authorJoe Orton <jorton@apache.org>
Thu, 7 May 2020 11:38:29 +0000 (11:38 +0000)
committerJoe Orton <jorton@apache.org>
Thu, 7 May 2020 11:38:29 +0000 (11:38 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1877471 13f79535-47bb-0310-9956-ffa450edef68

os/win32/win32_config_layout.h

index 5f770a283ca44a54c3065d030b1bb48d9e9c5730..d79c851f0a6e3949340ee9f4dd8608a12f58760e 100644 (file)
@@ -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 */