diff options
Diffstat (limited to 'zlib.c')
-rw-r--r-- | zlib.c | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -33,6 +33,8 @@ #include <stdio.h> #include "rfb.h" +#ifdef HAVE_LIBZ + /* * zlibBeforeBuf contains pixel data in the client's format. * zlibAfterBuf contains the zlib (deflated) encoding version. @@ -301,4 +303,4 @@ rfbSendRectEncodingZlib(cl, x, y, w, h) } - +#endif |