Annotation of dietlibc/dietfeatures.h, revision 1.7

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: 
1.6       fefe        8: /*#define WANT_FLOATING_POINT_IN_PRINTF
                      9: #define WANT_FLOATING_POINT_IN_SCANF */
1.1       cvs        10: #define WANT_NULL_PRINTF
                     11: 
                     12: /* #define SLASH_PROC_OK */
                     13: 
1.6       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.7     ! fefe       30: /* you need to define this if you want to run your programs with large
        !            31:  * file support on kernel 2.2 or 2.4 */
        !            32: #define WANT_LARGEFILE_BACKCOMPAT
        !            33: 
1.1       cvs        34: #endif
                     35: 
                     36: /* stop uncommenting here ;-) */
                     37: #ifndef WANT_FASTER_STRING_ROUTINES
                     38: #define WANT_SMALL_STRING_ROUTINES
1.4       fefe       39: #endif
                     40: 
1.1       cvs        41: #endif

LinuxTV legacy CVS <linuxtv.org/cvs>