diff options
author | Vincent Richard <[email protected]> | 2016-03-02 19:33:55 +0000 |
---|---|---|
committer | Vincent Richard <[email protected]> | 2016-03-02 19:33:55 +0000 |
commit | 194a797055b9c1624fe8d5fbce09f4d6822d1a90 (patch) | |
tree | 67070c88a63eef5d61ed1da37f1422cb060c85cf /cmake | |
parent | Added support for TCP Keepalive. (diff) | |
download | vmime-194a797055b9c1624fe8d5fbce09f4d6822d1a90.tar.gz vmime-194a797055b9c1624fe8d5fbce09f4d6822d1a90.zip |
Asynchronous resolving.
Diffstat (limited to 'cmake')
-rw-r--r-- | cmake/config.hpp.cmake | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cmake/config.hpp.cmake b/cmake/config.hpp.cmake index a79268cd..219d1000 100644 --- a/cmake/config.hpp.cmake +++ b/cmake/config.hpp.cmake @@ -76,6 +76,7 @@ typedef unsigned @VMIME_64BIT_TYPE@ vmime_uint64; #cmakedefine01 VMIME_PLATFORM_IS_WINDOWS #cmakedefine01 VMIME_HAVE_PTHREAD #cmakedefine01 VMIME_HAVE_GETADDRINFO +#cmakedefine01 VMIME_HAVE_GETADDRINFO_A #cmakedefine01 VMIME_HAVE_GETTID #cmakedefine01 VMIME_HAVE_SYSCALL #cmakedefine01 VMIME_HAVE_SYSCALL_GETTID |