Annotation of dietlibc/dietfeatures.h, revision 1.4

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

LinuxTV legacy CVS <linuxtv.org/cvs>