mirror of
https://github.com/apache/httpd.git
synced 2025-07-23 01:08:51 +00:00
"" is appropriate default DEFAULT_REL_STATEDIR
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1877959 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
@ -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 */
|
||||
|
Reference in New Issue
Block a user