comparison packages/language/c/libc/current/include/pkgconf/libc.h @ 42:94fd8fbfe8fe ecos-sw-1999-10-05

Merge from eCos master repository on 1999-10-05-12:38:44-BST
author jlarmour
date Tue, 05 Oct 1999 12:09:26 +0000
parents 443894e2e912
children 41bd4f3a90de
comparison
equal deleted inserted replaced
41:7b92742d1d6f 42:94fd8fbfe8fe
464 description "This enables support for standard I/O functions 464 description "This enables support for standard I/O functions
465 from <stdio.h>." 465 from <stdio.h>."
466 type boolean 466 type boolean
467 parent CYGPKG_LIBC 467 parent CYGPKG_LIBC
468 requires CYGPKG_IO 468 requires CYGPKG_IO
469 requires CYGPKG_IO_SERIAL_HALDIAG
470 } 469 }
471 470
472 cdl_option CYGIMP_LIBC_STDIO_INLINES { 471 cdl_option CYGIMP_LIBC_STDIO_INLINES {
473 display "Inline versions of <stdio.h> functions" 472 display "Inline versions of <stdio.h> functions"
474 description "This option chooses whether some of the 473 description "This option chooses whether some of the
617 implementation, all these devices begin 616 implementation, all these devices begin
618 with the prefix /dev/ and are followed by 617 with the prefix /dev/ and are followed by
619 the name of a device. The name of the device 618 the name of a device. The name of the device
620 depends on the device drivers you have 619 depends on the device drivers you have
621 configured in your system. For example, 620 configured in your system. For example,
622 /dev/haldiag could be the HAL diagnostic output 621 /dev/ttydiag could be the HAL diagnostic output
623 pseudo-device, or /dev/tty0 could be your 622 pseudo-device, or /dev/tty0 could be your
624 first serial driver, depending on your 623 first serial driver, depending on your
625 configuration." 624 configuration."
626 type string 625 type string
627 parent CYGPKG_LIBC_STDIO 626 parent CYGPKG_LIBC_STDIO
737 // your configuration to find out which device names are available. The 736 // your configuration to find out which device names are available. The
738 // device names should be prefixed with "/dev/". 737 // device names should be prefixed with "/dev/".
739 // 738 //
740 // So what is the name of the device that is the default console device 739 // So what is the name of the device that is the default console device
741 740
742 #define CYGDAT_LIBC_STDIO_DEFAULT_CONSOLE "/dev/haldiag" 741 #define CYGDAT_LIBC_STDIO_DEFAULT_CONSOLE "/dev/ttydiag"
743 742
744 #define CYGSEM_LIBC_STDIO_PRINTF_FLOATING_POINT 743 #define CYGSEM_LIBC_STDIO_PRINTF_FLOATING_POINT
745 744
746 #ifdef CYGSEM_LIBC_STDIO_PRINTF_FLOATING_POINT 745 #ifdef CYGSEM_LIBC_STDIO_PRINTF_FLOATING_POINT
747 # ifndef CYGPKG_LIBM 746 # ifndef CYGPKG_LIBM