Annotation of dietlibc/dietfeatures.h, revision 1.1

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: 
        !            12: #define WANT_BUFFERED_STDIO
        !            13: 
        !            14: /* use errno_location instead of errno */
        !            15: #define WANT_THREAD_SAVE
        !            16: 
        !            17: /* make the startcode, etc. dynamic aware */
        !            18: #undef WANT_DYNAMIC
        !            19: 
        !            20: /* do you want smaller or faster string routines? */
        !            21: #define WANT_FASTER_STRING_ROUTINES
        !            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>