--- dietlibc/dietfeatures.h 2009/10/27 23:19:19 1.66 +++ dietlibc/dietfeatures.h 2010/06/02 20:22:07 1.67 @@ -89,6 +89,12 @@ * ask for an unqualified hostname */ #define WANT_PLUGPLAY_DNS +/* Do you want valgrind support? If enabled, the startup code will + * check for valgrind, and if detected, turn off optimized SIMD string + * routines that cause false positives in valgrind. This enlarges and + * slightly slows down your code! */ +#define WANT_VALGRIND_SUPPORT + /* 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 * call to malloc(size)).