config/debug/strace.in
author "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
Wed Oct 28 18:55:40 2009 +0100 (2009-10-28)
changeset 1603 e0ef539e23d9
parent 1535 073d351bdcd3
child 1613 c776557f7aac
permissions -rw-r--r--
config: rip-out versions marked as OBSOLETE
     1 # strace
     2 
     3 config DEBUG_strace
     4 
     5 choice
     6     bool
     7     prompt "strace version"
     8 # Don't remove next line
     9 # CT_INSERT_VERSION_BELOW
    10 
    11 config STRACE_V_4_5_18
    12     bool
    13     prompt "4.5.18 (EXPERIMENTAL)"
    14     depends on EXPERIMENTAL
    15 
    16 config STRACE_V_4_5_17
    17     bool
    18     prompt "4.5.17"
    19 
    20 config STRACE_V_4_5_16
    21     bool
    22     prompt "4.5.16"
    23 
    24 config STRACE_V_4_5_15
    25     bool
    26     prompt "4.5.15"
    27 
    28 endchoice
    29 
    30 config STRACE_VERSION
    31     string
    32 # Don't remove next line
    33 # CT_INSERT_VERSION_STRING_BELOW
    34     default "4.5.18" if STRACE_V_4_5_18
    35     default "4.5.17" if STRACE_V_4_5_17
    36     default "4.5.16" if STRACE_V_4_5_16
    37     default "4.5.15" if STRACE_V_4_5_15