config/global.in
changeset 41 fd6ad5721f77
parent 31 97e44d892c92
child 47 7e2539937b6e
     1.1 --- a/config/global.in	Tue Apr 10 16:17:39 2007 +0000
     1.2 +++ b/config/global.in	Tue Apr 17 22:24:42 2007 +0000
     1.3 @@ -2,6 +2,20 @@
     1.4  
     1.5  menu "Paths and misc options"
     1.6  
     1.7 +config EXPERIMENTAL
     1.8 +    bool
     1.9 +    prompt "Try features marked as EXPERIMENTAL"
    1.10 +    default n
    1.11 +    help
    1.12 +      If you set this to Y, then you will be able to try very experimental
    1.13 +      features.
    1.14 +      
    1.15 +      Experimental features can be one of:
    1.16 +        - working, in which case you should tell me it is!
    1.17 +        - buggy, in which case you could try patching and send me the result
    1.18 +        - unfinished, in which case you could try hacking it and send me the result
    1.19 +        - non-existant, in which case you could also try hacking it in and send the result
    1.20 +
    1.21  config PARALLEL_JOBS
    1.22      int
    1.23      prompt "Number of parallel jobs"