diff options
| author | Garrett D'Amore <garrett@damore.org> | 2017-07-06 13:34:20 -0700 |
|---|---|---|
| committer | Garrett D'Amore <garrett@damore.org> | 2017-07-06 13:34:20 -0700 |
| commit | 82c70435ec9be9c607de4fbd62d4de9ae7d7c081 (patch) | |
| tree | 86b3edea0a1358395f417c689b7cb666fb77c890 /src/platform/posix/posix_config.h | |
| parent | 8811317e2da3b5a21d6caab0cc0e12aad417edd6 (diff) | |
| download | nng-82c70435ec9be9c607de4fbd62d4de9ae7d7c081.tar.gz nng-82c70435ec9be9c607de4fbd62d4de9ae7d7c081.tar.bz2 nng-82c70435ec9be9c607de4fbd62d4de9ae7d7c081.zip | |
Initial swag at asynchronous name resolution.
Diffstat (limited to 'src/platform/posix/posix_config.h')
| -rw-r--r-- | src/platform/posix/posix_config.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/platform/posix/posix_config.h b/src/platform/posix/posix_config.h index 7fc2f5d5..d2a5eb90 100644 --- a/src/platform/posix/posix_config.h +++ b/src/platform/posix/posix_config.h @@ -59,3 +59,4 @@ #endif // CLOCK_REALTIME #define NNG_USE_POSIX_POLLQ_POLL 1 +#define NNG_USE_POSIX_RESOLV_GAI 1 |
