summaryrefslogtreecommitdiff
path: root/src/rda_ogon.c
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_ogon.c
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_ogon.c')
-rw-r--r--src/rda_ogon.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/rda_ogon.c b/src/rda_ogon.c
index ab86b57..f4338f6 100644
--- a/src/rda_ogon.c
+++ b/src/rda_ogon.c
@@ -26,6 +26,8 @@
#include <rda.h>
+#ifdef WITH_OGON_AWARENESS
+
gboolean
rda_session_is_ogon (void)
{
@@ -92,3 +94,5 @@ rda_session_terminate_ogon(void)
return FALSE;
}
}
+
+#endif /* WITH_OGON_AWARENESS */ \ No newline at end of file