--- dietlibc/dietfeatures.h 2002/03/05 16:28:11 1.42 +++ dietlibc/dietfeatures.h 2002/04/02 14:57:41 1.43 @@ -30,6 +30,10 @@ /* do you want smaller or faster string routines? */ /* #define WANT_FASTER_STRING_ROUTINES */ +/* define this to have strncpy zero-fill and not just zero-terminate the + * string */ +/* #define WANT_FULL_POSIX_COMPAT */ + /* read the comment in lib/strncat.c for an explanation */ /* #define WANT_NON_COMPLIANT_STRNCAT */