diff options
author | jsorg71 <jsorg71> | 2009-05-19 04:23:49 +0000 |
---|---|---|
committer | jsorg71 <jsorg71> | 2009-05-19 04:23:49 +0000 |
commit | 23ffdb0c5fe0315d9d237f168e7d72abe0ba422c (patch) | |
tree | 9c565ce9f75c1aab5329837d209af63a9dd74a54 /sesman/sesman.h | |
parent | a386eac0f931716e421e20a7cc07c2f0b4e70a2f (diff) | |
download | xrdp-proprietary-23ffdb0c5fe0315d9d237f168e7d72abe0ba422c.tar.gz xrdp-proprietary-23ffdb0c5fe0315d9d237f168e7d72abe0ba422c.zip |
autotools fix and file_loc.h simplified
Diffstat (limited to 'sesman/sesman.h')
-rw-r--r-- | sesman/sesman.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/sesman/sesman.h b/sesman/sesman.h index c62a2bbe..0344ccd5 100644 --- a/sesman/sesman.h +++ b/sesman/sesman.h @@ -51,8 +51,4 @@ #include "libscp.h" -#ifndef SESMAN_PID_FILE - #define SESMAN_PID_FILE "./sesman.pid" -#endif - #endif |