Annotation of dietlibc/dietfeatures.h, revision 1.12

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: 
1.11      fefe        6: /* #define WANT_FLOATING_POINT_IN_PRINTF
                      7: #define WANT_FLOATING_POINT_IN_SCANF */
1.12    ! fefe        8: #define WANT_CHARACTER_CLASSES_IN_SCANF
1.1       cvs         9: #define WANT_NULL_PRINTF
                     10: 
                     11: /* #define SLASH_PROC_OK */
                     12: 
1.11      fefe       13: #define WANT_BUFFERED_STDIO
1.1       cvs        14: 
                     15: /* use errno_location instead of errno */
1.2       fefe       16: /* #define WANT_THREAD_SAVE */
1.1       cvs        17: 
                     18: /* make the startcode, etc. dynamic aware */
1.2       fefe       19: /* #undef WANT_DYNAMIC */
1.1       cvs        20: 
                     21: /* do you want smaller or faster string routines? */
1.2       fefe       22: /* #define WANT_FASTER_STRING_ROUTINES */
1.1       cvs        23: 
1.5       fefe       24: /* do you want ungetc?  makes fgetc more complex */
                     25: #define WANT_UNGETC
                     26: 
1.4       fefe       27: #define WANT_LINKER_WARNINGS
                     28: 
1.7       fefe       29: /* you need to define this if you want to run your programs with large
                     30:  * file support on kernel 2.2 or 2.4 */
                     31: #define WANT_LARGEFILE_BACKCOMPAT
                     32: 
1.8       fefe       33: /* do you want localtime(3) to read /etc/localtime?
                     34:  * Needed for daylight saving time etc. */
                     35: #define WANT_TZFILE_PARSER
1.1       cvs        36: 
                     37: /* stop uncommenting here ;-) */
                     38: #ifndef WANT_FASTER_STRING_ROUTINES
                     39: #define WANT_SMALL_STRING_ROUTINES
1.4       fefe       40: #endif
                     41: 
1.1       cvs        42: #endif

LinuxTV legacy CVS <linuxtv.org/cvs>