You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
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.
11 years ago
..
Makefile.am
Fix libvncclient make dist.
11 years ago
corre.c
API change: Bool, KeySym, Pixel get prefix "rfb"; constants in rfbconfig.h get prefix "LIBVNCSERVER_"
20 years ago
cursor.c
libvncclient: add GotCursorShape() and GotCopyRect(); x11vnc dep on libvncclient
17 years ago
hextile.c
signed vs unsigned warnings eliminated (gcc 4.0.1)
17 years ago
listen.c
IPv6 support for LibVNCServer, part four: add copyright notices to files with non-trivial changes.
11 years ago
rfbproto.c
Tune the definitions needed when building with -ansi.
11 years ago
rre.c
API change: Bool, KeySym, Pixel get prefix "rfb"; constants in rfbconfig.h get prefix "LIBVNCSERVER_"
20 years ago
sockets.c
Tune the definitions needed when building with -ansi.
11 years ago
tight.c
signed vs unsigned warnings eliminated (gcc 4.0.1)
17 years ago
tls.h
Add anonymous TLS support in libvncclient
14 years ago
tls_gnutls.c
LibVNCClient: Remove all those WITH_CLIENT_TLS #ifdefs and move GnuTLS specific functionality into tls_gnutls.c.
11 years ago
tls_none.c
LibVNCClient: Fix build with no SSL/TLS library available.
11 years ago
tls_openssl.c
Fix in milliseconds to struct timeval conversion
11 years ago
ultra.c
Fix regression in Ultra encoding introduced by commit fe1ca16e9b
.
12 years ago
vncviewer.c
LibVNCClient: Remove all those WITH_CLIENT_TLS #ifdefs and move GnuTLS specific functionality into tls_gnutls.c.
11 years ago
zlib.c
signed vs unsigned warnings eliminated (gcc 4.0.1)
17 years ago
zrle.c
Fix (most) MinGW32 compiler warnings.
12 years ago