Annotation of dietlibc/dietfeatures.h, revision 1.3

1.1       cvs         1: 
                      2: /* feel free to comment some of these out to reduce code size */
                      3: 
                      4: #if 1
                      5: 
                      6: #define WANT_FLOATING_POINT_IN_PRINTF
                      7: #define WANT_FLOATING_POINT_IN_SCANF
                      8: #define WANT_NULL_PRINTF
                      9: 
                     10: /* #define SLASH_PROC_OK */
                     11: 
1.3     ! fefe       12: #define WANT_BUFFERED_STDIO
1.1       cvs        13: 
                     14: /* use errno_location instead of errno */
1.2       fefe       15: /* #define WANT_THREAD_SAVE */
1.1       cvs        16: 
                     17: /* make the startcode, etc. dynamic aware */
1.2       fefe       18: /* #undef WANT_DYNAMIC */
1.1       cvs        19: 
                     20: /* do you want smaller or faster string routines? */
1.2       fefe       21: /* #define WANT_FASTER_STRING_ROUTINES */
1.1       cvs        22: 
                     23: #endif
                     24: 
                     25: /* stop uncommenting here ;-) */
                     26: #ifndef WANT_FASTER_STRING_ROUTINES
                     27: #define WANT_SMALL_STRING_ROUTINES
                     28: #endif

LinuxTV legacy CVS <linuxtv.org/cvs>