diff options
author | ume <ume@FreeBSD.org> | 2014-08-30 10:16:25 +0000 |
---|---|---|
committer | ume <ume@FreeBSD.org> | 2014-08-30 10:16:25 +0000 |
commit | 7642dd9269b5e4ac7a60c333921d606f62925a5a (patch) | |
tree | 3d3bc3eb7ea30467632ad8ae097b2ee653990edb /lib/libc/include/port_before.h | |
parent | 80004c0874fc6f974f7940f2c3148eaa440d04f4 (diff) | |
download | FreeBSD-src-7642dd9269b5e4ac7a60c333921d606f62925a5a.zip FreeBSD-src-7642dd9269b5e4ac7a60c333921d606f62925a5a.tar.gz |
MFC r269867:
Update our stub resolver to final version of libbind
(libbind-6.0).
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 304dd66..4b6e359 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_KQUEUE 1 +#define HAVE_MD5 1 #define ISC_SOCKLEN_T socklen_t #define ISC_FORMAT_PRINTF(fmt, args) \ |