Diff for /dietlibc/dietfeatures.h between versions 1.45 and 1.46

version 1.45, 2002/07/02 23:05:47 version 1.46, 2002/08/19 09:42:42
Line 58 Line 58
 /* 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 gethostbyname to understand dotted decimal IP numbers
    * directly and not try to resolve them? */
   #define WANT_INET_ADDR_DNS
   
 /* do you want math functions high precision rather than fast/small? */  /* do you want math functions high precision rather than fast/small? */
 #define WANT_HIGH_PRECISION_MATH  #define WANT_HIGH_PRECISION_MATH
   

Removed from v.1.45  
changed lines
  Added in v.1.46


LinuxTV legacy CVS <linuxtv.org/cvs>