config/debug/gdb.in
changeset 1761 88020b2c3246
parent 1705 6f368c337f2d
child 1808 a1370757e6a1
     1.1 --- a/config/debug/gdb.in	Sat Jan 09 00:54:46 2010 +0100
     1.2 +++ b/config/debug/gdb.in	Tue Jan 12 19:24:03 2010 +0100
     1.3 @@ -129,29 +129,3 @@
     1.4      default "7.0" if GDB_V_7_0
     1.5      default "6.8" if GDB_V_6_8
     1.6      default "snapshot" if GDB_V_snapshot
     1.7 -
     1.8 -if GDB_NATIVE
     1.9 -
    1.10 -comment "Native gdb needs a native ncurses library"
    1.11 -
    1.12 -choice
    1.13 -    bool
    1.14 -    prompt "ncurses version"
    1.15 -
    1.16 -config NCURSES_V_5_7
    1.17 -    bool
    1.18 -    prompt "5.7"
    1.19 -
    1.20 -config NCURSES_V_5_6
    1.21 -    bool
    1.22 -    prompt "5.6 (OBSOLETE)"
    1.23 -    depends on OBSOLETE
    1.24 -
    1.25 -endchoice
    1.26 -
    1.27 -config NCURSES_VERSION
    1.28 -    string
    1.29 -    default "5.7" if NCURSES_V_5_7
    1.30 -    default "5.6" if NCURSES_V_5_6
    1.31 -
    1.32 -endif # GDB_NATIVE --> ncurses