summaryrefslogtreecommitdiffstats
path: root/common
diff options
context:
space:
mode:
authorJay Sorg <jay.sorg@gmail.com>2014-07-24 22:28:26 -0700
committerJay Sorg <jay.sorg@gmail.com>2014-07-24 22:29:33 -0700
commit3b79792bcc7042a9843efdac74ec569958839070 (patch)
tree83446dd4442d2a9bc0d349e2a4d265a29b285311 /common
parenta71c0afcbfb62ce56a00743a21aff86e933a1909 (diff)
downloadxrdp-proprietary-3b79792bcc7042a9843efdac74ec569958839070.tar.gz
xrdp-proprietary-3b79792bcc7042a9843efdac74ec569958839070.zip
common: add default for XRDP_LOG_PATH
Diffstat (limited to 'common')
-rw-r--r--common/file_loc.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/common/file_loc.h b/common/file_loc.h
index 36821304..3b408e43 100644
--- a/common/file_loc.h
+++ b/common/file_loc.h
@@ -41,4 +41,8 @@
#define XRDP_LIB_PATH "/usr/local/lib/xrdp"
#endif
+#if !defined(XRDP_LOG_PATH)
+#define XRDP_LOG_PATH "/var/log"
+#endif
+
#endif