diff options
author | Pierre Ossman <ossman@cendio.se> | 2015-03-17 14:02:11 +0100 |
---|---|---|
committer | Pierre Ossman <ossman@cendio.se> | 2015-03-17 17:18:51 +0100 |
commit | cfb21169c4e3b45967757d59314c3f3c4b3c29af (patch) | |
tree | a12330e98fbc2638d208dcbe11cc795af95e7048 /config.h.in | |
parent | acd195d949a3ab94668fb49e0a5bf6fb395134bd (diff) | |
download | tigervnc-cfb21169c4e3b45967757d59314c3f3c4b3c29af.tar.gz tigervnc-cfb21169c4e3b45967757d59314c3f3c4b3c29af.zip |
Require getaddrinfo() on all systems
Every reasonably current system support getaddrinfo() so get rid
of the legacy fallbacks.
Diffstat (limited to 'config.h.in')
-rw-r--r-- | config.h.in | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/config.h.in b/config.h.in index 753742ce..345af7df 100644 --- a/config.h.in +++ b/config.h.in @@ -1,7 +1,6 @@ #define PACKAGE_NAME "@CMAKE_PROJECT_NAME@" #define PACKAGE_VERSION "@VERSION@" -#cmakedefine HAVE_GETADDRINFO #cmakedefine HAVE_ACTIVE_DESKTOP_H #cmakedefine HAVE_ACTIVE_DESKTOP_L #cmakedefine ENABLE_NLS 1 |