Annotation of dietlibc/dietfeatures.h, revision 1.9

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