Diff for /dietlibc/dietfeatures.h between versions 1.34 and 1.35

version 1.34, 2002/01/21 15:30:16 version 1.35, 2002/01/21 17:04:39
Line 18 Line 18
 /* use errno_location instead of errno */  /* use errno_location instead of errno */
 #define WANT_THREAD_SAFE  #define WANT_THREAD_SAFE
   
 /* make the startcode, etc. dynamic aware */  /* make the startcode, etc. dynamic aware ({con,de}structors) */
 /* #undef WANT_DYNAMIC */  /* #undef WANT_DYNAMIC */
   
 /* do you want smaller or faster string routines? */  /* do you want smaller or faster string routines? */
Line 75 Line 75
 #endif  #endif
   
 #ifdef __DYN_LIB  #ifdef __DYN_LIB
   /* with sahred libraries you MUST have a dynamic aware startcode */
 #ifndef WANT_DYNAMIC  #ifndef WANT_DYNAMIC
 #define WANT_DYNAMIC  #define WANT_DYNAMIC
 #endif  #endif
   /* saveguard crashes with shared objects ... */
   #ifdef WANT_SAFEGUARD
   #undef WANT_SAFEGUARD
   #endif
 #endif  #endif
   
 #endif  #endif

Removed from v.1.34  
changed lines
  Added in v.1.35


LinuxTV legacy CVS <linuxtv.org/cvs>