summaryrefslogtreecommitdiffstats
path: root/xrdp
diff options
context:
space:
mode:
authorJay Sorg <jay.sorg@gmail.com>2014-07-28 00:21:44 -0700
committerJay Sorg <jay.sorg@gmail.com>2014-07-28 00:21:44 -0700
commit29b2e42279e1ad9e8b0e371b5a13accb1d6843df (patch)
treeb39438000320c93f027e472ef5c713eee2dc8c95 /xrdp
parentf49ca27ea79712c3654d29fbd6c8b079675df6fb (diff)
downloadxrdp-proprietary-29b2e42279e1ad9e8b0e371b5a13accb1d6843df.tar.gz
xrdp-proprietary-29b2e42279e1ad9e8b0e371b5a13accb1d6843df.zip
xrdp: if PACKAGE_VERSION not defined, define as ???
Diffstat (limited to 'xrdp')
-rw-r--r--xrdp/xrdp.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/xrdp/xrdp.c b/xrdp/xrdp.c
index 02e94d41..a80687b1 100644
--- a/xrdp/xrdp.c
+++ b/xrdp/xrdp.c
@@ -21,6 +21,10 @@
#include "xrdp.h"
#include "log.h"
+#if !defined(PACKAGE_VERSION)
+#define PACKAGE_VERSION "???"
+#endif
+
#define THREAD_WAITING 100
static struct xrdp_listen *g_listen = 0;