summaryrefslogtreecommitdiffstats
path: root/libvncclient/rfbproto.c
diff options
context:
space:
mode:
authorChristian Beier <dontmind@freeshell.org>2017-09-02 17:20:58 +0200
committerChristian Beier <dontmind@freeshell.org>2017-09-02 18:01:52 +0200
commitdf11e806a31ec0fe0f3f58917ed1e98769adb910 (patch)
treeff3c45fe1009d5cc245ecabfea99af128a70537a /libvncclient/rfbproto.c
parent666f37efc08c20fa37b6a8ca5967b066118f56aa (diff)
downloadlibtdevnc-df11e806a31ec0fe0f3f58917ed1e98769adb910.tar.gz
libtdevnc-df11e806a31ec0fe0f3f58917ed1e98769adb910.zip
Move HAVE_SASL #ifdefs into header file to have less LOC
Diffstat (limited to 'libvncclient/rfbproto.c')
-rw-r--r--libvncclient/rfbproto.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/libvncclient/rfbproto.c b/libvncclient/rfbproto.c
index 27589b8..572af9d 100644
--- a/libvncclient/rfbproto.c
+++ b/libvncclient/rfbproto.c
@@ -66,10 +66,7 @@
#include <gcrypt.h>
#endif
-#ifdef LIBVNCSERVER_HAVE_SASL
#include "rfbsasl.h"
-#endif /* LIBVNCSERVER_HAVE_SASL */
-
#include "minilzo.h"
#include "tls.h"