From: Steffen Land Date: Wed, 20 May 2020 18:27:04 +0000 (+0000) Subject: "" is appropriate default DEFAULT_REL_STATEDIR X-Git-Tag: 2.5.0-alpha2-ci-test-only~1426 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0d25d5a8a8b8f44895b7d54177b00ef8e1c08846;p=thirdparty%2Fapache%2Fhttpd.git "" is appropriate default DEFAULT_REL_STATEDIR git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1877959 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/os/win32/win32_config_layout.h b/os/win32/win32_config_layout.h index d79c851f0a6..b2ad71467d7 100644 --- a/os/win32/win32_config_layout.h +++ b/os/win32/win32_config_layout.h @@ -28,7 +28,7 @@ #define DEFAULT_REL_RUNTIMEDIR "logs" #endif #ifndef DEFAULT_REL_STATEDIR -#define DEFAULT_REL_STATEDIR "logs" +#define DEFAULT_REL_STATEDIR "" #endif #endif /* AP_CONFIG_LAYOUT_H */