You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
libtdevnc/common
Raphael Kubo da Costa 4c148e5f74 Tune the definitions needed when building with -ansi.
The current definitions were mostly useful to glibc and followed its
feature_test_macros(3) documentation.

However, this means other platforms still had problems when building with
strict compilation flags. _BSD_SOURCE, for example, is only recognized by
glibc, and other platforms sometimes need _XOPEN_SOURCE instead, or even the
removal of some definitions (such as the outdate _POSIX_SOURCE one).

_POSIX_SOURCE also had to be conditionally defined in some places, as what
it enables or disables during compilation varies across systems.
13 years ago
..
d3des.c Set proper file permissions for source files. 14 years ago
d3des.h Set proper file permissions for source files. 14 years ago
lzoconf.h Update minilzo library used for Ultra encoding to ver 2.04. 14 years ago
lzodefs.h Update minilzo library used for Ultra encoding to ver 2.04. 14 years ago
md5.c md5: forced to use function names with leading underscores 14 years ago
md5.h Move libvncserver/md5* to common 14 years ago
minilzo.c Update minilzo library used for Ultra encoding to ver 2.04. 14 years ago
minilzo.h Update minilzo library used for Ultra encoding to ver 2.04. 14 years ago
sha1.c Add sha1.*. Remove UTF-8 encode. Protocol handling. 14 years ago
sha1.h Add sha1.*. Remove UTF-8 encode. Protocol handling. 14 years ago
turbojpeg.c Use C-style comments in rfbconfig.h.cmake and C source code. 13 years ago
turbojpeg.h Replace TightVNC encoder with TurboVNC encoder. This patch is the result of further research and discussion that revealed the following: 13 years ago
vncauth.c Tune the definitions needed when building with -ansi. 13 years ago
zywrletemplate.c Fix compilation in c89 mode. 14 years ago