diff options
author | Pierre Ossman <ossman@cendio.se> | 2014-07-07 14:13:46 +0200 |
---|---|---|
committer | Pierre Ossman <ossman@cendio.se> | 2014-07-07 14:13:46 +0200 |
commit | 5ad4d06006e96b1c7ff663ffcd5e406e06bae1c2 (patch) | |
tree | 659c6081230675758edcfb66a394fc1aa3e1bacb /config.h.in | |
parent | 890c10118c8a0db4fddb53a161f207c6ad23c130 (diff) | |
download | tigervnc-5ad4d06006e96b1c7ff663ffcd5e406e06bae1c2.tar.gz tigervnc-5ad4d06006e96b1c7ff663ffcd5e406e06bae1c2.zip |
Remove a lot of platform compatibilty stuff
It's either not used, or no longer relevant.
Diffstat (limited to 'config.h.in')
-rw-r--r-- | config.h.in | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/config.h.in b/config.h.in index ec2aed90..0c9e71a5 100644 --- a/config.h.in +++ b/config.h.in @@ -1,14 +1,8 @@ #define PACKAGE_NAME "@CMAKE_PROJECT_NAME@" #define PACKAGE_VERSION "@VERSION@" -#cmakedefine HAVE_SOCKLEN_T #cmakedefine HAVE_INET_ATON -#cmakedefine HAVE_INET_NTOP #cmakedefine HAVE_GETADDRINFO -#cmakedefine HAVE_SNPRINTF -#cmakedefine HAVE_STRCASECMP -#cmakedefine HAVE_STRNCASECMP -#cmakedefine HAVE_VSNPRINTF #cmakedefine HAVE_GNUTLS_SET_GLOBAL_ERRNO #cmakedefine HAVE_GNUTLS_SET_ERRNO #cmakedefine HAVE_GNUTLS_X509_CRT_PRINT |