source: freewrt/package/bc/Config.in@ e8fef11

freewrt_1_0 freewrt_2_0
Last change on this file since e8fef11 was 418e6805, checked in by Markus Wigge <markus@…>, 19 years ago

removed CONFIG_DEVEL and other cleanups

git-svn-id: svn://www.freewrt.org/branches/freewrt_1_0@1119 afb5a338-a214-0410-bd46-81f09a774fd1

  • Property mode set to 100644
File size: 605 bytes
Line 
1config FWRT_COMPILE_BC
2 tristate
3 depends FWRT_PACKAGE_BC || FWRT_PACKAGE_DC
4 default n
5
6config FWRT_PACKAGE_BC
7 prompt "bc................................ Arbitrary precision calculator language"
8 tristate
9 default n
10 select FWRT_COMPILE_BC
11 help
12 bc is a language that supports arbitrary precision numbers with
13 interactive execution of statements.
14
15config FWRT_PACKAGE_DC
16 prompt "dc................................ Arbitrary precision calculator"
17 tristate
18 default n
19 select FWRT_COMPILE_BC
20 help
21 dc is a reverse-polish desk calculator which supports unlimited
22 precision arithmetic.
Note: See TracBrowser for help on using the repository browser.