summaryrefslogtreecommitdiffstats
path: root/common/file_loc.h
diff options
context:
space:
mode:
Diffstat (limited to 'common/file_loc.h')
-rw-r--r--common/file_loc.h24
1 files changed, 2 insertions, 22 deletions
diff --git a/common/file_loc.h b/common/file_loc.h
index d1295aa7..11aeb722 100644
--- a/common/file_loc.h
+++ b/common/file_loc.h
@@ -27,20 +27,8 @@
#define XRDP_CFG_PATH "/etc/xrdp"
#endif
-#if !defined(XRDP_CFG_FILE)
-#define XRDP_CFG_FILE "/etc/xrdp/xrdp.ini"
-#endif
-
-#if !defined(XRDP_KEY_FILE)
-#define XRDP_KEY_FILE "/etc/xrdp/rsakeys.ini"
-#endif
-
-#if !defined(XRDP_KEYMAP_FILE)
-#define XRDP_KEYMAP_FILE "/etc/xrdp/km-%4.4x.ini"
-#endif
-
-#if !defined(XRDP_PID_FILE)
-#define XRDP_PID_FILE "/var/run/xrdp.pid"
+#if !defined(XRDP_PID_PATH)
+#define XRDP_PID_PATH "/var/run"
#endif
#if !defined(XRDP_SBIN_PATH)
@@ -51,12 +39,4 @@
#define XRDP_SHARE_PATH "/usr/local/share/xrdp"
#endif
-#if !defined(SESMAN_PID_FILE)
-#define SESMAN_PID_FILE "/var/run/sesman.pid"
-#endif
-
-#if !defined(SESMAN_CFG_FILE)
-#define SESMAN_CFG_FILE "/etc/xrdp/sesman.ini"
-#endif
-
#endif