--- dietlibc/dietfeatures.h 2001/05/10 15:43:21 1.15 +++ dietlibc/dietfeatures.h 2001/05/15 15:43:27 1.16 @@ -21,6 +21,9 @@ /* do you want smaller or faster string routines? */ /* #define WANT_FASTER_STRING_ROUTINES */ +/* read the comment in lib/strncat.c for an explanation */ +#define WANT_NON_COMPLIANT_STRNCAT + /* do you want ungetc? makes fgetc more complex */ #define WANT_UNGETC