--- dietlibc/dietfeatures.h 2005/04/04 05:30:03 1.58 +++ dietlibc/dietfeatures.h 2005/05/07 23:07:33 1.59 @@ -81,9 +81,8 @@ * against glibc fail? This may fail with older binutils. */ #define WANT_SAFEGUARD -/* this enables an experimental DNS hack of mine. - * See http://www.fefe.de/ipv6pnpdns.html */ -// #define WANT_IPV6_PLUGPLAY_DNS +/* this enables zeroconf DNS aka Rendezvous aka Bounjour. */ +#define WANT_PLUGPLAY_DNS /* do you want that malloc(0) return a pointer to a "zero-length" object * that is realloc-able; means realloc(..,size) gives a NEW object (like a