From 8f55fe9f98fd1e5bfe9d04a2d58d5d89cb4956f4 Mon Sep 17 00:00:00 2001 From: Joe Orton Date: Thu, 7 May 2020 11:38:29 +0000 Subject: * 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 --- os/win32/win32_config_layout.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'os') 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 */ -- cgit v1.2.1