diff options
author | ume <ume@FreeBSD.org> | 2014-08-12 12:36:06 +0000 |
---|---|---|
committer | ume <ume@FreeBSD.org> | 2014-08-12 12:36:06 +0000 |
commit | 228ba577ee2fd73c3d7730e20393d74b4d891111 (patch) | |
tree | 938ab439d250fb1516204993b2240002b1f6ab68 /lib/libc/include/port_before.h | |
parent | e288c0740572b3d645a22c8a24a9d70bd174d642 (diff) | |
download | FreeBSD-src-228ba577ee2fd73c3d7730e20393d74b4d891111.zip FreeBSD-src-228ba577ee2fd73c3d7730e20393d74b4d891111.tar.gz |
Update our stub resolver to final version of libbind.
Obtained from: ISC
Diffstat (limited to 'lib/libc/include/port_before.h')
-rw-r--r-- | lib/libc/include/port_before.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/libc/include/port_before.h b/lib/libc/include/port_before.h index 9e7525b..430d233 100644 --- a/lib/libc/include/port_before.h +++ b/lib/libc/include/port_before.h @@ -6,6 +6,7 @@ #define _LIBC 1 #define DO_PTHREADS 1 #define USE_POLL 1 +#define HAVE_MD5 1 #define ISC_SOCKLEN_T socklen_t #define ISC_FORMAT_PRINTF(fmt, args) \ |