From 9b5d2bf6d6656acc06d5aab189515401530b5d02 Mon Sep 17 00:00:00 2001 From: Mike Gabriel Date: Sat, 8 Sep 2018 21:19:38 +0200 Subject: configure.ac et al.: Make it possible to enable/disable awareness for the supported remote desktop technologies at build time. --- src/rda_ogon.c | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/rda_ogon.c') 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 +#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 -- cgit v1.2.3