config/companion_libs/ppl.in
changeset 1324 48c12c696778
child 1386 7995942261f2
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/config/companion_libs/ppl.in	Tue May 05 22:04:20 2009 +0000
     1.3 @@ -0,0 +1,33 @@
     1.4 +# PPL options
     1.5 +
     1.6 +choice
     1.7 +    bool
     1.8 +    prompt "PPL version"
     1.9 +
    1.10 +config PPL_V_0_10_2
    1.11 +    bool
    1.12 +    prompt "0.10.2"
    1.13 +
    1.14 +# CT_INSERT_VERSION_ABOVE
    1.15 +# Don't remove above line!
    1.16 +endchoice
    1.17 +
    1.18 +config PPL_VERSION
    1.19 +    string
    1.20 +    default "0.10.2" if PPL_V_0_10_2
    1.21 +# CT_INSERT_VERSION_STRING_ABOVE
    1.22 +# Don't remove above line!
    1.23 +
    1.24 +config PPL_CHECK
    1.25 +    bool
    1.26 +    prompt "Check PPL (!!! README !!!)"
    1.27 +    default n
    1.28 +    help
    1.29 +      Checking PPL is very intensive and takes a loooong time.
    1.30 +      The PPL folks do not recommend checking the library, but they do
    1.31 +      not recommend not checking it, either.
    1.32 +      
    1.33 +      Checking PPL is thus disabled by default.
    1.34 +      
    1.35 +      If you suspect that your PPL library is the cause for incorrectly
    1.36 +      generated code, you should answer 'Y' here.