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_x2go.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/rda_x2go.h') 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 +#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 */ -- cgit v1.2.3