From: Joe Orton Date: Thu, 7 May 2020 11:38:29 +0000 (+0000) Subject: * os/win32/win32_config_layout: Define DEFAULT_REL_STATEDIR for Win32. X-Git-Tag: 2.5.0-alpha2-ci-test-only~1462 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8f55fe9f98fd1e5bfe9d04a2d58d5d89cb4956f4;p=thirdparty%2Fapache%2Fhttpd.git * 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 --- diff --git a/os/win32/win32_config_layout.h b/os/win32/win32_config_layout.h index 5f770a283ca..d79c851f0a6 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 */