Diff for /dietlibc/dietfeatures.h between versions 1.37 and 1.38

version 1.37, 2002/01/22 11:55:33 version 1.38, 2002/01/29 10:13:59
Line 19 Line 19
 #define WANT_THREAD_SAFE  #define WANT_THREAD_SAFE
   
 /* make the startcode, etc. dynamic aware ({con,de}structors) */  /* make the startcode, etc. dynamic aware ({con,de}structors) */
 /* #undef WANT_DYNAMIC */  /* #define WANT_DYNAMIC */
   
 /* do you want smaller or faster string routines? */  /* do you want smaller or faster string routines? */
 /* #define WANT_FASTER_STRING_ROUTINES */  /* #define WANT_FASTER_STRING_ROUTINES */
Line 64 Line 64
  * against glibc fail? */   * against glibc fail? */
 #define WANT_SAFEGUARD  #define WANT_SAFEGUARD
   
   /* dy 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)).
    * WARNING: this violates C99 */
   /* #define WANT_MALLOC_ZERO */
   
   
 /* stop uncommenting here ;-) */  /* stop uncommenting here ;-) */
 #ifndef WANT_FASTER_STRING_ROUTINES  #ifndef WANT_FASTER_STRING_ROUTINES
 #define WANT_SMALL_STRING_ROUTINES  #define WANT_SMALL_STRING_ROUTINES

Removed from v.1.37  
changed lines
  Added in v.1.38


LinuxTV legacy CVS <linuxtv.org/cvs>