summaryrefslogtreecommitdiffstats
path: root/sesman/sesman.h
diff options
context:
space:
mode:
authorilsimo <ilsimo>2007-04-07 16:20:08 +0000
committerilsimo <ilsimo>2007-04-07 16:20:08 +0000
commit9c4b9f8390c992a7b08fd487e17b6067571dfa52 (patch)
treeb73d470ef843f79c8ba7421af963fa29e0a9dd2f /sesman/sesman.h
parente9a9c8dc97124148365ae1cc8d7c2044136fc720 (diff)
downloadxrdp-proprietary-9c4b9f8390c992a7b08fd487e17b6067571dfa52.tar.gz
xrdp-proprietary-9c4b9f8390c992a7b08fd487e17b6067571dfa52.zip
added sessvc as session supervisor
first code for password changing
Diffstat (limited to 'sesman/sesman.h')
-rw-r--r--sesman/sesman.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/sesman/sesman.h b/sesman/sesman.h
index 8761f5f4..774e2aad 100644
--- a/sesman/sesman.h
+++ b/sesman/sesman.h
@@ -50,4 +50,8 @@
#define SESMAN_PID_FILE "./sesman.pid"
#endif
+#ifndef SESMAN_SESSVC_FILE
+ #define SESMAN_SESSVC_FILE "./sessvc"
+#endif
+
#endif