Diff for /dietlibc/dietfeatures.h between versions 1.76 and 1.77

version 1.76, 2014/09/03 11:57:48 version 1.77, 2016/03/29 15:59:25
Line 37 Line 37
 /* 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
   
 /* define this to have strncpy zero-fill and not just zero-terminate the  /* define this to have strncpy and stpncpy zero-fill and not just
  * string */   * zero-terminate the destination string */
 /* #define WANT_FULL_POSIX_COMPAT */  /* #define WANT_FULL_POSIX_COMPAT */
   
 /* on i386, Linux has an alternate syscall method since 2002/12/16 */  /* on i386, Linux has an alternate syscall method since 2002/12/16 */
Line 80 Line 80
 /* do you want crypt(3) to use MD5 if the salt starts with "$1$"? */  /* do you want crypt(3) to use MD5 if the salt starts with "$1$"? */
 #define WANT_CRYPT_MD5  #define WANT_CRYPT_MD5
   
   /* do you want crypt(3) to use SHA256 if the salt starts with "$5$? */
   #define WANT_CRYPT_SHA256
   
   /* do you want crypt(3) to use SHA512 if the salt starts with "$6$? */
   #define WANT_CRYPT_SHA512
   
 /* do you want diet to include a safeguard dependency to make linking  /* do you want diet to include a safeguard dependency to make linking
  * against glibc fail?  This may fail with older binutils. */   * against glibc fail?  This may fail with older binutils. */
 #define WANT_SAFEGUARD  #define WANT_SAFEGUARD
Line 153 Line 159
   
 #if defined(WANT_SSP) || defined(WANT_STACKGAP) || defined(WANT_TLS)  #if defined(WANT_SSP) || defined(WANT_STACKGAP) || defined(WANT_TLS)
 #define CALL_IN_STARTCODE stackgap  #define CALL_IN_STARTCODE stackgap
   #define CALL_IN_STARTCODE_PIE stackgap_pie
 #else  #else
 #define CALL_IN_STARTCODE main  #define CALL_IN_STARTCODE main
 #endif  #endif

Removed from v.1.76  
changed lines
  Added in v.1.77


LinuxTV legacy CVS <linuxtv.org/cvs>