summaryrefslogtreecommitdiff
path: root/src/rda_x2go.h
diff options
context:
space:
mode:
authorMike Gabriel <mike.gabriel@das-netzwerkteam.de>2018-09-08 21:19:38 +0200
committerMike Gabriel <mike.gabriel@das-netzwerkteam.de>2018-09-08 22:53:08 +0200
commit9b5d2bf6d6656acc06d5aab189515401530b5d02 (patch)
tree33706c0483ec7126b94518a21c61e19f7533894b /src/rda_x2go.h
parentd087cb3dfb5be4094fbb017376873cac77265760 (diff)
downloadlibrda-9b5d2bf6d6656acc06d5aab189515401530b5d02.tar.gz
librda-9b5d2bf6d6656acc06d5aab189515401530b5d02.tar.bz2
librda-9b5d2bf6d6656acc06d5aab189515401530b5d02.zip
configure.ac et al.: Make it possible to enable/disable awareness for the supported remote desktop technologies at build time.
Diffstat (limited to 'src/rda_x2go.h')
-rw-r--r--src/rda_x2go.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/rda_x2go.h b/src/rda_x2go.h
index f063a0e..34b8ebc 100644
--- a/src/rda_x2go.h
+++ b/src/rda_x2go.h
@@ -29,6 +29,8 @@
#include <rda.h>
+#ifdef WITH_X2GO_AWARENESS
+
gboolean
rda_session_is_x2go (void);
@@ -38,4 +40,6 @@ rda_session_suspend_x2go(void);
gboolean
rda_session_terminate_x2go(void);
+#endif /* WITH_X2GO_AWARENESS */
+
#endif /* RDA_X2GO_H */