You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by jo...@apache.org on 2020/05/07 11:38:29 UTC

svn commit: r1877471 - /httpd/httpd/trunk/os/win32/win32_config_layout.h

Author: jorton
Date: Thu May  7 11:38:29 2020
New Revision: 1877471

URL: http://svn.apache.org/viewvc?rev=1877471&view=rev
Log:
* os/win32/win32_config_layout: Define DEFAULT_REL_STATEDIR for Win32.

Modified:
    httpd/httpd/trunk/os/win32/win32_config_layout.h

Modified: httpd/httpd/trunk/os/win32/win32_config_layout.h
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/os/win32/win32_config_layout.h?rev=1877471&r1=1877470&r2=1877471&view=diff
==============================================================================
--- httpd/httpd/trunk/os/win32/win32_config_layout.h (original)
+++ httpd/httpd/trunk/os/win32/win32_config_layout.h Thu May  7 11:38:29 2020
@@ -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 */