Annotation of dietlibc/dietfeatures.h, revision 1.5

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.5     ! fefe       25: /* do you want ungetc?  makes fgetc more complex */
        !            26: #define WANT_UNGETC
        !            27: 
1.4       fefe       28: #define WANT_LINKER_WARNINGS
                     29: 
1.1       cvs        30: #endif
                     31: 
                     32: /* stop uncommenting here ;-) */
                     33: #ifndef WANT_FASTER_STRING_ROUTINES
                     34: #define WANT_SMALL_STRING_ROUTINES
1.4       fefe       35: #endif
                     36: 
1.1       cvs        37: #endif

LinuxTV legacy CVS <linuxtv.org/cvs>