--- dietlibc/dietfeatures.h 2001/02/09 23:48:47 1.4 +++ dietlibc/dietfeatures.h 2001/02/15 22:46:35 1.5 @@ -22,6 +22,9 @@ /* do you want smaller or faster string routines? */ /* #define WANT_FASTER_STRING_ROUTINES */ +/* do you want ungetc? makes fgetc more complex */ +#define WANT_UNGETC + #define WANT_LINKER_WARNINGS #endif