summaryrefslogtreecommitdiffstats
path: root/rfb/rfbconfig.h.cmake
Commit message (Collapse)AuthorAgeFilesLines
* Use htobeNN(3) to convert numbers in websocket.c.Raphael Kubo da Costa2012-09-141-0/+6
| | | | | | | | | byteswap.h exists only on glibc, so building libvncserver with websockets support was not possible in other systems. Replace the inclusion of byteswap.h and the WS_* definitions with calls to htobeNN, which should perform the same conversions, be more portable and avoid the need to check for the platform's endianness.
* Use C-style comments in rfbconfig.h.cmake and C source code.Raphael Kubo da Costa2012-09-141-4/+4
| | | | | Using C++-style comments when building the code with -ansi does not work, so be more conservative with the comment style.
* Add Compile Time Version Test Defines.Christian Beier2012-05-231-0/+4
|
* websockets: Add Websockets support to CMakeLists.txtGernot Tenchio2011-08-171-0/+3
| | | | Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
* tightPng: Add initial tightPng encoding support.Joel Martin2011-07-221-0/+3
| | | | | | | http://wiki.qemu.org/VNC_Tight_PNG Signed-off-by: Joel Martin <github@martintribe.org> Signed-off-by: Christian Beier <dontmind@freeshell.org>
* CMake: Check for libgcrypt availability.Christian Beier2011-03-121-0/+3
|
* cmake: fix CMakeLists.txtCorentin Chary2010-04-281-0/+3
| | | | | | | | | - It's SDL_LIBRARY, not SDL_LIBRARIES - Detect GnuTLS and set the macro in rfbconfig.h - Add tls.c to libvncclient to avoid missing symbols Signed-off-by: Corentin Chary <corentin.chary@gmail.com> Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
* Add CMake support (thanks to Christian Ehrlicher)dscho2008-01-291-0/+89
Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>