Diff for /dietlibc/dietfeatures.h between versions 1.66 and 1.67

version 1.66, 2009/10/27 23:19:19 version 1.67, 2010/06/02 20:22:07
Line 89 Line 89
  * ask for an unqualified hostname */   * ask for an unqualified hostname */
 #define WANT_PLUGPLAY_DNS  #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  /* 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   * that is realloc-able; means realloc(..,size) gives a NEW object (like a
  * call to malloc(size)).   * call to malloc(size)).

Removed from v.1.66  
changed lines
  Added in v.1.67


LinuxTV legacy CVS <linuxtv.org/cvs>