config/companion_libs/mpc.in
author "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
Mon Nov 16 20:24:03 2009 +0100 (2009-11-16)
changeset 1627 8aa1d1051a6a
parent 1535 073d351bdcd3
child 1695 a86fcf9e4fcd
permissions -rw-r--r--
libc/glibc: allow more than one line in configparms
     1 # MPC options
     2 
     3 choice
     4     bool
     5     prompt "MPC version"
     6 # Don't remove next line
     7 # CT_INSERT_VERSION_BELOW
     8 
     9 config MPC_V_0_7
    10     bool
    11     prompt "0.7"
    12 
    13 config MPC_V_0_6
    14     bool
    15     prompt "0.6 (OBSOLETE)"
    16     depends on OBSOLETE
    17 
    18 endchoice
    19 
    20 config MPC_VERSION
    21     string
    22 # Don't remove next line
    23 # CT_INSERT_VERSION_STRING_BELOW
    24     default "0.7" if MPC_V_0_7
    25     default "0.6" if MPC_V_0_6