Diff for /dietlibc/dietfeatures.h between versions 1.28 and 1.29

version 1.28, 2001/07/11 14:59:32 version 1.29, 2001/07/24 20:03:30
Line 51 Line 51
 /* do you want gethostbyname and friends to consult /etc/hosts? */  /* do you want gethostbyname and friends to consult /etc/hosts? */
 #define WANT_ETC_HOSTS  #define WANT_ETC_HOSTS
   
   /* do you want math functions high precision rather than fast/small? */
   #define WANT_HIGH_PRECISION_MATH
   
   /* do you want support for matherr? */
   #define WANT_MATHERR
   
 /* 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.28  
changed lines
  Added in v.1.29


LinuxTV legacy CVS <linuxtv.org/cvs>