home *** CD-ROM | disk | FTP | other *** search
/ Geek Gadgets 1 / ADE-1.bin / ade-dist / ncurses-1.9.9e-diffs.gz / ncurses-1.9.9e-diffs
Text File  |  1996-10-13  |  105KB  |  3,604 lines

  1. This file contains patches that transform the baseline version into
  2. the amiga version.  Assuming that you have unarchived the baseline
  3. version in the current directory, just run the command:
  4.  
  5.     patch -p1 -E -b .pbak <diff-file
  6.  
  7. where 'diff-file' is this patch file.  After running patch you should
  8. remove all the generated *.pbak files, and look for any *.rej files
  9. that indicate a problem patching the baseline source.
  10.  
  11. diff -rup --new-file baseline/fsf/ncurses/Product-Info amiga/fsf/ncurses/Product-Info
  12. --- baseline/fsf/ncurses/Product-Info    Wed Dec 31 17:00:00 1969
  13. +++ amiga/fsf/ncurses/Product-Info    Sat Sep 28 00:00:00 1996
  14. @@ -0,0 +1,148 @@
  15. +.name
  16. +ncurses
  17. +.fullname
  18. +GNU 'new curses' library
  19. +.type
  20. +library
  21. +.short
  22. +GNU 'new curses' library
  23. +.description
  24. +   The ncurses (new curses) library is a freeware emulation of System V
  25. +   Release 4.0 curses. It uses terminfo format, supports pads and color
  26. +   and multiple highlights and forms characters and function-key mapping,
  27. +   and has all the other SYSV-curses enhancements over BSD curses.
  28. +   
  29. +   In mid-June 1995, the maintainer of 4.4BSD curses declared that he
  30. +   considered 4.4BSD curses obsolete, and is encouraging the keepers of
  31. +   Unix releases such as BSD/OS, freeBSD and netBSD to switch over to
  32. +   ncurses.
  33. +   
  34. +   The ncurses code was developed under Linux. It should port easily to
  35. +   any ANSI/POSIX-conforming UNIX. It has even been ported to OS/2 Warp!
  36. +   
  37. +   The distribution includes the library and support utilities, including
  38. +   a terminfo compiler tic(1), a decompiler infocmp(1), clear(1),
  39. +   tput(1), tset(1), and a termcap conversion tool captoinfo(1). Full
  40. +   manual pages are provided for the library and tools.
  41. +   
  42. +   The ncurses distribution is available via anonymous FTP at:
  43. +   ftp://ftp.netcom.com/pub/zm/zmbenhal/ncurses. It is also carried on
  44. +   the GNU distribution site at ftp://prep.ai.mit.edu/pub/gnu.
  45. +   
  46. +                              FEATURES OF NCURSES
  47. +                                       
  48. +   The ncurses package is fully compatible with SVr4 curses:
  49. +   
  50. +     * All 257 of the SVr4 calls have been implemented (and are
  51. +       documented).
  52. +       
  53. +     * Full support for SVr4 curses features including keyboard mapping,
  54. +       color, forms-drawing with ACS characters, and automatic
  55. +       recognition of keypad and function keys.
  56. +       
  57. +     * An emulation of the System V Release 4 panels library, supporting
  58. +       a stack of windows with backing store, is included.
  59. +       
  60. +     * An emulation of the System V Release 4 menus library, supporting a
  61. +       uniform but flexible interface for menu programming, is included.
  62. +       
  63. +     * An emulation of the System V Release 4 form library, supporting
  64. +       data collection through on-screen forms, is included.
  65. +       
  66. +     * Binary terminfo entries generated by the ncurses tic(1)
  67. +       implementation are bit-for-bit-compatible with the entry format
  68. +       SVr4 curses uses.
  69. +       
  70. +     * The utilities have options to allow you to filter terminfo entries
  71. +       for use with less capable _curses_/_terminfo_ versions such as the
  72. +       HP/UX and AIX ports.
  73. +       
  74. +   The ncurses package also has many useful extensions over SVr4:
  75. +   
  76. +     * The API is 8-bit clean and base-level conformant with the X/OPEN
  77. +       curses specification, XSI Curses (that is, it implements all BASE
  78. +       level features, but not all EXTENDED features). Most
  79. +       EXTENDED-level features not directly concerned with wide-character
  80. +       support are implemented, including many function calls not
  81. +       supported under SVr4 curses (but portability of all calls is
  82. +       documented so you can use the SVr4 subset only).
  83. +       
  84. +     * Unlike SVr4 curses, ncurses can write to the rightmost-bottommost
  85. +       corner of the screen if your terminal has an insert-character
  86. +       capability.
  87. +       
  88. +     * (PC-clone boxes only) Support for access to the IBM PC ROM
  89. +       characters 0-32 through the highlight A_ALTCHARSET.
  90. +       
  91. +     * Support for mouse event reporting under xterm.
  92. +       
  93. +     * The function wresize() allows you to resize windows, preserving
  94. +       their data.
  95. +     * Better cursor-movement optimization. The package now features a
  96. +       cursor-local-movement computation more efficient than either BSD's
  97. +       or System V's.
  98. +       
  99. +     * Super hardware scrolling support. The screen-update code
  100. +       incorporates a novel, simple, and cheap algorithm that enables it
  101. +       to make optimal use of hardware scrolling, line-insertion, and
  102. +       line-deletion for screen-line movements. This algorithm is more
  103. +       powerful than the 4.4BSD curses quickch() routine.
  104. +       
  105. +     * It is possible to generate the library with a list of pre-loaded
  106. +       fallback entries linked to it so that it can serve those terminal
  107. +       types even when no terminfo tree or termcap file is accessible
  108. +       (this may be useful for support of screen-oriented programs that
  109. +       must run in single-user mode).
  110. +       
  111. +     * The tic(1)/captoinfo utility provided with ncurses has the ability
  112. +       to translate many termcaps from the XENIX, IBM and AT&T extension
  113. +       sets.
  114. +       
  115. +     * A BSD-like tset(1) utility is provided.
  116. +       
  117. +     * The ncurses library and utilities will automatically read terminfo
  118. +       entries from $HOME/.terminfo if it exists, and compile to that
  119. +       directory if it exists and the user has no write access to the
  120. +       system directory. This feature makes it easier for users to have
  121. +       personal terminfo entries without giving up access to the system
  122. +       terminfo directory.
  123. +       
  124. +     * In terminfo source files, use capabilities may refer not just to
  125. +       other entries in the same source file (as in System V) but also to
  126. +       compiled entries in either the system terminfo directory or the
  127. +       user's $HOME/.terminfo directory.
  128. +       
  129. +     * A script (_capconvert_) is provided to help BSD users transition
  130. +       from termcap to terminfo. It gathers the information in a TERMCAP
  131. +       environment variable and/or a ~/.termcap local entries file and
  132. +       converts it to an equivalent local terminfo tree under
  133. +       $HOME/.terminfo.
  134. +       
  135. +     * Automatic fallback to the /etc/termcap file can be compiled in
  136. +       when it is not possible to build a terminfo tree. This feature is
  137. +       neither fast nor cheap, you don't want to use it unless you have
  138. +       to, but it's there.
  139. +       
  140. +     * The table-of-entries utility _toe_ makes it easy for users to see
  141. +       exactly what terminal types are available on the system.
  142. +       
  143. +     * The library meets the XSI requirement that every macro entry point
  144. +       have a corresponding function which may be linked (and will be
  145. +       prototype-checked) if the macro definition is disabled with
  146. +       #undef.
  147. +       
  148. +     * An HTML "Introduction to Programming with NCURSES" document
  149. +       provides a narrative introduction to the curses programming
  150. +       interface.
  151. +.version
  152. +1.9.9e
  153. +.author
  154. +Pavel Curtis
  155. +Zeyd M. Ben-Halim
  156. +Eric S. Raymond
  157. +.distribution
  158. +GNU Public License
  159. +.described-by
  160. +Fred Fish (fnf@ninemoons.com)
  161. +
  162. +
  163. diff -rup --new-file baseline/fsf/ncurses/configure amiga/fsf/ncurses/configure
  164. --- baseline/fsf/ncurses/configure    Thu Feb 15 23:19:18 1996
  165. +++ amiga/fsf/ncurses/configure    Mon Sep 30 22:48:05 1996
  166. @@ -1,8 +1,8 @@
  167.  #! /bin/sh
  168.  
  169.  # Guess values for system-dependent variables and create Makefiles.
  170. -# Generated automatically using autoconf version 2.4 
  171. -# Copyright (C) 1992, 1993, 1994 Free Software Foundation, Inc.
  172. +# Generated automatically using autoconf version 2.10 
  173. +# Copyright (C) 1992, 93, 94, 95, 96 Free Software Foundation, Inc.
  174.  #
  175.  # This configure script is free software; the Free Software Foundation
  176.  # gives unlimited permission to copy, distribute and modify it.
  177. @@ -62,9 +62,25 @@ target=NONE
  178.  verbose=
  179.  x_includes=NONE
  180.  x_libraries=NONE
  181. +bindir='${exec_prefix}/bin'
  182. +sbindir='${exec_prefix}/sbin'
  183. +libexecdir='${exec_prefix}/libexec'
  184. +datadir='${prefix}/share'
  185. +sysconfdir='${prefix}/etc'
  186. +sharedstatedir='${prefix}/com'
  187. +localstatedir='${prefix}/var'
  188. +libdir='${exec_prefix}/lib'
  189. +includedir='${prefix}/include'
  190. +oldincludedir='/usr/include'
  191. +infodir='${prefix}/info'
  192. +guidedir='${prefix}/guide'
  193. +psdir='${prefix}/ps'
  194. +dvidir='${prefix}/dvi'
  195. +mandir='${prefix}/man'
  196.  
  197.  # Initialize some other variables.
  198.  subdirs=
  199. +MFLAGS= MAKEFLAGS=
  200.  
  201.  ac_prev=
  202.  for ac_option
  203. @@ -86,9 +102,14 @@ do
  204.  
  205.    case "$ac_option" in
  206.  
  207. -  -build | --build | --buil | --bui | --bu | --b)
  208. +  -bindir | --bindir | --bindi | --bind | --bin | --bi)
  209. +    ac_prev=bindir ;;
  210. +  -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
  211. +    bindir="$ac_optarg" ;;
  212. +
  213. +  -build | --build | --buil | --bui | --bu)
  214.      ac_prev=build ;;
  215. -  -build=* | --build=* | --buil=* | --bui=* | --bu=* | --b=*)
  216. +  -build=* | --build=* | --buil=* | --bui=* | --bu=*)
  217.      build="$ac_optarg" ;;
  218.  
  219.    -cache-file | --cache-file | --cache-fil | --cache-fi \
  220. @@ -98,6 +119,12 @@ do
  221.    | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
  222.      cache_file="$ac_optarg" ;;
  223.  
  224. +  -datadir | --datadir | --datadi | --datad | --data | --dat | --da)
  225. +    ac_prev=datadir ;;
  226. +  -datadir=* | --datadir=* | --datadi=* | --datad=* | --data=* | --dat=* \
  227. +  | --da=*)
  228. +    datadir="$ac_optarg" ;;
  229. +
  230.    -disable-* | --disable-*)
  231.      ac_feature=`echo $ac_option|sed -e 's/-*disable-//'`
  232.      # Reject names that are not valid shell variable names.
  233. @@ -148,12 +175,32 @@ Configuration:
  234.  Directory and file names:
  235.    --prefix=PREFIX         install architecture-independent files in PREFIX
  236.                            [$ac_default_prefix]
  237. -  --exec-prefix=PREFIX    install architecture-dependent files in PREFIX
  238. +  --exec-prefix=EPREFIX   install architecture-dependent files in EPREFIX
  239.                            [same as prefix]
  240. +  --bindir=DIR            user executables in DIR [EPREFIX/bin]
  241. +  --sbindir=DIR           system admin executables in DIR [EPREFIX/sbin]
  242. +  --libexecdir=DIR        program executables in DIR [EPREFIX/libexec]
  243. +  --datadir=DIR           read-only architecture-independent data in DIR
  244. +                          [PREFIX/share]
  245. +  --sysconfdir=DIR        read-only single-machine data in DIR [PREFIX/etc]
  246. +  --sharedstatedir=DIR    modifiable architecture-independent data in DIR
  247. +                          [PREFIX/com]
  248. +  --localstatedir=DIR     modifiable single-machine data in DIR [PREFIX/var]
  249. +  --libdir=DIR            object code libraries in DIR [EPREFIX/lib]
  250. +  --includedir=DIR        C header files in DIR [PREFIX/include]
  251. +  --oldincludedir=DIR     C header files for non-gcc in DIR [/usr/include]
  252. +  --infodir=DIR           info documentation in DIR [PREFIX/info]
  253. +  --guidedir=DIR          Amigaguide documentation in DIR [PREFIX/guide]
  254. +  --psdir=DIR             postscript documentation in DIR [PREFIX/ps]
  255. +  --dvidir=DIR            TeX dvi documentation in DIR [PREFIX/dvi]
  256. +  --mandir=DIR            man documentation in DIR [PREFIX/man]
  257.    --srcdir=DIR            find the sources in DIR [configure dir or ..]
  258.    --program-prefix=PREFIX prepend PREFIX to installed program names
  259.    --program-suffix=SUFFIX append SUFFIX to installed program names
  260. -  --program-transform-name=PROGRAM run sed PROGRAM on installed program names
  261. +  --program-transform-name=PROGRAM
  262. +                          run sed PROGRAM on installed program names
  263. +EOF
  264. +    cat << EOF
  265.  Host type:
  266.    --build=BUILD           configure for building on BUILD [BUILD=HOST]
  267.    --host=HOST             configure for HOST [guessed]
  268. @@ -165,8 +212,10 @@ Features and packages:
  269.    --without-PACKAGE       do not use PACKAGE (same as --with-PACKAGE=no)
  270.    --x-includes=DIR        X include files are in DIR
  271.    --x-libraries=DIR       X library files are in DIR
  272. ---enable and --with options recognized:$ac_help
  273.  EOF
  274. +    if test -n "$ac_help"; then
  275. +      echo "--enable and --with options recognized:$ac_help"
  276. +    fi
  277.      exit 0 ;;
  278.  
  279.    -host | --host | --hos | --ho)
  280. @@ -174,6 +223,56 @@ EOF
  281.    -host=* | --host=* | --hos=* | --ho=*)
  282.      host="$ac_optarg" ;;
  283.  
  284. +  -includedir | --includedir | --includedi | --included | --include \
  285. +  | --includ | --inclu | --incl | --inc)
  286. +    ac_prev=includedir ;;
  287. +  -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
  288. +  | --includ=* | --inclu=* | --incl=* | --inc=*)
  289. +    includedir="$ac_optarg" ;;
  290. +
  291. +  -infodir | --infodir | --infodi | --infod | --info | --inf)
  292. +    ac_prev=infodir ;;
  293. +  -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
  294. +    infodir="$ac_optarg" ;;
  295. +
  296. + -guidedir | --guidedir | --guidedi | --guided | --guide | --gui)
  297. +   ac_prev=guidedir ;;
  298. + -guidedir=* | --guidedir=* | --guidedi=* | --guided=* | --guide=* |--gui=*)+    guidedir="$ac_optarg" ;;
  299. +
  300. + -psdir | --psdir | --psdi | --psd | --ps)
  301. +   ac_prev=psdir ;;
  302. + -psdir=* | --psdir=* | --psdi=* | --psd=* | --ps=*)+    psdir="$ac_optarg" ;;
  303. +
  304. + -dvidir | --dvidir | --dvidi | --dvid | --dvi | --dv)
  305. +   ac_prev=dvidir ;;
  306. + -dvidir=* | --dvidir=* | --dvidi=* | --dvid=* | --dvi=* |--dv=*)+    dvidir="$ac_optarg" ;;
  307. +
  308. +  -libdir | --libdir | --libdi | --libd)
  309. +    ac_prev=libdir ;;
  310. +  -libdir=* | --libdir=* | --libdi=* | --libd=*)
  311. +    libdir="$ac_optarg" ;;
  312. +
  313. +  -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
  314. +  | --libexe | --libex | --libe)
  315. +    ac_prev=libexecdir ;;
  316. +  -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
  317. +  | --libexe=* | --libex=* | --libe=*)
  318. +    libexecdir="$ac_optarg" ;;
  319. +
  320. +  -localstatedir | --localstatedir | --localstatedi | --localstated \
  321. +  | --localstate | --localstat | --localsta | --localst \
  322. +  | --locals | --local | --loca | --loc | --lo)
  323. +    ac_prev=localstatedir ;;
  324. +  -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
  325. +  | --localstate=* | --localstat=* | --localsta=* | --localst=* \
  326. +  | --locals=* | --local=* | --loca=* | --loc=* | --lo=*)
  327. +    localstatedir="$ac_optarg" ;;
  328. +
  329. +  -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
  330. +    ac_prev=mandir ;;
  331. +  -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
  332. +    mandir="$ac_optarg" ;;
  333. +
  334.    -nfp | --nfp | --nf)
  335.      # Obsolete; use --without-fp.
  336.      with_fp=no ;;
  337. @@ -186,6 +285,15 @@ EOF
  338.    | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
  339.      no_recursion=yes ;;
  340.  
  341. +  -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
  342. +  | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
  343. +  | --oldin | --oldi | --old | --ol | --o)
  344. +    ac_prev=oldincludedir ;;
  345. +  -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
  346. +  | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
  347. +  | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
  348. +    oldincludedir="$ac_optarg" ;;
  349. +
  350.    -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
  351.      ac_prev=prefix ;;
  352.    -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
  353. @@ -226,6 +334,23 @@ EOF
  354.    | -silent | --silent | --silen | --sile | --sil)
  355.      silent=yes ;;
  356.  
  357. +  -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
  358. +    ac_prev=sbindir ;;
  359. +  -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
  360. +  | --sbi=* | --sb=*)
  361. +    sbindir="$ac_optarg" ;;
  362. +
  363. +  -sharedstatedir | --sharedstatedir | --sharedstatedi \
  364. +  | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
  365. +  | --sharedst | --shareds | --shared | --share | --shar \
  366. +  | --sha | --sh)
  367. +    ac_prev=sharedstatedir ;;
  368. +  -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
  369. +  | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
  370. +  | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
  371. +  | --sha=* | --sh=*)
  372. +    sharedstatedir="$ac_optarg" ;;
  373. +
  374.    -site | --site | --sit)
  375.      ac_prev=site ;;
  376.    -site=* | --site=* | --sit=*)
  377. @@ -236,6 +361,13 @@ EOF
  378.    -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
  379.      srcdir="$ac_optarg" ;;
  380.  
  381. +  -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
  382. +  | --syscon | --sysco | --sysc | --sys | --sy)
  383. +    ac_prev=sysconfdir ;;
  384. +  -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
  385. +  | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
  386. +    sysconfdir="$ac_optarg" ;;
  387. +
  388.    -target | --target | --targe | --targ | --tar | --ta | --t)
  389.      ac_prev=target ;;
  390.    -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
  391. @@ -245,7 +377,7 @@ EOF
  392.      verbose=yes ;;
  393.  
  394.    -version | --version | --versio | --versi | --vers)
  395. -    echo "configure generated by autoconf version 2.4"
  396. +    echo "configure generated by autoconf version 2.10"
  397.      exit 0 ;;
  398.  
  399.    -with-* | --with-*)
  400. @@ -291,7 +423,7 @@ EOF
  401.    -*) { echo "configure: error: $ac_option: invalid option; use --help to show usage" 1>&2; exit 1; }
  402.      ;;
  403.  
  404. -  *) 
  405. +  *)
  406.      if test -n "`echo $ac_option| sed 's/[-a-z0-9.]//g'`"; then
  407.        echo "configure: warning: $ac_option: invalid host type" 1>&2
  408.      fi
  409. @@ -411,8 +543,8 @@ fi
  410.  ac_ext=c
  411.  # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
  412.  ac_cpp='$CPP $CPPFLAGS'
  413. -ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5 2>&5'
  414. -ac_link='${CC-cc} -o conftest $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5 2>&5'
  415. +ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
  416. +ac_link='${CC-cc} -o conftest $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
  417.  
  418.  if (echo "testing\c"; echo 1,2,3) | grep c >/dev/null; then
  419.    # Stardent Vistra SVR4 grep lacks -e, says ghazi@caip.rutgers.edu.
  420. @@ -472,7 +604,6 @@ else
  421.      fi
  422.    done
  423.    IFS="$ac_save_ifs"
  424. -  test -z "$ac_cv_prog_CC" && ac_cv_prog_CC="cc"
  425.  fi
  426.  fi
  427.  CC="$ac_cv_prog_CC"
  428. @@ -482,6 +613,55 @@ else
  429.    echo "$ac_t""no" 1>&6
  430.  fi
  431.  
  432. +if test -z "$CC"; then
  433. +  # Extract the first word of "cc", so it can be a program name with args.
  434. +set dummy cc; ac_word=$2
  435. +echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
  436. +if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
  437. +  echo $ac_n "(cached) $ac_c" 1>&6
  438. +else
  439. +  if test -n "$CC"; then
  440. +  ac_cv_prog_CC="$CC" # Let the user override the test.
  441. +else
  442. +  IFS="${IFS=     }"; ac_save_ifs="$IFS"; IFS="${IFS}:"
  443. +  ac_prog_rejected=no
  444. +  for ac_dir in $PATH; do
  445. +    test -z "$ac_dir" && ac_dir=.
  446. +    if test -f $ac_dir/$ac_word; then
  447. +      if test "$ac_dir/$ac_word" = "/usr/ucb/cc"; then
  448. +        ac_prog_rejected=yes
  449. +    continue
  450. +      fi
  451. +      ac_cv_prog_CC="cc"
  452. +      break
  453. +    fi
  454. +  done
  455. +  IFS="$ac_save_ifs"
  456. +if test $ac_prog_rejected = yes; then
  457. +  # We found a bogon in the path, so make sure we never use it.
  458. +  set dummy $ac_cv_prog_CC
  459. +  shift
  460. +  if test $# -gt 0; then
  461. +    # We chose a different compiler from the bogus one.
  462. +    # However, it has the same basename, so the bogon will be chosen
  463. +    # first if we set CC to just the basename; use the full file name.
  464. +    shift
  465. +    set dummy "$ac_dir/$ac_word" "$@"
  466. +    shift
  467. +    ac_cv_prog_CC="$@"
  468. +  fi
  469. +fi
  470. +fi
  471. +fi
  472. +CC="$ac_cv_prog_CC"
  473. +if test -n "$CC"; then
  474. +  echo "$ac_t""$CC" 1>&6
  475. +else
  476. +  echo "$ac_t""no" 1>&6
  477. +fi
  478. +
  479. +  test -z "$CC" && { echo "configure: error: no acceptable cc found in \$PATH" 1>&2; exit 1; }
  480. +fi
  481.  
  482.  echo $ac_n "checking whether we are using GNU C""... $ac_c" 1>&6
  483.  if eval "test \"`echo '$''{'ac_cv_prog_gcc'+set}'`\" = set"; then
  484. @@ -492,12 +672,13 @@ else
  485.    yes;
  486.  #endif
  487.  EOF
  488. -if ${CC-cc} -E conftest.c 2>&5 | egrep yes >/dev/null 2>&1; then
  489. +if { ac_try='${CC-cc} -E conftest.c'; { (eval echo configure:676: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then
  490.    ac_cv_prog_gcc=yes
  491.  else
  492.    ac_cv_prog_gcc=no
  493.  fi
  494.  fi
  495. +
  496.  echo "$ac_t""$ac_cv_prog_gcc" 1>&6
  497.  if test $ac_cv_prog_gcc = yes; then
  498.    GCC=yes
  499. @@ -515,11 +696,12 @@ fi
  500.  rm -f conftest*
  501.  
  502.  fi
  503. -    echo "$ac_t""$ac_cv_prog_gcc_g" 1>&6
  504. +
  505. +echo "$ac_t""$ac_cv_prog_gcc_g" 1>&6
  506.      if test $ac_cv_prog_gcc_g = yes; then
  507. -      CFLAGS="-g -O"
  508. +      CFLAGS="-g -O2"
  509.      else
  510. -      CFLAGS="-O"
  511. +      CFLAGS="-O2"
  512.      fi
  513.    fi
  514.  else
  515. @@ -542,12 +724,13 @@ else
  516.    # On the NeXT, cc -E runs the code through the compiler's parser,
  517.    # not just through cpp.
  518.    cat > conftest.$ac_ext <<EOF
  519. -#line 546 "configure"
  520. +#line 728 "configure"
  521.  #include "confdefs.h"
  522.  #include <assert.h>
  523.  Syntax Error
  524.  EOF
  525. -eval "$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
  526. +ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
  527. +{ (eval echo configure:734: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
  528.  ac_err=`grep -v '^ *+' conftest.out`
  529.  if test -z "$ac_err"; then
  530.    :
  531. @@ -556,12 +739,13 @@ else
  532.    rm -rf conftest*
  533.    CPP="${CC-cc} -E -traditional-cpp"
  534.    cat > conftest.$ac_ext <<EOF
  535. -#line 560 "configure"
  536. +#line 743 "configure"
  537.  #include "confdefs.h"
  538.  #include <assert.h>
  539.  Syntax Error
  540.  EOF
  541. -eval "$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
  542. +ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
  543. +{ (eval echo configure:749: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
  544.  ac_err=`grep -v '^ *+' conftest.out`
  545.  if test -z "$ac_err"; then
  546.    :
  547. @@ -582,13 +766,13 @@ fi
  548.  echo "$ac_t""$CPP" 1>&6
  549.  
  550.  if test $ac_cv_prog_gcc = yes; then
  551. -  echo $ac_n "checking whether ${CC-cc} needs -traditional""... $ac_c" 1>&6
  552. +    echo $ac_n "checking whether ${CC-cc} needs -traditional""... $ac_c" 1>&6
  553.  if eval "test \"`echo '$''{'ac_cv_prog_gcc_traditional'+set}'`\" = set"; then
  554.    echo $ac_n "(cached) $ac_c" 1>&6
  555.  else
  556.      ac_pattern="Autoconf.*'x'"
  557.    cat > conftest.$ac_ext <<EOF
  558. -#line 592 "configure"
  559. +#line 776 "configure"
  560.  #include "confdefs.h"
  561.  #include <sgtty.h>
  562.  Autoconf TIOCGETP
  563. @@ -606,7 +790,7 @@ rm -f conftest*
  564.  
  565.    if test $ac_cv_prog_gcc_traditional = no; then
  566.      cat > conftest.$ac_ext <<EOF
  567. -#line 610 "configure"
  568. +#line 794 "configure"
  569.  #include "confdefs.h"
  570.  #include <termio.h>
  571.  Autoconf TCGETA
  572. @@ -620,7 +804,8 @@ rm -f conftest*
  573.  
  574.    fi
  575.  fi
  576. -  echo "$ac_t""$ac_cv_prog_gcc_traditional" 1>&6
  577. +
  578. +echo "$ac_t""$ac_cv_prog_gcc_traditional" 1>&6
  579.    if test $ac_cv_prog_gcc_traditional = yes; then
  580.      CC="$CC -traditional"
  581.    fi
  582. @@ -669,12 +854,13 @@ else
  583.    yes;
  584.  #endif
  585.  EOF
  586. -if ${CXX-g++} -E conftest.C 2>&5 | egrep yes >/dev/null 2>&1; then
  587. +if { ac_try='${CXX-g++} -E conftest.C'; { (eval echo configure:858: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then
  588.    ac_cv_prog_gxx=yes
  589.  else
  590.    ac_cv_prog_gxx=no
  591.  fi
  592.  fi
  593. +
  594.  echo "$ac_t""$ac_cv_prog_gxx" 1>&6
  595.  if test $ac_cv_prog_gxx = yes; then
  596.    GXX=yes
  597. @@ -692,11 +878,12 @@ fi
  598.  rm -f conftest*
  599.  
  600.  fi
  601. -    echo "$ac_t""$ac_cv_prog_gxx_g" 1>&6
  602. +
  603. +echo "$ac_t""$ac_cv_prog_gxx_g" 1>&6
  604.      if test $ac_cv_prog_gxx_g = yes; then
  605. -      CXXFLAGS="-g -O"
  606. +      CXXFLAGS="-g -O2"
  607.      else
  608. -      CXXFLAGS="-O"
  609. +      CXXFLAGS="-O2"
  610.      fi
  611.    fi
  612.  else
  613. @@ -788,6 +975,7 @@ ac_configure=$ac_aux_dir/configure # Thi
  614.  # SunOS /usr/etc/install
  615.  # IRIX /sbin/install
  616.  # AIX /bin/install
  617. +# AmigaOS /c/install
  618.  # AFS /usr/afsws/bin/install, which mishandles nonexistent args
  619.  # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
  620.  # ./install, which can be erroneously created by make from ./install.sh.
  621. @@ -800,7 +988,7 @@ else
  622.    for ac_dir in $PATH; do
  623.      # Account for people who put trailing slashes in PATH elements.
  624.      case "$ac_dir/" in
  625. -    /|./|.//|/etc/*|/usr/sbin/*|/usr/etc/*|/sbin/*|/usr/afsws/bin/*|/usr/ucb/*) ;;
  626. +    /|./|.//|/etc/*|/c/*|/usr/sbin/*|/usr/etc/*|/sbin/*|/usr/afsws/bin/*|/usr/ucb/*) ;;
  627.      *)
  628.        # OSF1 and SCO ODT 3.0 have their own names for install.
  629.        for ac_prog in ginstall installbsd scoinst install; do
  630. @@ -820,10 +1008,17 @@ else
  631.      esac
  632.    done
  633.    IFS="$ac_save_ifs"
  634. -  # As a last resort, use the slow shell script.
  635. -  test -z "$ac_cv_path_install" && ac_cv_path_install="$ac_install_sh"
  636. +
  637.  fi
  638. -  INSTALL="$ac_cv_path_install"
  639. +  if test "${ac_cv_path_install+set}" = set; then
  640. +    INSTALL="$ac_cv_path_install"
  641. +  else
  642. +    # As a last resort, use the slow shell script.  We don't cache a
  643. +    # path for INSTALL within a source directory, because that will
  644. +    # break other packages using the cache if that directory is
  645. +    # removed, or if the path is relative.
  646. +    INSTALL="$ac_install_sh"
  647. +  fi
  648.  fi
  649.  echo "$ac_t""$INSTALL" 1>&6
  650.  
  651. @@ -915,30 +1110,30 @@ echo "$ac_t""$nc_cv_makeflags" 1>&6
  652.  ### shared, for example.
  653.  nc_list_models=""
  654.  # Check whether --with-shared or --without-shared was given.
  655. -withval="$with_shared"
  656. -if test -n "$withval"; then
  657. +if test "${with_shared+set}" = set; then
  658. +  withval="$with_shared"
  659.    test "$withval" = "yes" && nc_list_models="$nc_list_models shared"
  660.  fi
  661.  
  662.  # Check whether --with-normal or --without-normal was given.
  663. -withval="$with_normal"
  664. -if test -n "$withval"; then
  665. +if test "${with_normal+set}" = set; then
  666. +  withval="$with_normal"
  667.    test "$withval" = "yes" && nc_list_models="$nc_list_models normal"
  668.  else
  669.    nc_list_models="$nc_list_models normal"
  670.  fi
  671.  
  672.  # Check whether --with-debug or --without-debug was given.
  673. -withval="$with_debug"
  674. -if test -n "$withval"; then
  675. +if test "${with_debug+set}" = set; then
  676. +  withval="$with_debug"
  677.    test "$withval" = "yes" && nc_list_models="$nc_list_models debug"
  678.  else
  679.    nc_list_models="$nc_list_models debug"
  680.  fi
  681.  
  682.  # Check whether --with-profile or --without-profile was given.
  683. -withval="$with_profile"
  684. -if test -n "$withval"; then
  685. +if test "${with_profile+set}" = set; then
  686. +  withval="$with_profile"
  687.    test "$withval" = "yes" && nc_list_models="$nc_list_models profile"
  688.  fi
  689.  
  690. @@ -1102,8 +1297,8 @@ fi
  691.  
  692.  ###    use option --with-datadir=DIR to specify an alternate data-directory
  693.  # Check whether --with-datadir or --without-datadir was given.
  694. -withval="$with_datadir"
  695. -if test -n "$withval"; then
  696. +if test "${with_datadir+set}" = set; then
  697. +  withval="$with_datadir"
  698.    datadir=$withval
  699.  else
  700.    datadir='$(exec_prefix)/lib/terminfo'
  701. @@ -1113,8 +1308,8 @@ fi
  702.  
  703.  ###    use option --with-includedir=DIR to specify an alternate includedir
  704.  # Check whether --with-includedir or --without-includedir was given.
  705. -withval="$with_includedir"
  706. -if test -n "$withval"; then
  707. +if test "${with_includedir+set}" = set; then
  708. +  withval="$with_includedir"
  709.    includedir=$withval
  710.  else
  711.    includedir='$(exec_prefix)/include'
  712. @@ -1124,8 +1319,8 @@ fi
  713.  
  714.  ###    use option --disable-overwrite to leave out the link to -lcurses
  715.  # Check whether --enable-overwrite or --disable-overwrite was given.
  716. -enableval="$enable_overwrite"
  717. -if test -n "$enableval"; then
  718. +if test "${enable_overwrite+set}" = set; then
  719. +  enableval="$enable_overwrite"
  720.    with_overwrite=$enableval
  721.       test "$with_overwrite" = no && \
  722.       test -z "$with_includedir" && \
  723. @@ -1138,8 +1333,8 @@ fi
  724.  
  725.  ###    use option --disable-termcap to leave out the termcap fallback support
  726.  # Check whether --enable-termcap or --disable-termcap was given.
  727. -enableval="$enable_termcap"
  728. -if test -n "$enableval"; then
  729. +if test "${enable_termcap+set}" = set; then
  730. +  enableval="$enable_termcap"
  731.    with_termcap=$enableval
  732.  else
  733.    with_termcap=yes
  734. @@ -1152,8 +1347,8 @@ EOF
  735.  
  736.  ###    use option --enable-getcap to use a hacked getcap for reading termcaps
  737.  # Check whether --enable-getcap or --disable-getcap was given.
  738. -enableval="$enable_getcap"
  739. -if test -n "$enableval"; then
  740. +if test "${enable_getcap+set}" = set; then
  741. +  enableval="$enable_getcap"
  742.    with_getcap=$enableval
  743.  else
  744.    with_getcap=no
  745. @@ -1166,8 +1361,8 @@ EOF
  746.  
  747.  ###   use option --enable-symlinks to make tic use symlinks, not hard links
  748.  # Check whether --enable-symlinks or --disable-symlinks was given.
  749. -enableval="$enable_symlinks"
  750. -if test -n "$enableval"; then
  751. +if test "${enable_symlinks+set}" = set; then
  752. +  enableval="$enable_symlinks"
  753.    with_symlinks=$enableval
  754.      cat >> confdefs.h <<\EOF
  755.  #define USE_SYMLINKS 1
  756. @@ -1178,8 +1373,8 @@ fi
  757.  
  758.  ###   use option --enable-bsdpad to have tputs process BSD-style prefix padding
  759.  # Check whether --enable-bsdpad or --disable-bsdpad was given.
  760. -enableval="$enable_bsdpad"
  761. -if test -n "$enableval"; then
  762. +if test "${enable_bsdpad+set}" = set; then
  763. +  enableval="$enable_bsdpad"
  764.    with_bsdpad=$enableval
  765.      cat >> confdefs.h <<\EOF
  766.  #define BSD_TPUTS 1
  767. @@ -1190,8 +1385,8 @@ fi
  768.  
  769.  ###    use option --disable-echo to suppress full display compiling commands
  770.  # Check whether --enable-echo or --disable-echo was given.
  771. -enableval="$enable_echo"
  772. -if test -n "$enableval"; then
  773. +if test "${enable_echo+set}" = set; then
  774. +  enableval="$enable_echo"
  775.    with_echo=$enableval
  776.  else
  777.    with_echo=yes
  778. @@ -1206,8 +1401,8 @@ fi
  779.  
  780.  ###    use option --with-warnings to turn on all gcc warnings
  781.  # Check whether --enable-warnings or --disable-warnings was given.
  782. -enableval="$enable_warnings"
  783. -if test -n "$enableval"; then
  784. +if test "${enable_warnings+set}" = set; then
  785. +  enableval="$enable_warnings"
  786.    with_warnings=$enableval
  787.  fi
  788.  
  789. @@ -1225,8 +1420,8 @@ fi
  790.  
  791.  ###    use option --with-assertions to turn on generation of assertion code
  792.  # Check whether --enable-assertions or --disable-assertions was given.
  793. -enableval="$enable_assertions"
  794. -if test -n "$enableval"; then
  795. +if test "${enable_assertions+set}" = set; then
  796. +  enableval="$enable_assertions"
  797.    with_assertions=$enableval
  798.  fi
  799.  
  800. @@ -1244,34 +1439,39 @@ fi
  801.  
  802.  ###    Checks for libraries.
  803.  echo $ac_n "checking for -lbsd""... $ac_c" 1>&6
  804. -if eval "test \"`echo '$''{'ac_cv_lib_bsd'+set}'`\" = set"; then
  805. +ac_lib_var=`echo bsd'_'gettimeofday | tr './+\055' '__p_'`
  806. +if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
  807.    echo $ac_n "(cached) $ac_c" 1>&6
  808.  else
  809.    ac_save_LIBS="$LIBS"
  810.  LIBS="-lbsd  $LIBS"
  811.  cat > conftest.$ac_ext <<EOF
  812. -#line 1254 "configure"
  813. +#line 1450 "configure"
  814.  #include "confdefs.h"
  815. +/* Override any gcc2 internal prototype to avoid an error.  */
  816. +/* We use char because int might match the return type of a gcc2
  817. +    builtin and then its argument prototype would still apply.  */
  818. +char gettimeofday();
  819.  
  820. -int main() { return 0; }
  821. +int main() { t(); return 0; }
  822.  int t() {
  823.  gettimeofday()
  824.  ; return 0; }
  825.  EOF
  826. -if eval $ac_link; then
  827. +if { (eval echo configure:1462: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; }; then
  828.    rm -rf conftest*
  829. -  eval "ac_cv_lib_bsd=yes"
  830. +  eval "ac_cv_lib_$ac_lib_var=yes"
  831.  else
  832.    rm -rf conftest*
  833. -  eval "ac_cv_lib_bsd=no"
  834. +  eval "ac_cv_lib_$ac_lib_var=no"
  835.  fi
  836.  rm -f conftest*
  837.  LIBS="$ac_save_LIBS"
  838.  
  839.  fi
  840. -if eval "test \"`echo '$ac_cv_lib_'bsd`\" = yes"; then
  841. +if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
  842.    echo "$ac_t""yes" 1>&6
  843. -    ac_tr_lib=HAVE_LIB`echo bsd | tr '[a-z]' '[A-Z]'`
  844. +    ac_tr_lib=HAVE_LIB`echo bsd | tr 'abcdefghijklmnopqrstuvwxyz+' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ_'`
  845.    cat >> confdefs.h <<EOF
  846.  #define $ac_tr_lib 1
  847.  EOF
  848. @@ -1292,11 +1492,11 @@ else
  849.    ac_cv_c_cross=yes
  850.  else
  851.  cat > conftest.$ac_ext <<EOF
  852. -#line 1296 "configure"
  853. +#line 1496 "configure"
  854.  #include "confdefs.h"
  855.  main(){return(0);}
  856.  EOF
  857. -eval $ac_link
  858. +{ (eval echo configure:1500: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; }
  859.  if test -s conftest && (./conftest; exit) 2>/dev/null; then
  860.    ac_cv_c_cross=no
  861.  else
  862. @@ -1305,22 +1505,24 @@ fi
  863.  fi
  864.  rm -fr conftest*
  865.  fi
  866. -cross_compiling=$ac_cv_c_cross
  867. +
  868.  echo "$ac_t""$ac_cv_c_cross" 1>&6
  869. +cross_compiling=$ac_cv_c_cross
  870.  
  871.  echo $ac_n "checking for ANSI C header files""... $ac_c" 1>&6
  872.  if eval "test \"`echo '$''{'ac_cv_header_stdc'+set}'`\" = set"; then
  873.    echo $ac_n "(cached) $ac_c" 1>&6
  874.  else
  875.    cat > conftest.$ac_ext <<EOF
  876. -#line 1317 "configure"
  877. +#line 1518 "configure"
  878.  #include "confdefs.h"
  879.  #include <stdlib.h>
  880.  #include <stdarg.h>
  881.  #include <string.h>
  882.  #include <float.h>
  883.  EOF
  884. -eval "$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
  885. +ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
  886. +{ (eval echo configure:1526: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
  887.  ac_err=`grep -v '^ *+' conftest.out`
  888.  if test -z "$ac_err"; then
  889.    rm -rf conftest*
  890. @@ -1335,7 +1537,7 @@ rm -f conftest*
  891.  if test $ac_cv_header_stdc = yes; then
  892.    # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
  893.  cat > conftest.$ac_ext <<EOF
  894. -#line 1339 "configure"
  895. +#line 1541 "configure"
  896.  #include "confdefs.h"
  897.  #include <string.h>
  898.  EOF
  899. @@ -1353,7 +1555,7 @@ fi
  900.  if test $ac_cv_header_stdc = yes; then
  901.    # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
  902.  cat > conftest.$ac_ext <<EOF
  903. -#line 1357 "configure"
  904. +#line 1559 "configure"
  905.  #include "confdefs.h"
  906.  #include <stdlib.h>
  907.  EOF
  908. @@ -1371,10 +1573,10 @@ fi
  909.  if test $ac_cv_header_stdc = yes; then
  910.    # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
  911.  if test "$cross_compiling" = yes; then
  912. -  ac_cv_header_stdc=no
  913. +  :
  914.  else
  915.  cat > conftest.$ac_ext <<EOF
  916. -#line 1378 "configure"
  917. +#line 1580 "configure"
  918.  #include "confdefs.h"
  919.  #include <ctype.h>
  920.  #define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
  921. @@ -1385,7 +1587,7 @@ if (XOR (islower (i), ISLOWER (i)) || to
  922.  exit (0); }
  923.  
  924.  EOF
  925. -eval $ac_link
  926. +{ (eval echo configure:1591: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; }
  927.  if test -s conftest && (./conftest; exit) 2>/dev/null; then
  928.    :
  929.  else
  930. @@ -1395,6 +1597,7 @@ fi
  931.  rm -fr conftest*
  932.  fi
  933.  fi
  934. +
  935.  echo "$ac_t""$ac_cv_header_stdc" 1>&6
  936.  if test $ac_cv_header_stdc = yes; then
  937.    cat >> confdefs.h <<\EOF
  938. @@ -1412,7 +1615,7 @@ if eval "test \"`echo '$''{'ac_cv_header
  939.    echo $ac_n "(cached) $ac_c" 1>&6
  940.  else
  941.    cat > conftest.$ac_ext <<EOF
  942. -#line 1416 "configure"
  943. +#line 1619 "configure"
  944.  #include "confdefs.h"
  945.  #include <sys/types.h>
  946.  #include <$ac_hdr>
  947. @@ -1421,7 +1624,7 @@ int t() {
  948.  DIR *dirp = 0;
  949.  ; return 0; }
  950.  EOF
  951. -if eval $ac_compile; then
  952. +if { (eval echo configure:1628: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
  953.    rm -rf conftest*
  954.    eval "ac_cv_header_dirent_$ac_safe=yes"
  955.  else
  956. @@ -1433,7 +1636,7 @@ rm -f conftest*
  957.  fi
  958.  if eval "test \"`echo '$ac_cv_header_dirent_'$ac_safe`\" = yes"; then
  959.    echo "$ac_t""yes" 1>&6
  960. -    ac_tr_hdr=HAVE_`echo $ac_hdr | tr '[a-z]./\055' '[A-Z]___'`
  961. +    ac_tr_hdr=HAVE_`echo $ac_hdr | tr 'abcdedfghijklmnopqrstuvwxyz./\055' 'ABCDEDFGHIJKLMNOPQRSTUVWXYZ___'`
  962.    cat >> confdefs.h <<EOF
  963.  #define $ac_tr_hdr 1
  964.  EOF
  965. @@ -1445,32 +1648,37 @@ done
  966.  # Two versions of opendir et al. are in -ldir and -lx on SCO Xenix.
  967.  if test $ac_header_dirent = dirent.h; then
  968.  echo $ac_n "checking for -ldir""... $ac_c" 1>&6
  969. -if eval "test \"`echo '$''{'ac_cv_lib_dir'+set}'`\" = set"; then
  970. +ac_lib_var=`echo dir'_'opendir | tr './+\055' '__p_'`
  971. +if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
  972.    echo $ac_n "(cached) $ac_c" 1>&6
  973.  else
  974.    ac_save_LIBS="$LIBS"
  975.  LIBS="-ldir  $LIBS"
  976.  cat > conftest.$ac_ext <<EOF
  977. -#line 1455 "configure"
  978. +#line 1659 "configure"
  979.  #include "confdefs.h"
  980. +/* Override any gcc2 internal prototype to avoid an error.  */
  981. +/* We use char because int might match the return type of a gcc2
  982. +    builtin and then its argument prototype would still apply.  */
  983. +char opendir();
  984.  
  985. -int main() { return 0; }
  986. +int main() { t(); return 0; }
  987.  int t() {
  988.  opendir()
  989.  ; return 0; }
  990.  EOF
  991. -if eval $ac_link; then
  992. +if { (eval echo configure:1671: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; }; then
  993.    rm -rf conftest*
  994. -  eval "ac_cv_lib_dir=yes"
  995. +  eval "ac_cv_lib_$ac_lib_var=yes"
  996.  else
  997.    rm -rf conftest*
  998. -  eval "ac_cv_lib_dir=no"
  999. +  eval "ac_cv_lib_$ac_lib_var=no"
  1000.  fi
  1001.  rm -f conftest*
  1002.  LIBS="$ac_save_LIBS"
  1003.  
  1004.  fi
  1005. -if eval "test \"`echo '$ac_cv_lib_'dir`\" = yes"; then
  1006. +if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
  1007.    echo "$ac_t""yes" 1>&6
  1008.    LIBS="$LIBS -ldir"
  1009.  else
  1010. @@ -1479,32 +1687,37 @@ fi
  1011.  
  1012.  else
  1013.  echo $ac_n "checking for -lx""... $ac_c" 1>&6
  1014. -if eval "test \"`echo '$''{'ac_cv_lib_x'+set}'`\" = set"; then
  1015. +ac_lib_var=`echo x'_'opendir | tr './+\055' '__p_'`
  1016. +if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
  1017.    echo $ac_n "(cached) $ac_c" 1>&6
  1018.  else
  1019.    ac_save_LIBS="$LIBS"
  1020.  LIBS="-lx  $LIBS"
  1021.  cat > conftest.$ac_ext <<EOF
  1022. -#line 1489 "configure"
  1023. +#line 1698 "configure"
  1024.  #include "confdefs.h"
  1025. +/* Override any gcc2 internal prototype to avoid an error.  */
  1026. +/* We use char because int might match the return type of a gcc2
  1027. +    builtin and then its argument prototype would still apply.  */
  1028. +char opendir();
  1029.  
  1030. -int main() { return 0; }
  1031. +int main() { t(); return 0; }
  1032.  int t() {
  1033.  opendir()
  1034.  ; return 0; }
  1035.  EOF
  1036. -if eval $ac_link; then
  1037. +if { (eval echo configure:1710: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; }; then
  1038.    rm -rf conftest*
  1039. -  eval "ac_cv_lib_x=yes"
  1040. +  eval "ac_cv_lib_$ac_lib_var=yes"
  1041.  else
  1042.    rm -rf conftest*
  1043. -  eval "ac_cv_lib_x=no"
  1044. +  eval "ac_cv_lib_$ac_lib_var=no"
  1045.  fi
  1046.  rm -f conftest*
  1047.  LIBS="$ac_save_LIBS"
  1048.  
  1049.  fi
  1050. -if eval "test \"`echo '$ac_cv_lib_'x`\" = yes"; then
  1051. +if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
  1052.    echo "$ac_t""yes" 1>&6
  1053.    LIBS="$LIBS -lx"
  1054.  else
  1055. @@ -1538,11 +1751,12 @@ if eval "test \"`echo '$''{'ac_cv_header
  1056.    echo $ac_n "(cached) $ac_c" 1>&6
  1057.  else
  1058.    cat > conftest.$ac_ext <<EOF
  1059. -#line 1542 "configure"
  1060. +#line 1755 "configure"
  1061.  #include "confdefs.h"
  1062.  #include <$ac_hdr>
  1063.  EOF
  1064. -eval "$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
  1065. +ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
  1066. +{ (eval echo configure:1760: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
  1067.  ac_err=`grep -v '^ *+' conftest.out`
  1068.  if test -z "$ac_err"; then
  1069.    rm -rf conftest*
  1070. @@ -1556,7 +1770,7 @@ rm -f conftest*
  1071.  fi
  1072.  if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
  1073.    echo "$ac_t""yes" 1>&6
  1074. -    ac_tr_hdr=HAVE_`echo $ac_hdr | tr '[a-z]./\055' '[A-Z]___'`
  1075. +    ac_tr_hdr=HAVE_`echo $ac_hdr | tr 'abcdefghijklmnopqrstuvwxyz./\055' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ___'`
  1076.    cat >> confdefs.h <<EOF
  1077.  #define $ac_tr_hdr 1
  1078.  EOF
  1079. @@ -1611,15 +1825,15 @@ fi
  1080.  ac_ext=c
  1081.  # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
  1082.  ac_cpp='$CPP $CPPFLAGS'
  1083. -ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5 2>&5'
  1084. -ac_link='${CC-cc} -o conftest $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5 2>&5'
  1085. +ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
  1086. +ac_link='${CC-cc} -o conftest $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
  1087.  
  1088.  echo $ac_n "checking for working const""... $ac_c" 1>&6
  1089.  if eval "test \"`echo '$''{'ac_cv_c_const'+set}'`\" = set"; then
  1090.    echo $ac_n "(cached) $ac_c" 1>&6
  1091.  else
  1092.    cat > conftest.$ac_ext <<EOF
  1093. -#line 1623 "configure"
  1094. +#line 1837 "configure"
  1095.  #include "confdefs.h"
  1096.  
  1097.  int main() { return 0; }
  1098. @@ -1632,7 +1846,7 @@ char const *const *ccp;
  1099.  char **p;
  1100.  /* NEC SVR4.0.2 mips cc rejects this.  */
  1101.  struct point {int x, y;};
  1102. -static struct point const zero;
  1103. +static struct point const zero = {0,0};
  1104.  /* AIX XL C 1.02.0.0 rejects this.
  1105.     It does not let you subtract one const X* pointer from another in an arm
  1106.     of an if-expression whose if-part is not a constant expression */
  1107. @@ -1669,7 +1883,7 @@ ccp = (char const *const *) p;
  1108.  
  1109.  ; return 0; }
  1110.  EOF
  1111. -if eval $ac_compile; then
  1112. +if { (eval echo configure:1887: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
  1113.    rm -rf conftest*
  1114.    ac_cv_c_const=yes
  1115.  else
  1116. @@ -1679,6 +1893,7 @@ fi
  1117.  rm -f conftest*
  1118.  
  1119.  fi
  1120. +
  1121.  echo "$ac_t""$ac_cv_c_const" 1>&6
  1122.  if test $ac_cv_c_const = no; then
  1123.    cat >> confdefs.h <<\EOF
  1124. @@ -1694,7 +1909,7 @@ else
  1125.    ac_cv_c_inline=no
  1126.  for ac_kw in inline __inline__ __inline; do
  1127.    cat > conftest.$ac_ext <<EOF
  1128. -#line 1698 "configure"
  1129. +#line 1913 "configure"
  1130.  #include "confdefs.h"
  1131.  
  1132.  int main() { return 0; }
  1133. @@ -1702,7 +1917,7 @@ int t() {
  1134.  } $ac_kw foo() {
  1135.  ; return 0; }
  1136.  EOF
  1137. -if eval $ac_compile; then
  1138. +if { (eval echo configure:1921: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
  1139.    rm -rf conftest*
  1140.    ac_cv_c_inline=$ac_kw; break
  1141.  fi
  1142. @@ -1711,6 +1926,7 @@ rm -f conftest*
  1143.  done
  1144.  
  1145.  fi
  1146. +
  1147.  echo "$ac_t""$ac_cv_c_inline" 1>&6
  1148.  case "$ac_cv_c_inline" in
  1149.    inline | yes) ;;
  1150. @@ -1737,7 +1953,7 @@ if eval "test \"`echo '$''{'nc_cv_extern
  1151.  else
  1152.    
  1153.      cat > conftest.$ac_ext <<EOF
  1154. -#line 1741 "configure"
  1155. +#line 1957 "configure"
  1156.  #include "confdefs.h"
  1157.  
  1158.  #include <errno.h>
  1159. @@ -1746,7 +1962,7 @@ int t() {
  1160.  int x = errno
  1161.  ; return 0; }
  1162.  EOF
  1163. -if eval $ac_compile; then
  1164. +if { (eval echo configure:1966: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
  1165.    rm -rf conftest*
  1166.    nc_cv_extern_errno=yes
  1167.  else
  1168. @@ -1771,7 +1987,7 @@ if eval "test \"`echo '$''{'nc_cv_dcl_sy
  1169.  else
  1170.    
  1171.      cat > conftest.$ac_ext <<EOF
  1172. -#line 1775 "configure"
  1173. +#line 1991 "configure"
  1174.  #include "confdefs.h"
  1175.  
  1176.  #include <stdio.h>
  1177. @@ -1782,7 +1998,7 @@ int t() {
  1178.   char *c = (char *) *sys_errlist; 
  1179.  ; return 0; }
  1180.  EOF
  1181. -if eval $ac_compile; then
  1182. +if { (eval echo configure:2002: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
  1183.    rm -rf conftest*
  1184.    nc_cv_dcl_sys_errlist=yes
  1185.  else
  1186. @@ -1808,7 +2024,7 @@ else
  1187.    
  1188.      rm -f conftest.a
  1189.          cat >conftest.$ac_ext <<EOF
  1190. -#line 1812 "configure"
  1191. +#line 2028 "configure"
  1192.  int    testdata[3] = { 123, 456, 789 };
  1193.  EOF
  1194.          if eval $ac_compile; then
  1195. @@ -1817,7 +2033,7 @@ EOF
  1196.      fi
  1197.      rm -f conftest.$ac_ext data.o
  1198.          cat >conftest.$ac_ext <<EOF
  1199. -#line 1821 "configure"
  1200. +#line 2037 "configure"
  1201.  int    testfunc()
  1202.  {
  1203.  #if defined(NeXT)
  1204. @@ -1842,7 +2058,7 @@ EOF
  1205.    nc_cv_link_dataonly=unknown
  1206.  else
  1207.  cat > conftest.$ac_ext <<EOF
  1208. -#line 1846 "configure"
  1209. +#line 2062 "configure"
  1210.  #include "confdefs.h"
  1211.  
  1212.      int main()
  1213. @@ -1852,7 +2068,7 @@ cat > conftest.$ac_ext <<EOF
  1214.      }
  1215.      
  1216.  EOF
  1217. -eval $ac_link
  1218. +{ (eval echo configure:2072: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; }
  1219.  if test -s conftest && (./conftest; exit) 2>/dev/null; then
  1220.    nc_cv_link_dataonly=yes
  1221.  else
  1222. @@ -1877,7 +2093,7 @@ if eval "test \"`echo '$''{'nc_cv_type_s
  1223.  else
  1224.    
  1225.      cat > conftest.$ac_ext <<EOF
  1226. -#line 1881 "configure"
  1227. +#line 2097 "configure"
  1228.  #include "confdefs.h"
  1229.  
  1230.  #include <sys/types.h>
  1231. @@ -1889,7 +2105,7 @@ int t() {
  1232.  speed_t x = 0
  1233.  ; return 0; }
  1234.  EOF
  1235. -if eval $ac_compile; then
  1236. +if { (eval echo configure:2109: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
  1237.    rm -rf conftest*
  1238.    nc_cv_type_speed_t=yes
  1239.  else
  1240. @@ -1917,7 +2133,6 @@ setbuffer \
  1241.  setvbuf \
  1242.  sigaction \
  1243.  strdup \
  1244. -strerror \
  1245.  usleep \
  1246.  vsscanf \
  1247.  
  1248. @@ -1927,15 +2142,17 @@ if eval "test \"`echo '$''{'ac_cv_func_$
  1249.    echo $ac_n "(cached) $ac_c" 1>&6
  1250.  else
  1251.    cat > conftest.$ac_ext <<EOF
  1252. -#line 1931 "configure"
  1253. +#line 2146 "configure"
  1254.  #include "confdefs.h"
  1255.  /* System header to define __stub macros and hopefully few prototypes,
  1256.      which can conflict with char $ac_func(); below.  */
  1257.  #include <assert.h>
  1258.  /* Override any gcc2 internal prototype to avoid an error.  */
  1259. -char $ac_func(); 
  1260. +/* We use char because int might match the return type of a gcc2
  1261. +    builtin and then its argument prototype would still apply.  */
  1262. +char $ac_func();
  1263.  
  1264. -int main() { return 0; }
  1265. +int main() { t(); return 0; }
  1266.  int t() {
  1267.  
  1268.  /* The GNU C library defines this for functions which it implements
  1269. @@ -1949,7 +2166,7 @@ $ac_func();
  1270.  
  1271.  ; return 0; }
  1272.  EOF
  1273. -if eval $ac_link; then
  1274. +if { (eval echo configure:2170: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; }; then
  1275.    rm -rf conftest*
  1276.    eval "ac_cv_func_$ac_func=yes"
  1277.  else
  1278. @@ -1961,7 +2178,7 @@ rm -f conftest*
  1279.  fi
  1280.  if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
  1281.    echo "$ac_t""yes" 1>&6
  1282. -    ac_tr_func=HAVE_`echo $ac_func | tr '[a-z]' '[A-Z]'`
  1283. +    ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
  1284.    cat >> confdefs.h <<EOF
  1285.  #define $ac_tr_func 1
  1286.  EOF
  1287. @@ -1975,7 +2192,7 @@ done
  1288.  if test $ac_cv_func_sigaction = yes; then
  1289.  echo $ac_n "checking whether sigaction needs _POSIX_SOURCE""... $ac_c" 1>&6
  1290.  cat > conftest.$ac_ext <<EOF
  1291. -#line 1979 "configure"
  1292. +#line 2196 "configure"
  1293.  #include "confdefs.h"
  1294.  #include <sys/types.h>
  1295.  #include <signal.h>
  1296. @@ -1984,7 +2201,7 @@ int t() {
  1297.  struct sigaction act;
  1298.  ; return 0; }
  1299.  EOF
  1300. -if eval $ac_compile; then
  1301. +if { (eval echo configure:2205: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
  1302.    rm -rf conftest*
  1303.    sigact_bad=no
  1304.  else
  1305. @@ -2006,7 +2223,7 @@ if eval "test \"`echo '$''{'nc_cv_type_s
  1306.  else
  1307.    
  1308.      cat > conftest.$ac_ext <<EOF
  1309. -#line 2010 "configure"
  1310. +#line 2227 "configure"
  1311.  #include "confdefs.h"
  1312.  
  1313.  #include <signal.h>
  1314. @@ -2015,7 +2232,7 @@ int t() {
  1315.  sigaction_t x
  1316.  ; return 0; }
  1317.  EOF
  1318. -if eval $ac_compile; then
  1319. +if { (eval echo configure:2236: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
  1320.    rm -rf conftest*
  1321.    nc_cv_type_sigaction=yes
  1322.  else
  1323. @@ -2043,7 +2260,7 @@ else
  1324.    nc_cv_use_tiocgwinsz=unknown
  1325.  else
  1326.  cat > conftest.$ac_ext <<EOF
  1327. -#line 2047 "configure"
  1328. +#line 2264 "configure"
  1329.  #include "confdefs.h"
  1330.  
  1331.  #if HAVE_TERMIOS_H
  1332. @@ -2072,7 +2289,7 @@ int main()
  1333.  }
  1334.          
  1335.  EOF
  1336. -eval $ac_link
  1337. +{ (eval echo configure:2293: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; }
  1338.  if test -s conftest && (./conftest; exit) 2>/dev/null; then
  1339.    nc_cv_use_tiocgwinsz=yes
  1340.  else
  1341. @@ -2126,8 +2343,8 @@ if test "$ac_cv_prog_CXX_EXISTS" = yes; 
  1342.      ac_ext=C
  1343.  # CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
  1344.  ac_cpp='$CXXCPP $CPPFLAGS'
  1345. -ac_compile='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5 2>&5'
  1346. -ac_link='${CXX-g++} -o conftest $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5 2>&5'
  1347. +ac_compile='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
  1348. +ac_link='${CXX-g++} -o conftest $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
  1349.  
  1350.      
  1351.  nc_cxx_library=unknown
  1352. @@ -2136,17 +2353,17 @@ if test $ac_cv_prog_gxx = yes; then
  1353.      nc_save="$LIBS"
  1354.      LIBS="$LIBS -lg++ -lm"
  1355.      cat > conftest.$ac_ext <<EOF
  1356. -#line 2140 "configure"
  1357. +#line 2357 "configure"
  1358.  #include "confdefs.h"
  1359.  
  1360.  #include <builtin.h>
  1361.      
  1362. -int main() { return 0; }
  1363. +int main() { t(); return 0; }
  1364.  int t() {
  1365.  float foo=abs(1.0)
  1366.  ; return 0; }
  1367.  EOF
  1368. -if eval $ac_link; then
  1369. +if { (eval echo configure:2367: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; }; then
  1370.    rm -rf conftest*
  1371.    nc_cxx_library=yes
  1372.  else
  1373. @@ -2166,7 +2383,7 @@ if eval "test \"`echo '$''{'nc_cv_builti
  1374.  else
  1375.    
  1376.      cat > conftest.$ac_ext <<EOF
  1377. -#line 2170 "configure"
  1378. +#line 2387 "configure"
  1379.  #include "confdefs.h"
  1380.  
  1381.  int main() { return 0; }
  1382. @@ -2174,7 +2391,7 @@ int t() {
  1383.  bool x = false
  1384.  ; return 0; }
  1385.  EOF
  1386. -if eval $ac_compile; then
  1387. +if { (eval echo configure:2395: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
  1388.    rm -rf conftest*
  1389.    nc_cv_builtin_bool=1
  1390.  else
  1391. @@ -2202,7 +2419,7 @@ else
  1392.    nc_cv_sizeof_bool=unknown
  1393.  else
  1394.  cat > conftest.$ac_ext <<EOF
  1395. -#line 2206 "configure"
  1396. +#line 2423 "configure"
  1397.  #include "confdefs.h"
  1398.  #ifdef __cplusplus
  1399.  extern "C" void exit(int);
  1400. @@ -2224,7 +2441,7 @@ main()
  1401.  }
  1402.          
  1403.  EOF
  1404. -eval $ac_link
  1405. +{ (eval echo configure:2445: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; }
  1406.  if test -s conftest && (./conftest; exit) 2>/dev/null; then
  1407.    nc_cv_sizeof_bool=`cat nc_test.out`
  1408.  else
  1409. @@ -2404,7 +2621,7 @@ trap 'rm -f $CONFIG_STATUS conftest*; ex
  1410.  # Protect against shell expansion while executing Makefile rules.
  1411.  # Protect against Makefile macro expansion.
  1412.  cat > conftest.defs <<\EOF
  1413. -s%#define \([A-Za-z_][A-Za-z0-9_]*\) \(.*\)%-D\1=\2%g
  1414. +s%#define \([A-Za-z_][A-Za-z0-9_]*\) *\(.*\)%-D\1=\2%g
  1415.  s%[     `~#$^&*(){}\\|;'"<>?]%\\&%g
  1416.  s%\[%\\&%g
  1417.  s%\]%\\&%g
  1418. @@ -2418,7 +2635,9 @@ rm -f conftest.defs
  1419.  : ${CONFIG_STATUS=./config.status}
  1420.  
  1421.  echo creating $CONFIG_STATUS
  1422. -rm -f $CONFIG_STATUS
  1423. +# Some systems, like AmigaOS, won't allow you to remove a script that is
  1424. +# being executed, so just move it out of the way instead.
  1425. +if test -f $CONFIG_STATUS; then mv $CONFIG_STATUS $CONFIG_STATUS.old; else true; fi
  1426.  cat > $CONFIG_STATUS <<EOF
  1427.  #! /bin/sh
  1428.  # Generated automatically by configure.
  1429. @@ -2439,7 +2658,7 @@ do
  1430.      echo "running \${CONFIG_SHELL-/bin/sh} $0 $ac_configure_args --no-create --no-recursion"
  1431.      exec \${CONFIG_SHELL-/bin/sh} $0 $ac_configure_args --no-create --no-recursion ;;
  1432.    -version | --version | --versio | --versi | --vers | --ver | --ve | --v)
  1433. -    echo "$CONFIG_STATUS generated by autoconf version 2.4"
  1434. +    echo "$CONFIG_STATUS generated by autoconf version 2.10"
  1435.      exit 0 ;;
  1436.    -help | --help | --hel | --he | --h)
  1437.      echo "\$ac_cs_usage"; exit 0 ;;
  1438. @@ -2451,10 +2670,12 @@ ac_given_srcdir=$srcdir
  1439.  ac_given_INSTALL="$INSTALL"
  1440.  
  1441.  trap 'rm -fr `echo "include/config_h $SUB_MAKEFILES Makefile" | sed "s/:[^ ]*//g"` conftest*; exit 1' 1 2 15
  1442. +EOF
  1443. +cat >> $CONFIG_STATUS <<EOF
  1444.  
  1445. -# Protect against being on the right side of a sed subst in config.status. 
  1446. -sed 's/%@/@@/; s/@%/@@/; s/%g$/@g/; /@g$/s/[\\\\&%]/\\\\&/g; 
  1447. - s/@@/%@/; s/@@/@%/; s/@g$/%g/' > conftest.subs <<\CEOF
  1448. +# Protect against being on the right side of a sed subst in config.status.
  1449. +sed 's/%@/@@/; s/@%/@@/; s/%g\$/@g/; /@g\$/s/[\\\\&%]/\\\\&/g;
  1450. + s/@@/%@/; s/@@/@%/; s/@g\$/%g/' > conftest.subs <<\\CEOF
  1451.  $ac_vpsub
  1452.  $extrasub
  1453.  s%@CFLAGS@%$CFLAGS%g
  1454. @@ -2466,6 +2687,21 @@ s%@LIBS@%$LIBS%g
  1455.  s%@exec_prefix@%$exec_prefix%g
  1456.  s%@prefix@%$prefix%g
  1457.  s%@program_transform_name@%$program_transform_name%g
  1458. +s%@bindir@%$bindir%g
  1459. +s%@sbindir@%$sbindir%g
  1460. +s%@libexecdir@%$libexecdir%g
  1461. +s%@datadir@%$datadir%g
  1462. +s%@sysconfdir@%$sysconfdir%g
  1463. +s%@sharedstatedir@%$sharedstatedir%g
  1464. +s%@localstatedir@%$localstatedir%g
  1465. +s%@libdir@%$libdir%g
  1466. +s%@includedir@%$includedir%g
  1467. +s%@oldincludedir@%$oldincludedir%g
  1468. +s%@infodir@%$infodir%g
  1469. +s%@guidedir@%$guidedir%g
  1470. +s%@psdir@%$psdir%g
  1471. +s%@dvidir@%$dvidir%g
  1472. +s%@mandir@%$mandir%g
  1473.  s%@nc_cv_rel_version@%$nc_cv_rel_version%g
  1474.  s%@nc_cv_abi_version@%$nc_cv_abi_version%g
  1475.  s%@nc_cv_builtin_bool@%$nc_cv_builtin_bool%g
  1476. @@ -2494,8 +2730,6 @@ s%@LD_MODEL@%$LD_MODEL%g
  1477.  s%@CC_SHARED_OPTS@%$CC_SHARED_OPTS%g
  1478.  s%@MK_SHARED_LIB@%$MK_SHARED_LIB%g
  1479.  s%@LOCAL_LDFLAGS@%$LOCAL_LDFLAGS%g
  1480. -s%@datadir@%$datadir%g
  1481. -s%@includedir@%$includedir%g
  1482.  s%@ECHO_LINK@%$ECHO_LINK%g
  1483.  s%@COULD_BE_SCO@%$COULD_BE_SCO%g
  1484.  s%@CXX_EXISTS@%$CXX_EXISTS%g
  1485. @@ -2684,7 +2918,7 @@ done
  1486.  cat >> Makefile <<NC_EOF
  1487.  
  1488.  install.libs \\
  1489. -install.include ::
  1490. +install.includes ::
  1491.      cd include; \$(MAKE) \$(NC_MFLAGS) \$@
  1492.  
  1493.  install.data ::
  1494. @@ -2732,6 +2966,7 @@ rm include/config_h
  1495.  exit 0
  1496.  EOF
  1497.  chmod +x $CONFIG_STATUS
  1498. +rm -f CONFIG.STATUS.old
  1499.  rm -fr confdefs* $ac_clean_files
  1500.  test "$no_create" = yes || ${CONFIG_SHELL-/bin/sh} $CONFIG_STATUS || exit 1
  1501.  
  1502. diff -rup --new-file baseline/fsf/ncurses/man/Makefile.in amiga/fsf/ncurses/man/Makefile.in
  1503. --- baseline/fsf/ncurses/man/Makefile.in    Sat Mar  9 14:50:06 1996
  1504. +++ amiga/fsf/ncurses/man/Makefile.in    Sat Sep 28 00:00:00 1996
  1505. @@ -50,7 +50,7 @@ install.man_db : terminfo.5
  1506.  CAPLIST=$(srcdir)/../include/Caps
  1507.  terminfo.5: $(srcdir)/terminfo.head $(CAPLIST) $(srcdir)/terminfo.tail Makefile $(srcdir)/MKterminfo.sh
  1508.      sh $(srcdir)/MKterminfo.sh $(srcdir)/terminfo.head $(CAPLIST) $(srcdir)/terminfo.tail >terminfo.5
  1509. -    @if [ ! -d $(mandir)/man5 ]; then $(srcdir)/../mkinstalldirs $(mandir)/man5; fi
  1510. +    @if [ ! -d $(mandir)/man5 ]; then $(srcdir)/../mkinstalldirs $(mandir)/man5; else true; fi
  1511.      @sed -e 's,@TERMINFO@,$(datadir),' < terminfo.5 >/tmp/man.tmp
  1512.      @echo "installing terminfo.5 man page"
  1513.      @$(INSTALL_DATA) /tmp/man.tmp $(mandir)/man5/terminfo.5
  1514. diff -rup --new-file baseline/fsf/ncurses/manifests/bin amiga/fsf/ncurses/manifests/bin
  1515. --- baseline/fsf/ncurses/manifests/bin    Wed Dec 31 17:00:00 1969
  1516. +++ amiga/fsf/ncurses/manifests/bin    Sat Sep 28 00:00:00 1996
  1517. @@ -0,0 +1,1696 @@
  1518. +COPYING
  1519. +COPYING.info
  1520. +bin/captoinfo
  1521. +bin/clear
  1522. +bin/infocmp
  1523. +bin/reset
  1524. +bin/tic
  1525. +bin/toe
  1526. +bin/tput
  1527. +bin/tset
  1528. +include/curses.h
  1529. +include/eti.h
  1530. +include/form.h
  1531. +include/menu.h
  1532. +include/panel.h
  1533. +include/term.h
  1534. +include/termcap.h
  1535. +include/unctrl.h
  1536. +lib/libcurses.a
  1537. +lib/libform.a
  1538. +lib/libform_g.a
  1539. +lib/libmenu.a
  1540. +lib/libmenu_g.a
  1541. +lib/libncurses.a
  1542. +lib/libncurses_g.a
  1543. +lib/libpanel.a
  1544. +lib/libpanel_g.a
  1545. +lib/terminfo/1/1730-lm
  1546. +lib/terminfo/2/2392
  1547. +lib/terminfo/2/2393
  1548. +lib/terminfo/2/2397
  1549. +lib/terminfo/2/2397a
  1550. +lib/terminfo/2/2621
  1551. +lib/terminfo/2/2621-a
  1552. +lib/terminfo/2/2621-ba
  1553. +lib/terminfo/2/2621-fl
  1554. +lib/terminfo/2/2621-wl
  1555. +lib/terminfo/2/2621A
  1556. +lib/terminfo/2/2621P
  1557. +lib/terminfo/2/2621b
  1558. +lib/terminfo/2/2621b-kx
  1559. +lib/terminfo/2/2621b-kx-p
  1560. +lib/terminfo/2/2621b-p
  1561. +lib/terminfo/2/2621k45
  1562. +lib/terminfo/2/2621p-a
  1563. +lib/terminfo/2/2622
  1564. +lib/terminfo/2/2622a
  1565. +lib/terminfo/2/2623
  1566. +lib/terminfo/2/2623a
  1567. +lib/terminfo/2/2624
  1568. +lib/terminfo/2/2624-10p
  1569. +lib/terminfo/2/2624-4p
  1570. +lib/terminfo/2/2624a
  1571. +lib/terminfo/2/2624a-10p
  1572. +lib/terminfo/2/2624b
  1573. +lib/terminfo/2/2624b-10p
  1574. +lib/terminfo/2/2626
  1575. +lib/terminfo/2/2626-12
  1576. +lib/terminfo/2/2626-12-s
  1577. +lib/terminfo/2/2626-12x40
  1578. +lib/terminfo/2/2626-ns
  1579. +lib/terminfo/2/2626-s
  1580. +lib/terminfo/2/2626-x40
  1581. +lib/terminfo/2/2626A
  1582. +lib/terminfo/2/2626P
  1583. +lib/terminfo/2/2627
  1584. +lib/terminfo/2/2640a
  1585. +lib/terminfo/2/2648
  1586. +lib/terminfo/2/2648A
  1587. +lib/terminfo/3/386at
  1588. +lib/terminfo/3/3b1
  1589. +lib/terminfo/4/4012
  1590. +lib/terminfo/4/4013
  1591. +lib/terminfo/4/4014
  1592. +lib/terminfo/4/4014-sm
  1593. +lib/terminfo/4/4015
  1594. +lib/terminfo/4/4015-sm
  1595. +lib/terminfo/4/4023
  1596. +lib/terminfo/4/4025-17
  1597. +lib/terminfo/4/4025-17-ws
  1598. +lib/terminfo/4/4025-17ws
  1599. +lib/terminfo/4/4025-cr
  1600. +lib/terminfo/4/4025a
  1601. +lib/terminfo/4/4025ex
  1602. +lib/terminfo/4/4027-17
  1603. +lib/terminfo/4/4027-17-ws
  1604. +lib/terminfo/4/4027-17ws
  1605. +lib/terminfo/4/4027ex
  1606. +lib/terminfo/4/4105
  1607. +lib/terminfo/4/4105-30
  1608. +lib/terminfo/4/4107
  1609. +lib/terminfo/4/4109
  1610. +lib/terminfo/4/4112-5
  1611. +lib/terminfo/4/4112-nd
  1612. +lib/terminfo/4/4113-34
  1613. +lib/terminfo/4/4113-nd
  1614. +lib/terminfo/4/4205
  1615. +lib/terminfo/4/4410-w
  1616. +lib/terminfo/4/4415+nl
  1617. +lib/terminfo/4/4415-nl
  1618. +lib/terminfo/5/500bct
  1619. +lib/terminfo/5/5051
  1620. +lib/terminfo/5/510A
  1621. +lib/terminfo/5/510D
  1622. +lib/terminfo/5/513bct
  1623. +lib/terminfo/5/5410-w
  1624. +lib/terminfo/5/5620
  1625. +lib/terminfo/5/5630
  1626. +lib/terminfo/5/5630-24
  1627. +lib/terminfo/5/5630DMD
  1628. +lib/terminfo/5/5630DMD-24
  1629. +lib/terminfo/6/605bct
  1630. +lib/terminfo/6/605bct-pc
  1631. +lib/terminfo/6/605bct-w
  1632. +lib/terminfo/6/610-103k
  1633. +lib/terminfo/6/610-103k-w
  1634. +lib/terminfo/6/610bct
  1635. +lib/terminfo/6/610bct-103k
  1636. +lib/terminfo/6/610bct-103k-w
  1637. +lib/terminfo/6/610bct-w
  1638. +lib/terminfo/6/615-103k
  1639. +lib/terminfo/6/615-103k-w
  1640. +lib/terminfo/6/615-w
  1641. +lib/terminfo/6/615mt
  1642. +lib/terminfo/6/615mt-103k
  1643. +lib/terminfo/6/615mt-103k-w
  1644. +lib/terminfo/6/615mt-w
  1645. +lib/terminfo/6/620-103k
  1646. +lib/terminfo/6/620-103k-w
  1647. +lib/terminfo/6/620-w
  1648. +lib/terminfo/6/620mtg
  1649. +lib/terminfo/6/620mtg-103k
  1650. +lib/terminfo/6/620mtg-103k-w
  1651. +lib/terminfo/6/620mtg-w
  1652. +lib/terminfo/6/630-lm
  1653. +lib/terminfo/6/630MTG
  1654. +lib/terminfo/6/630MTG-24
  1655. +lib/terminfo/7/70092A
  1656. +lib/terminfo/7/730MTG
  1657. +lib/terminfo/7/730MTG-24
  1658. +lib/terminfo/7/730MTG-41
  1659. +lib/terminfo/7/730MTG-41r
  1660. +lib/terminfo/7/730MTGr
  1661. +lib/terminfo/7/730MTGr-24
  1662. +lib/terminfo/7/7900
  1663. +lib/terminfo/7/7900i
  1664. +lib/terminfo/7/7901
  1665. +lib/terminfo/8/8510
  1666. +lib/terminfo/9/910+
  1667. +lib/terminfo/9/912-2p
  1668. +lib/terminfo/9/912b
  1669. +lib/terminfo/9/912c
  1670. +lib/terminfo/9/920-2p
  1671. +lib/terminfo/9/925
  1672. +lib/terminfo/9/950
  1673. +lib/terminfo/9/950-2p
  1674. +lib/terminfo/9/950-4p
  1675. +lib/terminfo/9/950-rv
  1676. +lib/terminfo/9/950-rv-2p
  1677. +lib/terminfo/9/950-rv-4p
  1678. +lib/terminfo/9/955-hb
  1679. +lib/terminfo/9/955-w
  1680. +lib/terminfo/A/a210
  1681. +lib/terminfo/A/a80
  1682. +lib/terminfo/A/a980
  1683. +lib/terminfo/A/aa4080
  1684. +lib/terminfo/A/aaa
  1685. +lib/terminfo/A/aaa+dec
  1686. +lib/terminfo/A/aaa+rv
  1687. +lib/terminfo/A/aaa+unk
  1688. +lib/terminfo/A/aaa-18
  1689. +lib/terminfo/A/aaa-18-rv
  1690. +lib/terminfo/A/aaa-20
  1691. +lib/terminfo/A/aaa-22
  1692. +lib/terminfo/A/aaa-24
  1693. +lib/terminfo/A/aaa-24-rv
  1694. +lib/terminfo/A/aaa-26
  1695. +lib/terminfo/A/aaa-28
  1696. +lib/terminfo/A/aaa-30
  1697. +lib/terminfo/A/aaa-30-ctxt
  1698. +lib/terminfo/A/aaa-30-rv
  1699. +lib/terminfo/A/aaa-30-rv-ctxt
  1700. +lib/terminfo/A/aaa-30-s
  1701. +lib/terminfo/A/aaa-30-s-ctxt
  1702. +lib/terminfo/A/aaa-30-s-rv
  1703. +lib/terminfo/A/aaa-30-s-rv-ct
  1704. +lib/terminfo/A/aaa-36
  1705. +lib/terminfo/A/aaa-36-rv
  1706. +lib/terminfo/A/aaa-40
  1707. +lib/terminfo/A/aaa-40-rv
  1708. +lib/terminfo/A/aaa-48
  1709. +lib/terminfo/A/aaa-48-rv
  1710. +lib/terminfo/A/aaa-60
  1711. +lib/terminfo/A/aaa-60-dec-rv
  1712. +lib/terminfo/A/aaa-60-rv
  1713. +lib/terminfo/A/aaa-60-s
  1714. +lib/terminfo/A/aaa-60-s-rv
  1715. +lib/terminfo/A/aaa-ctxt
  1716. +lib/terminfo/A/aaa-db
  1717. +lib/terminfo/A/aaa-rv
  1718. +lib/terminfo/A/aaa-rv-ctxt
  1719. +lib/terminfo/A/aaa-rv-unk
  1720. +lib/terminfo/A/aaa-s
  1721. +lib/terminfo/A/aaa-s-ctxt
  1722. +lib/terminfo/A/aaa-s-rv
  1723. +lib/terminfo/A/aaa-s-rv-ctxt
  1724. +lib/terminfo/A/aaa-unk
  1725. +lib/terminfo/A/abm80
  1726. +lib/terminfo/A/abm85
  1727. +lib/terminfo/A/abm85e
  1728. +lib/terminfo/A/abm85h
  1729. +lib/terminfo/A/abm85h-old
  1730. +lib/terminfo/A/act4
  1731. +lib/terminfo/A/act5
  1732. +lib/terminfo/A/addrinfo
  1733. +lib/terminfo/A/adds980
  1734. +lib/terminfo/A/addsviewpoint
  1735. +lib/terminfo/A/addsvp60
  1736. +lib/terminfo/A/adm1
  1737. +lib/terminfo/A/adm11
  1738. +lib/terminfo/A/adm12
  1739. +lib/terminfo/A/adm1a
  1740. +lib/terminfo/A/adm2
  1741. +lib/terminfo/A/adm20
  1742. +lib/terminfo/A/adm21
  1743. +lib/terminfo/A/adm22
  1744. +lib/terminfo/A/adm3
  1745. +lib/terminfo/A/adm31
  1746. +lib/terminfo/A/adm31-old
  1747. +lib/terminfo/A/adm36
  1748. +lib/terminfo/A/adm3a
  1749. +lib/terminfo/A/adm3a+
  1750. +lib/terminfo/A/adm42
  1751. +lib/terminfo/A/adm42-ns
  1752. +lib/terminfo/A/adm5
  1753. +lib/terminfo/A/aixterm-m
  1754. +lib/terminfo/A/aixterm-m-old
  1755. +lib/terminfo/A/aj
  1756. +lib/terminfo/A/aj510
  1757. +lib/terminfo/A/aj830
  1758. +lib/terminfo/A/aj832
  1759. +lib/terminfo/A/alt2
  1760. +lib/terminfo/A/alt3
  1761. +lib/terminfo/A/alt4
  1762. +lib/terminfo/A/alt5
  1763. +lib/terminfo/A/alt7
  1764. +lib/terminfo/A/alt7pc
  1765. +lib/terminfo/A/alto-h19
  1766. +lib/terminfo/A/alto-heath
  1767. +lib/terminfo/A/altoh19
  1768. +lib/terminfo/A/altoheath
  1769. +lib/terminfo/A/altos-2
  1770. +lib/terminfo/A/altos-3
  1771. +lib/terminfo/A/altos-4
  1772. +lib/terminfo/A/altos-5
  1773. +lib/terminfo/A/altos2
  1774. +lib/terminfo/A/altos3
  1775. +lib/terminfo/A/altos4
  1776. +lib/terminfo/A/altos5
  1777. +lib/terminfo/A/altos7
  1778. +lib/terminfo/A/altos7pc
  1779. +lib/terminfo/A/ambas
  1780. +lib/terminfo/A/ambassador
  1781. +lib/terminfo/A/amiga
  1782. +lib/terminfo/A/amiga-old
  1783. +lib/terminfo/A/amp219
  1784. +lib/terminfo/A/amp219w
  1785. +lib/terminfo/A/ampex-219
  1786. +lib/terminfo/A/ampex-219w
  1787. +lib/terminfo/A/ampex-232
  1788. +lib/terminfo/A/ampex175
  1789. +lib/terminfo/A/ampex175-b
  1790. +lib/terminfo/A/ampex210
  1791. +lib/terminfo/A/ampex219
  1792. +lib/terminfo/A/ampex219w
  1793. +lib/terminfo/A/ampex232
  1794. +lib/terminfo/A/ampex232w
  1795. +lib/terminfo/A/ampex80
  1796. +lib/terminfo/A/annarbor4080
  1797. +lib/terminfo/A/ansi
  1798. +lib/terminfo/A/ansi-m
  1799. +lib/terminfo/A/ansi-mini
  1800. +lib/terminfo/A/ansi-mono
  1801. +lib/terminfo/A/ansi.sys
  1802. +lib/terminfo/A/ansi.sys-old
  1803. +lib/terminfo/A/ansi.sysk
  1804. +lib/terminfo/A/ansi43m
  1805. +lib/terminfo/A/ansisysk
  1806. +lib/terminfo/A/apl
  1807. +lib/terminfo/A/apollo
  1808. +lib/terminfo/A/apollo_15P
  1809. +lib/terminfo/A/apollo_19L
  1810. +lib/terminfo/A/apollo_color
  1811. +lib/terminfo/A/apple-80
  1812. +lib/terminfo/A/apple-soroc
  1813. +lib/terminfo/A/apple-videx
  1814. +lib/terminfo/A/appleII
  1815. +lib/terminfo/A/at386
  1816. +lib/terminfo/A/atari
  1817. +lib/terminfo/A/att2300
  1818. +lib/terminfo/A/att2350
  1819. +lib/terminfo/A/att4410
  1820. +lib/terminfo/A/att4410-w
  1821. +lib/terminfo/A/att4410v1
  1822. +lib/terminfo/A/att4410v1-w
  1823. +lib/terminfo/A/att4415
  1824. +lib/terminfo/A/att4415+nl
  1825. +lib/terminfo/A/att4415-nl
  1826. +lib/terminfo/A/att4415-rv
  1827. +lib/terminfo/A/att4415-rv-nl
  1828. +lib/terminfo/A/att4415-w
  1829. +lib/terminfo/A/att4415-w-nl
  1830. +lib/terminfo/A/att4415-w-rv
  1831. +lib/terminfo/A/att4415-w-rv-n
  1832. +lib/terminfo/A/att4418
  1833. +lib/terminfo/A/att4418-w
  1834. +lib/terminfo/A/att4420
  1835. +lib/terminfo/A/att4424
  1836. +lib/terminfo/A/att4424-1
  1837. +lib/terminfo/A/att4424m
  1838. +lib/terminfo/A/att4425
  1839. +lib/terminfo/A/att4425-nl
  1840. +lib/terminfo/A/att4425-w
  1841. +lib/terminfo/A/att4426
  1842. +lib/terminfo/A/att500
  1843. +lib/terminfo/A/att505
  1844. +lib/terminfo/A/att505-24
  1845. +lib/terminfo/A/att510a
  1846. +lib/terminfo/A/att510d
  1847. +lib/terminfo/A/att513
  1848. +lib/terminfo/A/att5310
  1849. +lib/terminfo/A/att5320
  1850. +lib/terminfo/A/att5410
  1851. +lib/terminfo/A/att5410-w
  1852. +lib/terminfo/A/att5410v1
  1853. +lib/terminfo/A/att5410v1-w
  1854. +lib/terminfo/A/att5418
  1855. +lib/terminfo/A/att5418-w
  1856. +lib/terminfo/A/att5420
  1857. +lib/terminfo/A/att5420+nl
  1858. +lib/terminfo/A/att5420-nl
  1859. +lib/terminfo/A/att5420-rv
  1860. +lib/terminfo/A/att5420-rv-nl
  1861. +lib/terminfo/A/att5420-w
  1862. +lib/terminfo/A/att5420-w-nl
  1863. +lib/terminfo/A/att5420-w-rv
  1864. +lib/terminfo/A/att5420-w-rv-n
  1865. +lib/terminfo/A/att5420_2
  1866. +lib/terminfo/A/att5420_2-w
  1867. +lib/terminfo/A/att5425
  1868. +lib/terminfo/A/att5425-nl
  1869. +lib/terminfo/A/att5425-w
  1870. +lib/terminfo/A/att5430
  1871. +lib/terminfo/A/att5620
  1872. +lib/terminfo/A/att5620-24
  1873. +lib/terminfo/A/att5620-34
  1874. +lib/terminfo/A/att605
  1875. +lib/terminfo/A/att605-pc
  1876. +lib/terminfo/A/att605-w
  1877. +lib/terminfo/A/att610
  1878. +lib/terminfo/A/att610-103k
  1879. +lib/terminfo/A/att610-103k-w
  1880. +lib/terminfo/A/att610-w
  1881. +lib/terminfo/A/att615
  1882. +lib/terminfo/A/att615-103k
  1883. +lib/terminfo/A/att615-103k-w
  1884. +lib/terminfo/A/att615-w
  1885. +lib/terminfo/A/att620
  1886. +lib/terminfo/A/att620-103k
  1887. +lib/terminfo/A/att620-103k-w
  1888. +lib/terminfo/A/att620-w
  1889. +lib/terminfo/A/att630
  1890. +lib/terminfo/A/att630-24
  1891. +lib/terminfo/A/att6386
  1892. +lib/terminfo/A/att730
  1893. +lib/terminfo/A/att730-24
  1894. +lib/terminfo/A/att730-41
  1895. +lib/terminfo/A/att7300
  1896. +lib/terminfo/A/att730r
  1897. +lib/terminfo/A/att730r-24
  1898. +lib/terminfo/A/att730r-41
  1899. +lib/terminfo/A/avatar
  1900. +lib/terminfo/A/avatar0
  1901. +lib/terminfo/A/avatar0+
  1902. +lib/terminfo/A/avatar1
  1903. +lib/terminfo/A/avt
  1904. +lib/terminfo/A/avt+s
  1905. +lib/terminfo/A/avt-ns
  1906. +lib/terminfo/A/avt-rv
  1907. +lib/terminfo/A/avt-rv-ns
  1908. +lib/terminfo/A/avt-rv-s
  1909. +lib/terminfo/A/avt-s
  1910. +lib/terminfo/A/avt-w
  1911. +lib/terminfo/A/avt-w-ns
  1912. +lib/terminfo/A/avt-w-rv
  1913. +lib/terminfo/A/avt-w-rv-ns
  1914. +lib/terminfo/A/avt-w-rv-s
  1915. +lib/terminfo/A/avt-w-s
  1916. +lib/terminfo/B/bantam
  1917. +lib/terminfo/B/basis
  1918. +lib/terminfo/B/bct510a
  1919. +lib/terminfo/B/bct510d
  1920. +lib/terminfo/B/beacon
  1921. +lib/terminfo/B/bee
  1922. +lib/terminfo/B/beehive
  1923. +lib/terminfo/B/beehive3
  1924. +lib/terminfo/B/beehive4
  1925. +lib/terminfo/B/beehiveIIIm
  1926. +lib/terminfo/B/bg1.25
  1927. +lib/terminfo/B/bg1.25nv
  1928. +lib/terminfo/B/bg1.25rv
  1929. +lib/terminfo/B/bg2.0
  1930. +lib/terminfo/B/bg2.0nv
  1931. +lib/terminfo/B/bg2.0rv
  1932. +lib/terminfo/B/bg3.10
  1933. +lib/terminfo/B/bg3.10nv
  1934. +lib/terminfo/B/bg3.10rv
  1935. +lib/terminfo/B/bh3m
  1936. +lib/terminfo/B/bh4
  1937. +lib/terminfo/B/bitgraph
  1938. +lib/terminfo/B/blit
  1939. +lib/terminfo/B/bobcat
  1940. +lib/terminfo/B/bsdos
  1941. +lib/terminfo/B/bsdos-bold
  1942. +lib/terminfo/C/c100
  1943. +lib/terminfo/C/c100-1p
  1944. +lib/terminfo/C/c100-4p
  1945. +lib/terminfo/C/c100-rv
  1946. +lib/terminfo/C/c100-rv-4p
  1947. +lib/terminfo/C/c104
  1948. +lib/terminfo/C/c108
  1949. +lib/terminfo/C/c108-4p
  1950. +lib/terminfo/C/c108-8p
  1951. +lib/terminfo/C/c108-rv
  1952. +lib/terminfo/C/c108-rv-4p
  1953. +lib/terminfo/C/c108-rv-8p
  1954. +lib/terminfo/C/c108-w
  1955. +lib/terminfo/C/c108-w-8p
  1956. +lib/terminfo/C/c300
  1957. +lib/terminfo/C/c301
  1958. +lib/terminfo/C/c321
  1959. +lib/terminfo/C/ca22851
  1960. +lib/terminfo/C/cad68-2
  1961. +lib/terminfo/C/cad68-3
  1962. +lib/terminfo/C/cbblit
  1963. +lib/terminfo/C/cbunix
  1964. +lib/terminfo/C/cdc456
  1965. +lib/terminfo/C/cg7900
  1966. +lib/terminfo/C/cgc2
  1967. +lib/terminfo/C/cgc3
  1968. +lib/terminfo/C/chromatics
  1969. +lib/terminfo/C/ci8510
  1970. +lib/terminfo/C/cit-500
  1971. +lib/terminfo/C/cit-80
  1972. +lib/terminfo/C/cit101
  1973. +lib/terminfo/C/cit500
  1974. +lib/terminfo/C/cit80
  1975. +lib/terminfo/C/citc
  1976. +lib/terminfo/C/citoh
  1977. +lib/terminfo/C/citoh-6lpi
  1978. +lib/terminfo/C/citoh-8lpi
  1979. +lib/terminfo/C/citoh-comp
  1980. +lib/terminfo/C/citoh-elite
  1981. +lib/terminfo/C/citoh-pica
  1982. +lib/terminfo/C/citoh-prop
  1983. +lib/terminfo/C/citoh-ps
  1984. +lib/terminfo/C/coco3
  1985. +lib/terminfo/C/coherent
  1986. +lib/terminfo/C/colorscan
  1987. +lib/terminfo/C/concept
  1988. +lib/terminfo/C/concept-avt
  1989. +lib/terminfo/C/concept100
  1990. +lib/terminfo/C/concept100-rv
  1991. +lib/terminfo/C/concept108
  1992. +lib/terminfo/C/concept108-4p
  1993. +lib/terminfo/C/concept108-8p
  1994. +lib/terminfo/C/concept108-w-8
  1995. +lib/terminfo/C/concept108-w8p
  1996. +lib/terminfo/C/concept108rv4p
  1997. +lib/terminfo/C/contel300
  1998. +lib/terminfo/C/contel301
  1999. +lib/terminfo/C/contel320
  2000. +lib/terminfo/C/contel321
  2001. +lib/terminfo/C/cops
  2002. +lib/terminfo/C/cops-10
  2003. +lib/terminfo/C/cops10
  2004. +lib/terminfo/C/cs10
  2005. +lib/terminfo/C/cs10-w
  2006. +lib/terminfo/C/ct82
  2007. +lib/terminfo/C/ct8500
  2008. +lib/terminfo/C/ctrm
  2009. +lib/terminfo/C/cyb110
  2010. +lib/terminfo/C/cyb83
  2011. +lib/terminfo/D/d132
  2012. +lib/terminfo/D/d80
  2013. +lib/terminfo/D/d800
  2014. +lib/terminfo/D/datagraphix
  2015. +lib/terminfo/D/datamedia2500
  2016. +lib/terminfo/D/datapoint
  2017. +lib/terminfo/D/dataspeed40
  2018. +lib/terminfo/D/dd5000
  2019. +lib/terminfo/D/ddr
  2020. +lib/terminfo/D/ddr3180
  2021. +lib/terminfo/D/dec-vt100
  2022. +lib/terminfo/D/dec-vt330
  2023. +lib/terminfo/D/dec-vt340
  2024. +lib/terminfo/D/dec-vt400
  2025. +lib/terminfo/D/decpro
  2026. +lib/terminfo/D/decwriter
  2027. +lib/terminfo/D/delta
  2028. +lib/terminfo/D/dg100
  2029. +lib/terminfo/D/dg200
  2030. +lib/terminfo/D/dg211
  2031. +lib/terminfo/D/dg450
  2032. +lib/terminfo/D/dg460-ansi
  2033. +lib/terminfo/D/dg6053
  2034. +lib/terminfo/D/dg6134
  2035. +lib/terminfo/D/diablo
  2036. +lib/terminfo/D/diablo-lm
  2037. +lib/terminfo/D/diablo1620
  2038. +lib/terminfo/D/diablo1620-m8
  2039. +lib/terminfo/D/diablo1640
  2040. +lib/terminfo/D/diablo1640-lm
  2041. +lib/terminfo/D/diablo1640-m8
  2042. +lib/terminfo/D/diablo1720
  2043. +lib/terminfo/D/diablo1730
  2044. +lib/terminfo/D/diablo1740
  2045. +lib/terminfo/D/diablo1740-lm
  2046. +lib/terminfo/D/diablo450
  2047. +lib/terminfo/D/diablo630
  2048. +lib/terminfo/D/dialogue
  2049. +lib/terminfo/D/dialogue80
  2050. +lib/terminfo/D/digilog
  2051. +lib/terminfo/D/dku7003
  2052. +lib/terminfo/D/dku7003-dumb
  2053. +lib/terminfo/D/dm1520
  2054. +lib/terminfo/D/dm1521
  2055. +lib/terminfo/D/dm2500
  2056. +lib/terminfo/D/dm3025
  2057. +lib/terminfo/D/dm3045
  2058. +lib/terminfo/D/dm80
  2059. +lib/terminfo/D/dm80w
  2060. +lib/terminfo/D/dmchat
  2061. +lib/terminfo/D/dmd
  2062. +lib/terminfo/D/dmd-24
  2063. +lib/terminfo/D/dmd-34
  2064. +lib/terminfo/D/dmdt80
  2065. +lib/terminfo/D/dmdt80w
  2066. +lib/terminfo/D/dmterm
  2067. +lib/terminfo/D/dp3360
  2068. +lib/terminfo/D/ds40
  2069. +lib/terminfo/D/ds40-2
  2070. +lib/terminfo/D/dt-100
  2071. +lib/terminfo/D/dt-100w
  2072. +lib/terminfo/D/dt100
  2073. +lib/terminfo/D/dt100w
  2074. +lib/terminfo/D/dt110
  2075. +lib/terminfo/D/dt80
  2076. +lib/terminfo/D/dt80-sas
  2077. +lib/terminfo/D/dt80w
  2078. +lib/terminfo/D/dtc300s
  2079. +lib/terminfo/D/dtc382
  2080. +lib/terminfo/D/dtx-sas
  2081. +lib/terminfo/D/dumb
  2082. +lib/terminfo/D/dw
  2083. +lib/terminfo/D/dw1
  2084. +lib/terminfo/D/dw2
  2085. +lib/terminfo/D/dw3
  2086. +lib/terminfo/D/dw4
  2087. +lib/terminfo/E/emots
  2088. +lib/terminfo/E/emu
  2089. +lib/terminfo/E/env230
  2090. +lib/terminfo/E/envision230
  2091. +lib/terminfo/E/ep40
  2092. +lib/terminfo/E/ep4000
  2093. +lib/terminfo/E/ep4080
  2094. +lib/terminfo/E/ep48
  2095. +lib/terminfo/E/ergo4000
  2096. +lib/terminfo/E/esprit
  2097. +lib/terminfo/E/esprit-am
  2098. +lib/terminfo/E/eterm
  2099. +lib/terminfo/F/f100
  2100. +lib/terminfo/F/f100-rv
  2101. +lib/terminfo/F/f110
  2102. +lib/terminfo/F/f110-14
  2103. +lib/terminfo/F/f110-14w
  2104. +lib/terminfo/F/f110-w
  2105. +lib/terminfo/F/f1720
  2106. +lib/terminfo/F/f1720a
  2107. +lib/terminfo/F/f200
  2108. +lib/terminfo/F/f200-w
  2109. +lib/terminfo/F/f200vi
  2110. +lib/terminfo/F/f200vi-w
  2111. +lib/terminfo/F/falco
  2112. +lib/terminfo/F/falco-p
  2113. +lib/terminfo/F/fenix
  2114. +lib/terminfo/F/fenixw
  2115. +lib/terminfo/F/fixterm
  2116. +lib/terminfo/F/fortune
  2117. +lib/terminfo/F/fos
  2118. +lib/terminfo/F/fox
  2119. +lib/terminfo/F/freedom
  2120. +lib/terminfo/F/freedom-rv
  2121. +lib/terminfo/F/freedom100
  2122. +lib/terminfo/F/freedom110
  2123. +lib/terminfo/F/freedom200
  2124. +lib/terminfo/G/gator
  2125. +lib/terminfo/G/gator-52
  2126. +lib/terminfo/G/gator-52t
  2127. +lib/terminfo/G/gator-t
  2128. +lib/terminfo/G/gigi
  2129. +lib/terminfo/G/glasstty
  2130. +lib/terminfo/G/go-225
  2131. +lib/terminfo/G/go140
  2132. +lib/terminfo/G/go140w
  2133. +lib/terminfo/G/go225
  2134. +lib/terminfo/G/graphos
  2135. +lib/terminfo/G/graphos-30
  2136. +lib/terminfo/G/gs5430
  2137. +lib/terminfo/G/gs5430-22
  2138. +lib/terminfo/G/gs5430-24
  2139. +lib/terminfo/G/gs6300
  2140. +lib/terminfo/G/gsi
  2141. +lib/terminfo/G/gt100
  2142. +lib/terminfo/G/gt100a
  2143. +lib/terminfo/G/gt40
  2144. +lib/terminfo/G/gt42
  2145. +lib/terminfo/G/guru
  2146. +lib/terminfo/G/guru+rv
  2147. +lib/terminfo/G/guru+s
  2148. +lib/terminfo/G/guru+unk
  2149. +lib/terminfo/G/guru-24
  2150. +lib/terminfo/G/guru-33
  2151. +lib/terminfo/G/guru-33-rv
  2152. +lib/terminfo/G/guru-33-s
  2153. +lib/terminfo/G/guru-44
  2154. +lib/terminfo/G/guru-44-s
  2155. +lib/terminfo/G/guru-76
  2156. +lib/terminfo/G/guru-76-lp
  2157. +lib/terminfo/G/guru-76-s
  2158. +lib/terminfo/G/guru-76-w
  2159. +lib/terminfo/G/guru-76-w-s
  2160. +lib/terminfo/G/guru-76-wm
  2161. +lib/terminfo/G/guru-lp
  2162. +lib/terminfo/G/guru-nctxt
  2163. +lib/terminfo/G/guru-rv
  2164. +lib/terminfo/G/guru-s
  2165. +lib/terminfo/H/h-100
  2166. +lib/terminfo/H/h-100bw
  2167. +lib/terminfo/H/h100
  2168. +lib/terminfo/H/h100bw
  2169. +lib/terminfo/H/h19
  2170. +lib/terminfo/H/h19-a
  2171. +lib/terminfo/H/h19-b
  2172. +lib/terminfo/H/h19-bs
  2173. +lib/terminfo/H/h19-g
  2174. +lib/terminfo/H/h19-smul
  2175. +lib/terminfo/H/h19-u
  2176. +lib/terminfo/H/h19-us
  2177. +lib/terminfo/H/h19a
  2178. +lib/terminfo/H/h19g
  2179. +lib/terminfo/H/h19k
  2180. +lib/terminfo/H/h19kermit
  2181. +lib/terminfo/H/h19us
  2182. +lib/terminfo/H/h29a-kc-bc
  2183. +lib/terminfo/H/h29a-kc-uc
  2184. +lib/terminfo/H/h29a-nkc-bc
  2185. +lib/terminfo/H/h29a-nkc-uc
  2186. +lib/terminfo/H/ha8675
  2187. +lib/terminfo/H/ha8686
  2188. +lib/terminfo/H/heath
  2189. +lib/terminfo/H/heath-19
  2190. +lib/terminfo/H/heath-ansi
  2191. +lib/terminfo/H/heathkit
  2192. +lib/terminfo/H/heathkit-a
  2193. +lib/terminfo/H/hft
  2194. +lib/terminfo/H/hft-c
  2195. +lib/terminfo/H/hp
  2196. +lib/terminfo/H/hp+arrows
  2197. +lib/terminfo/H/hp+color
  2198. +lib/terminfo/H/hp+labels
  2199. +lib/terminfo/H/hp+pfk+arrows
  2200. +lib/terminfo/H/hp+pfk+cr
  2201. +lib/terminfo/H/hp+pfk-cr
  2202. +lib/terminfo/H/hp+printer
  2203. +lib/terminfo/H/hp110
  2204. +lib/terminfo/H/hp150
  2205. +lib/terminfo/H/hp236
  2206. +lib/terminfo/H/hp2382
  2207. +lib/terminfo/H/hp2382a
  2208. +lib/terminfo/H/hp2392
  2209. +lib/terminfo/H/hp2397
  2210. +lib/terminfo/H/hp2397a
  2211. +lib/terminfo/H/hp2621
  2212. +lib/terminfo/H/hp2621-48
  2213. +lib/terminfo/H/hp2621-a
  2214. +lib/terminfo/H/hp2621-ba
  2215. +lib/terminfo/H/hp2621-fl
  2216. +lib/terminfo/H/hp2621-k45
  2217. +lib/terminfo/H/hp2621-nl
  2218. +lib/terminfo/H/hp2621-nt
  2219. +lib/terminfo/H/hp2621-wl
  2220. +lib/terminfo/H/hp2621A
  2221. +lib/terminfo/H/hp2621a-a
  2222. +lib/terminfo/H/hp2621b
  2223. +lib/terminfo/H/hp2621b-kx
  2224. +lib/terminfo/H/hp2621b-kx-p
  2225. +lib/terminfo/H/hp2621b-p
  2226. +lib/terminfo/H/hp2621k45
  2227. +lib/terminfo/H/hp2621p
  2228. +lib/terminfo/H/hp2621p-a
  2229. +lib/terminfo/H/hp2622
  2230. +lib/terminfo/H/hp2622a
  2231. +lib/terminfo/H/hp2623
  2232. +lib/terminfo/H/hp2623a
  2233. +lib/terminfo/H/hp2624
  2234. +lib/terminfo/H/hp2624-10p
  2235. +lib/terminfo/H/hp2624a
  2236. +lib/terminfo/H/hp2624a-10p
  2237. +lib/terminfo/H/hp2624b
  2238. +lib/terminfo/H/hp2624b-10p
  2239. +lib/terminfo/H/hp2624b-10p-p
  2240. +lib/terminfo/H/hp2624b-4p
  2241. +lib/terminfo/H/hp2624b-4p-p
  2242. +lib/terminfo/H/hp2624b-p
  2243. +lib/terminfo/H/hp2626
  2244. +lib/terminfo/H/hp2626-12
  2245. +lib/terminfo/H/hp2626-12-s
  2246. +lib/terminfo/H/hp2626-12x40
  2247. +lib/terminfo/H/hp2626-ns
  2248. +lib/terminfo/H/hp2626-s
  2249. +lib/terminfo/H/hp2626-x40
  2250. +lib/terminfo/H/hp2626a
  2251. +lib/terminfo/H/hp2626p
  2252. +lib/terminfo/H/hp2627a
  2253. +lib/terminfo/H/hp2627a-rev
  2254. +lib/terminfo/H/hp2627c
  2255. +lib/terminfo/H/hp262x
  2256. +lib/terminfo/H/hp2640a
  2257. +lib/terminfo/H/hp2640b
  2258. +lib/terminfo/H/hp2644a
  2259. +lib/terminfo/H/hp2645
  2260. +lib/terminfo/H/hp2648
  2261. +lib/terminfo/H/hp2648a
  2262. +lib/terminfo/H/hp300h
  2263. +lib/terminfo/H/hp45
  2264. +lib/terminfo/H/hp700
  2265. +lib/terminfo/H/hp700-wy
  2266. +lib/terminfo/H/hp70092
  2267. +lib/terminfo/H/hp70092A
  2268. +lib/terminfo/H/hp9837
  2269. +lib/terminfo/H/hp98550
  2270. +lib/terminfo/H/hp98550a
  2271. +lib/terminfo/H/hp98720
  2272. +lib/terminfo/H/hp98721
  2273. +lib/terminfo/H/hpansi
  2274. +lib/terminfo/H/hpex
  2275. +lib/terminfo/H/hpgeneric
  2276. +lib/terminfo/H/hpsub
  2277. +lib/terminfo/H/hpterm
  2278. +lib/terminfo/H/htx11
  2279. +lib/terminfo/H/hz1000
  2280. +lib/terminfo/H/hz1420
  2281. +lib/terminfo/H/hz1500
  2282. +lib/terminfo/H/hz1510
  2283. +lib/terminfo/H/hz1520
  2284. +lib/terminfo/H/hz1552
  2285. +lib/terminfo/H/hz1552-rv
  2286. +lib/terminfo/H/hz2000
  2287. +lib/terminfo/I/i100
  2288. +lib/terminfo/I/i3101
  2289. +lib/terminfo/I/i3151
  2290. +lib/terminfo/I/i3164
  2291. +lib/terminfo/I/i400
  2292. +lib/terminfo/I/ibcs2
  2293. +lib/terminfo/I/ibm-apl
  2294. +lib/terminfo/I/ibm-pc
  2295. +lib/terminfo/I/ibm-system1
  2296. +lib/terminfo/I/ibm3101
  2297. +lib/terminfo/I/ibm3151
  2298. +lib/terminfo/I/ibm3161
  2299. +lib/terminfo/I/ibm3163
  2300. +lib/terminfo/I/ibm3164
  2301. +lib/terminfo/I/ibm327x
  2302. +lib/terminfo/I/ibm5051
  2303. +lib/terminfo/I/ibm5081
  2304. +lib/terminfo/I/ibm5081-c
  2305. +lib/terminfo/I/ibm5151
  2306. +lib/terminfo/I/ibm5154
  2307. +lib/terminfo/I/ibm5154-c
  2308. +lib/terminfo/I/ibm6153
  2309. +lib/terminfo/I/ibm6154
  2310. +lib/terminfo/I/ibm6154-c
  2311. +lib/terminfo/I/ibm6155
  2312. +lib/terminfo/I/ibm8512
  2313. +lib/terminfo/I/ibm8513
  2314. +lib/terminfo/I/ibm8514
  2315. +lib/terminfo/I/ibm8514-c
  2316. +lib/terminfo/I/ibmaed
  2317. +lib/terminfo/I/ibmapa16
  2318. +lib/terminfo/I/ibmapa8
  2319. +lib/terminfo/I/ibmapa8c
  2320. +lib/terminfo/I/ibmapa8c-c
  2321. +lib/terminfo/I/ibmega
  2322. +lib/terminfo/I/ibmega-c
  2323. +lib/terminfo/I/ibmmono
  2324. +lib/terminfo/I/ibmmpel
  2325. +lib/terminfo/I/ibmmpel-c
  2326. +lib/terminfo/I/ibmpc
  2327. +lib/terminfo/I/ibmpc3
  2328. +lib/terminfo/I/ibmpcx
  2329. +lib/terminfo/I/ibmvga
  2330. +lib/terminfo/I/ibmvga-c
  2331. +lib/terminfo/I/ibmx
  2332. +lib/terminfo/I/ifmr
  2333. +lib/terminfo/I/ims-ansi
  2334. +lib/terminfo/I/ims950
  2335. +lib/terminfo/I/ims950-b
  2336. +lib/terminfo/I/ims950-rv
  2337. +lib/terminfo/I/infoton
  2338. +lib/terminfo/I/intertec
  2339. +lib/terminfo/I/intertube
  2340. +lib/terminfo/I/intertube2
  2341. +lib/terminfo/I/intext
  2342. +lib/terminfo/I/intext2
  2343. +lib/terminfo/I/intextii
  2344. +lib/terminfo/I/ips
  2345. +lib/terminfo/I/ipsi
  2346. +lib/terminfo/I/iq120
  2347. +lib/terminfo/I/iq140
  2348. +lib/terminfo/I/iris-ansi
  2349. +lib/terminfo/I/iris-ansi-net
  2350. +lib/terminfo/I/iris40
  2351. +lib/terminfo/J/jaixterm-m
  2352. +lib/terminfo/J/jerq
  2353. +lib/terminfo/K/k45
  2354. +lib/terminfo/K/kaypro
  2355. +lib/terminfo/K/kaypro2
  2356. +lib/terminfo/K/kermit
  2357. +lib/terminfo/K/kermit-am
  2358. +lib/terminfo/K/klone+acs
  2359. +lib/terminfo/K/klone+color
  2360. +lib/terminfo/K/klone+sgr
  2361. +lib/terminfo/K/klone+sgr-dumb
  2362. +lib/terminfo/K/kt7
  2363. +lib/terminfo/K/kterm
  2364. +lib/terminfo/K/ktm
  2365. +lib/terminfo/L/la120
  2366. +lib/terminfo/L/linux
  2367. +lib/terminfo/L/linux-m
  2368. +lib/terminfo/L/linux-nic
  2369. +lib/terminfo/L/lisa
  2370. +lib/terminfo/L/liswb
  2371. +lib/terminfo/L/ln03
  2372. +lib/terminfo/L/ln03-w
  2373. +lib/terminfo/L/lpr
  2374. +lib/terminfo/L/luna
  2375. +lib/terminfo/L/luna68k
  2376. +lib/terminfo/M/m2-nam
  2377. +lib/terminfo/M/mac
  2378. +lib/terminfo/M/macintosh
  2379. +lib/terminfo/M/masscomp
  2380. +lib/terminfo/M/masscomp1
  2381. +lib/terminfo/M/masscomp2
  2382. +lib/terminfo/M/mdl110
  2383. +lib/terminfo/M/megatek
  2384. +lib/terminfo/M/memhp
  2385. +lib/terminfo/M/microb
  2386. +lib/terminfo/M/microbee
  2387. +lib/terminfo/M/microterm
  2388. +lib/terminfo/M/microterm5
  2389. +lib/terminfo/M/mime
  2390. +lib/terminfo/M/mime-3ax
  2391. +lib/terminfo/M/mime-fb
  2392. +lib/terminfo/M/mime-hb
  2393. +lib/terminfo/M/mime1
  2394. +lib/terminfo/M/mime2
  2395. +lib/terminfo/M/mime2a
  2396. +lib/terminfo/M/mime2a-s
  2397. +lib/terminfo/M/mime2a-v
  2398. +lib/terminfo/M/mime314
  2399. +lib/terminfo/M/mime340
  2400. +lib/terminfo/M/mime3a
  2401. +lib/terminfo/M/mime3ax
  2402. +lib/terminfo/M/mimei
  2403. +lib/terminfo/M/mimeii
  2404. +lib/terminfo/M/minitel
  2405. +lib/terminfo/M/minitel-2
  2406. +lib/terminfo/M/minitel-2-nam
  2407. +lib/terminfo/M/minix
  2408. +lib/terminfo/M/mm314
  2409. +lib/terminfo/M/mm340
  2410. +lib/terminfo/M/mod
  2411. +lib/terminfo/M/modgraph
  2412. +lib/terminfo/M/modgraph2
  2413. +lib/terminfo/M/msk227
  2414. +lib/terminfo/M/msk22714
  2415. +lib/terminfo/M/msk227am
  2416. +lib/terminfo/M/mskermit227
  2417. +lib/terminfo/M/mskermit22714
  2418. +lib/terminfo/M/mskermit227am
  2419. +lib/terminfo/M/mt-70
  2420. +lib/terminfo/M/mt4520-rv
  2421. +lib/terminfo/M/mt70
  2422. +lib/terminfo/N/nansi.sys
  2423. +lib/terminfo/N/nansi.sysk
  2424. +lib/terminfo/N/nansisys
  2425. +lib/terminfo/N/nansisysk
  2426. +lib/terminfo/N/ncr7900
  2427. +lib/terminfo/N/ncr7900i
  2428. +lib/terminfo/N/ncr7900iv
  2429. +lib/terminfo/N/ncr7901
  2430. +lib/terminfo/N/nec
  2431. +lib/terminfo/N/nec5520
  2432. +lib/terminfo/N/newhp
  2433. +lib/terminfo/N/newhpkeyboard
  2434. +lib/terminfo/N/next
  2435. +lib/terminfo/N/nextshell
  2436. +lib/terminfo/O/o31
  2437. +lib/terminfo/O/o4112-nd
  2438. +lib/terminfo/O/o85h
  2439. +lib/terminfo/O/oabm85h
  2440. +lib/terminfo/O/oblit
  2441. +lib/terminfo/O/oc100
  2442. +lib/terminfo/O/oconcept
  2443. +lib/terminfo/O/ojerq
  2444. +lib/terminfo/O/oldibmpc3
  2445. +lib/terminfo/O/oldpc3
  2446. +lib/terminfo/O/oldsun
  2447. +lib/terminfo/O/omron
  2448. +lib/terminfo/O/opus3n1+
  2449. +lib/terminfo/O/origibmpc3
  2450. +lib/terminfo/O/origpc3
  2451. +lib/terminfo/O/os9LII
  2452. +lib/terminfo/O/osborne
  2453. +lib/terminfo/O/osborne1
  2454. +lib/terminfo/O/otek4112
  2455. +lib/terminfo/O/otek4113
  2456. +lib/terminfo/O/otek4114
  2457. +lib/terminfo/O/otek4115
  2458. +lib/terminfo/O/owl
  2459. +lib/terminfo/O/ozzie
  2460. +lib/terminfo/P/p19
  2461. +lib/terminfo/P/pc-coherent
  2462. +lib/terminfo/P/pc-minix
  2463. +lib/terminfo/P/pc-venix
  2464. +lib/terminfo/P/pc3
  2465. +lib/terminfo/P/pc3-bold
  2466. +lib/terminfo/P/pc6300plus
  2467. +lib/terminfo/P/pc7300
  2468. +lib/terminfo/P/pcansi
  2469. +lib/terminfo/P/pcansi-25
  2470. +lib/terminfo/P/pcansi-25-m
  2471. +lib/terminfo/P/pcansi-33
  2472. +lib/terminfo/P/pcansi-33-m
  2473. +lib/terminfo/P/pcansi-43
  2474. +lib/terminfo/P/pcansi-43-m
  2475. +lib/terminfo/P/pcansi-m
  2476. +lib/terminfo/P/pcansi-mono
  2477. +lib/terminfo/P/pcansi25
  2478. +lib/terminfo/P/pcansi25m
  2479. +lib/terminfo/P/pcansi33
  2480. +lib/terminfo/P/pcansi33m
  2481. +lib/terminfo/P/pcansi43
  2482. +lib/terminfo/P/pcix
  2483. +lib/terminfo/P/pckermit
  2484. +lib/terminfo/P/pckermit12
  2485. +lib/terminfo/P/pckermit120
  2486. +lib/terminfo/P/pcplot
  2487. +lib/terminfo/P/pcvt25
  2488. +lib/terminfo/P/pcvt25w
  2489. +lib/terminfo/P/pcvt28
  2490. +lib/terminfo/P/pcvt28w
  2491. +lib/terminfo/P/pcvt35
  2492. +lib/terminfo/P/pcvt35w
  2493. +lib/terminfo/P/pcvt40
  2494. +lib/terminfo/P/pcvt40w
  2495. +lib/terminfo/P/pcvt43
  2496. +lib/terminfo/P/pcvt43w
  2497. +lib/terminfo/P/pcvt50
  2498. +lib/terminfo/P/pcvt50w
  2499. +lib/terminfo/P/pcvtXX
  2500. +lib/terminfo/P/pcz19
  2501. +lib/terminfo/P/pe1100
  2502. +lib/terminfo/P/pe1200
  2503. +lib/terminfo/P/pe1251
  2504. +lib/terminfo/P/pe550
  2505. +lib/terminfo/P/pe6100
  2506. +lib/terminfo/P/pe6300
  2507. +lib/terminfo/P/pe6312
  2508. +lib/terminfo/P/pe7000c
  2509. +lib/terminfo/P/pe7000m
  2510. +lib/terminfo/P/printer
  2511. +lib/terminfo/P/pro350
  2512. +lib/terminfo/P/ps300
  2513. +lib/terminfo/P/psterm
  2514. +lib/terminfo/P/psterm-80x24
  2515. +lib/terminfo/P/psterm-90x28
  2516. +lib/terminfo/P/psterm-96x48
  2517. +lib/terminfo/P/psterm-basic
  2518. +lib/terminfo/P/psterm-fast
  2519. +lib/terminfo/P/pt100
  2520. +lib/terminfo/P/pt100w
  2521. +lib/terminfo/P/pt200
  2522. +lib/terminfo/P/pt200w
  2523. +lib/terminfo/P/pt210
  2524. +lib/terminfo/P/pt250
  2525. +lib/terminfo/P/pt250w
  2526. +lib/terminfo/P/pt505
  2527. +lib/terminfo/P/pt505-22
  2528. +lib/terminfo/P/pt505-24
  2529. +lib/terminfo/P/pty
  2530. +lib/terminfo/Q/qdcons
  2531. +lib/terminfo/Q/qdss
  2532. +lib/terminfo/Q/qnx
  2533. +lib/terminfo/Q/qnx4
  2534. +lib/terminfo/Q/qume
  2535. +lib/terminfo/Q/qume5
  2536. +lib/terminfo/Q/qvt101
  2537. +lib/terminfo/Q/qvt101+
  2538. +lib/terminfo/Q/qvt101p
  2539. +lib/terminfo/Q/qvt102
  2540. +lib/terminfo/Q/qvt103
  2541. +lib/terminfo/Q/qvt103-w
  2542. +lib/terminfo/Q/qvt108
  2543. +lib/terminfo/Q/qvt119
  2544. +lib/terminfo/Q/qvt119+
  2545. +lib/terminfo/Q/qvt119+-25
  2546. +lib/terminfo/Q/qvt119+-25-w
  2547. +lib/terminfo/Q/qvt119+-w
  2548. +lib/terminfo/Q/qvt119-25-w
  2549. +lib/terminfo/Q/qvt119-w
  2550. +lib/terminfo/Q/qvt119p
  2551. +lib/terminfo/Q/qvt119p-25
  2552. +lib/terminfo/Q/qvt119p-25-w
  2553. +lib/terminfo/Q/qvt119p-w
  2554. +lib/terminfo/Q/qvt203
  2555. +lib/terminfo/Q/qvt203+
  2556. +lib/terminfo/Q/qvt203-25
  2557. +lib/terminfo/Q/qvt203-25-w
  2558. +lib/terminfo/Q/qvt203-w
  2559. +lib/terminfo/Q/qvt203-w-am
  2560. +lib/terminfo/R/rebus3180
  2561. +lib/terminfo/R/regent
  2562. +lib/terminfo/R/regent100
  2563. +lib/terminfo/R/regent20
  2564. +lib/terminfo/R/regent200
  2565. +lib/terminfo/R/regent25
  2566. +lib/terminfo/R/regent40
  2567. +lib/terminfo/R/regent40+
  2568. +lib/terminfo/R/regent60
  2569. +lib/terminfo/R/rtpc
  2570. +lib/terminfo/R/rxvt
  2571. +lib/terminfo/S/s4
  2572. +lib/terminfo/S/sb1
  2573. +lib/terminfo/S/sb2
  2574. +lib/terminfo/S/sb3
  2575. +lib/terminfo/S/sbi
  2576. +lib/terminfo/S/sbobcat
  2577. +lib/terminfo/S/sc410
  2578. +lib/terminfo/S/sc415
  2579. +lib/terminfo/S/scanset
  2580. +lib/terminfo/S/scoansi
  2581. +lib/terminfo/S/screen
  2582. +lib/terminfo/S/screen-w
  2583. +lib/terminfo/S/screen2
  2584. +lib/terminfo/S/screen3
  2585. +lib/terminfo/S/screwpoint
  2586. +lib/terminfo/S/scrhp
  2587. +lib/terminfo/S/simterm
  2588. +lib/terminfo/S/soroc
  2589. +lib/terminfo/S/soroc120
  2590. +lib/terminfo/S/soroc140
  2591. +lib/terminfo/S/spinwriter
  2592. +lib/terminfo/S/st52
  2593. +lib/terminfo/S/sun
  2594. +lib/terminfo/S/sun-1
  2595. +lib/terminfo/S/sun-12
  2596. +lib/terminfo/S/sun-17
  2597. +lib/terminfo/S/sun-24
  2598. +lib/terminfo/S/sun-34
  2599. +lib/terminfo/S/sun-48
  2600. +lib/terminfo/S/sun-c
  2601. +lib/terminfo/S/sun-cmd
  2602. +lib/terminfo/S/sun-e
  2603. +lib/terminfo/S/sun-e-s
  2604. +lib/terminfo/S/sun-nic
  2605. +lib/terminfo/S/sun-s
  2606. +lib/terminfo/S/sun-s-e
  2607. +lib/terminfo/S/sun1
  2608. +lib/terminfo/S/sun2
  2609. +lib/terminfo/S/sune
  2610. +lib/terminfo/S/superbee
  2611. +lib/terminfo/S/superbee-xsb
  2612. +lib/terminfo/S/superbeeic
  2613. +lib/terminfo/S/superbrain
  2614. +lib/terminfo/S/sv80
  2615. +lib/terminfo/S/swtp
  2616. +lib/terminfo/S/synertek
  2617. +lib/terminfo/S/synertek380
  2618. +lib/terminfo/S/system1
  2619. +lib/terminfo/T/t10
  2620. +lib/terminfo/T/t1061
  2621. +lib/terminfo/T/t1061f
  2622. +lib/terminfo/T/t16
  2623. +lib/terminfo/T/t3700
  2624. +lib/terminfo/T/t3800
  2625. +lib/terminfo/T/t653x
  2626. +lib/terminfo/T/tab
  2627. +lib/terminfo/T/tab132
  2628. +lib/terminfo/T/tab132-15
  2629. +lib/terminfo/T/tab132-rv
  2630. +lib/terminfo/T/tab132-w
  2631. +lib/terminfo/T/tab132-w-rv
  2632. +lib/terminfo/T/tandem6510
  2633. +lib/terminfo/T/tandem653
  2634. +lib/terminfo/T/tek
  2635. +lib/terminfo/T/tek4012
  2636. +lib/terminfo/T/tek4013
  2637. +lib/terminfo/T/tek4014
  2638. +lib/terminfo/T/tek4014-sm
  2639. +lib/terminfo/T/tek4015
  2640. +lib/terminfo/T/tek4015-sm
  2641. +lib/terminfo/T/tek4023
  2642. +lib/terminfo/T/tek4024
  2643. +lib/terminfo/T/tek4025
  2644. +lib/terminfo/T/tek4025-17
  2645. +lib/terminfo/T/tek4025-17-ws
  2646. +lib/terminfo/T/tek4025-cr
  2647. +lib/terminfo/T/tek4025-ex
  2648. +lib/terminfo/T/tek4025a
  2649. +lib/terminfo/T/tek4025ex
  2650. +lib/terminfo/T/tek4027
  2651. +lib/terminfo/T/tek4027-ex
  2652. +lib/terminfo/T/tek4105
  2653. +lib/terminfo/T/tek4105-30
  2654. +lib/terminfo/T/tek4107
  2655. +lib/terminfo/T/tek4109
  2656. +lib/terminfo/T/tek4112
  2657. +lib/terminfo/T/tek4112-5
  2658. +lib/terminfo/T/tek4112-nd
  2659. +lib/terminfo/T/tek4113
  2660. +lib/terminfo/T/tek4113-34
  2661. +lib/terminfo/T/tek4113-nd
  2662. +lib/terminfo/T/tek4114
  2663. +lib/terminfo/T/tek4115
  2664. +lib/terminfo/T/tek4125
  2665. +lib/terminfo/T/tek4205
  2666. +lib/terminfo/T/tek4207
  2667. +lib/terminfo/T/tek4207-s
  2668. +lib/terminfo/T/tek4404
  2669. +lib/terminfo/T/teleray
  2670. +lib/terminfo/T/teletec
  2671. +lib/terminfo/T/terak
  2672. +lib/terminfo/T/terminet
  2673. +lib/terminfo/T/terminet1200
  2674. +lib/terminfo/T/terminet300
  2675. +lib/terminfo/T/tex
  2676. +lib/terminfo/T/ti700
  2677. +lib/terminfo/T/ti733
  2678. +lib/terminfo/T/ti735
  2679. +lib/terminfo/T/ti745
  2680. +lib/terminfo/T/ti800
  2681. +lib/terminfo/T/ti924
  2682. +lib/terminfo/T/ti924-8
  2683. +lib/terminfo/T/ti924-8w
  2684. +lib/terminfo/T/ti924w
  2685. +lib/terminfo/T/ti926
  2686. +lib/terminfo/T/ti926-8
  2687. +lib/terminfo/T/ti928
  2688. +lib/terminfo/T/ti928-8
  2689. +lib/terminfo/T/ti931
  2690. +lib/terminfo/T/ti_ansi
  2691. +lib/terminfo/T/tn1200
  2692. +lib/terminfo/T/tn300
  2693. +lib/terminfo/T/trs16
  2694. +lib/terminfo/T/trs2
  2695. +lib/terminfo/T/trs80II
  2696. +lib/terminfo/T/trsII
  2697. +lib/terminfo/T/ts-1
  2698. +lib/terminfo/T/ts-1p
  2699. +lib/terminfo/T/ts1
  2700. +lib/terminfo/T/ts100
  2701. +lib/terminfo/T/ts100-ctxt
  2702. +lib/terminfo/T/ts100-sp
  2703. +lib/terminfo/T/ts1p
  2704. +lib/terminfo/T/tsim
  2705. +lib/terminfo/T/tt505-22
  2706. +lib/terminfo/T/tty33
  2707. +lib/terminfo/T/tty35
  2708. +lib/terminfo/T/tty37
  2709. +lib/terminfo/T/tty40
  2710. +lib/terminfo/T/tty43
  2711. +lib/terminfo/T/tty4420
  2712. +lib/terminfo/T/tty4424
  2713. +lib/terminfo/T/tty4424-1
  2714. +lib/terminfo/T/tty4424m
  2715. +lib/terminfo/T/tty4426
  2716. +lib/terminfo/T/tty5410
  2717. +lib/terminfo/T/tty5410-w
  2718. +lib/terminfo/T/tty5410v1
  2719. +lib/terminfo/T/tty5410v1-w
  2720. +lib/terminfo/T/tty5420
  2721. +lib/terminfo/T/tty5420+nl
  2722. +lib/terminfo/T/tty5420-nl
  2723. +lib/terminfo/T/tty5420-rv
  2724. +lib/terminfo/T/tty5420-rv-nl
  2725. +lib/terminfo/T/tty5420-w
  2726. +lib/terminfo/T/tty5420-w-nl
  2727. +lib/terminfo/T/tty5420-w-rv
  2728. +lib/terminfo/T/tty5420-w-rv-n
  2729. +lib/terminfo/T/tty5425
  2730. +lib/terminfo/T/tty5425-nl
  2731. +lib/terminfo/T/tty5425-w
  2732. +lib/terminfo/T/tty5620
  2733. +lib/terminfo/T/ttydmd
  2734. +lib/terminfo/T/tvi
  2735. +lib/terminfo/T/tvi-2p
  2736. +lib/terminfo/T/tvi803
  2737. +lib/terminfo/T/tvi910
  2738. +lib/terminfo/T/tvi910+
  2739. +lib/terminfo/T/tvi912
  2740. +lib/terminfo/T/tvi912-2p
  2741. +lib/terminfo/T/tvi912b
  2742. +lib/terminfo/T/tvi912c
  2743. +lib/terminfo/T/tvi912cc
  2744. +lib/terminfo/T/tvi914
  2745. +lib/terminfo/T/tvi920
  2746. +lib/terminfo/T/tvi920-2p
  2747. +lib/terminfo/T/tvi920b
  2748. +lib/terminfo/T/tvi920c
  2749. +lib/terminfo/T/tvi921
  2750. +lib/terminfo/T/tvi924
  2751. +lib/terminfo/T/tvi925
  2752. +lib/terminfo/T/tvi92B
  2753. +lib/terminfo/T/tvi92D
  2754. +lib/terminfo/T/tvi950
  2755. +lib/terminfo/T/tvi950-2p
  2756. +lib/terminfo/T/tvi950-4p
  2757. +lib/terminfo/T/tvi950-rv
  2758. +lib/terminfo/T/tvi950-rv-2p
  2759. +lib/terminfo/T/tvi950-rv-4p
  2760. +lib/terminfo/T/tvi955
  2761. +lib/terminfo/T/tvi955-hb
  2762. +lib/terminfo/T/tvi955-w
  2763. +lib/terminfo/T/tvi970
  2764. +lib/terminfo/T/tvipt
  2765. +lib/terminfo/U/ultima2
  2766. +lib/terminfo/U/ultimaII
  2767. +lib/terminfo/U/uniterm
  2768. +lib/terminfo/U/uniterm49
  2769. +lib/terminfo/U/unixpc
  2770. +lib/terminfo/U/unknown
  2771. +lib/terminfo/U/uts30
  2772. +lib/terminfo/V/v200-nam
  2773. +lib/terminfo/V/v320n
  2774. +lib/terminfo/V/v3220
  2775. +lib/terminfo/V/v5410
  2776. +lib/terminfo/V/vc103
  2777. +lib/terminfo/V/vc203
  2778. +lib/terminfo/V/vc303
  2779. +lib/terminfo/V/vc303a
  2780. +lib/terminfo/V/vc403a
  2781. +lib/terminfo/V/vc404
  2782. +lib/terminfo/V/vc404-s
  2783. +lib/terminfo/V/vc414
  2784. +lib/terminfo/V/vc414h
  2785. +lib/terminfo/V/vc415
  2786. +lib/terminfo/V/venix
  2787. +lib/terminfo/V/versaterm
  2788. +lib/terminfo/V/vi200
  2789. +lib/terminfo/V/vi200-f
  2790. +lib/terminfo/V/vi200-rv
  2791. +lib/terminfo/V/vi300
  2792. +lib/terminfo/V/vi300-old
  2793. +lib/terminfo/V/vi50
  2794. +lib/terminfo/V/vi500
  2795. +lib/terminfo/V/vi50adm
  2796. +lib/terminfo/V/vi55
  2797. +lib/terminfo/V/vi550
  2798. +lib/terminfo/V/vi603
  2799. +lib/terminfo/V/viewpoint
  2800. +lib/terminfo/V/viewpoint3a+
  2801. +lib/terminfo/V/viewpoint60
  2802. +lib/terminfo/V/viewpoint90
  2803. +lib/terminfo/V/vis200
  2804. +lib/terminfo/V/visa50
  2805. +lib/terminfo/V/visual
  2806. +lib/terminfo/V/visual603
  2807. +lib/terminfo/V/vk100
  2808. +lib/terminfo/V/vp3a+
  2809. +lib/terminfo/V/vp60
  2810. +lib/terminfo/V/vp90
  2811. +lib/terminfo/V/vremote
  2812. +lib/terminfo/V/vs100
  2813. +lib/terminfo/V/vs100-tsim
  2814. +lib/terminfo/V/vs100-x10
  2815. +lib/terminfo/V/vs100s
  2816. +lib/terminfo/V/vs100t
  2817. +lib/terminfo/V/vsc
  2818. +lib/terminfo/V/vt-61
  2819. +lib/terminfo/V/vt100
  2820. +lib/terminfo/V/vt100-am
  2821. +lib/terminfo/V/vt100-bot-s
  2822. +lib/terminfo/V/vt100-nam
  2823. +lib/terminfo/V/vt100-nam-w
  2824. +lib/terminfo/V/vt100-nav
  2825. +lib/terminfo/V/vt100-nav-w
  2826. +lib/terminfo/V/vt100-s
  2827. +lib/terminfo/V/vt100-s-bot
  2828. +lib/terminfo/V/vt100-s-top
  2829. +lib/terminfo/V/vt100-top-s
  2830. +lib/terminfo/V/vt100-w
  2831. +lib/terminfo/V/vt100-w-am
  2832. +lib/terminfo/V/vt100-w-nam
  2833. +lib/terminfo/V/vt100-w-nav
  2834. +lib/terminfo/V/vt100nam
  2835. +lib/terminfo/V/vt102
  2836. +lib/terminfo/V/vt102-nsgr
  2837. +lib/terminfo/V/vt102-w
  2838. +lib/terminfo/V/vt125
  2839. +lib/terminfo/V/vt131
  2840. +lib/terminfo/V/vt132
  2841. +lib/terminfo/V/vt200
  2842. +lib/terminfo/V/vt200-w
  2843. +lib/terminfo/V/vt220
  2844. +lib/terminfo/V/vt220-8
  2845. +lib/terminfo/V/vt220-nam
  2846. +lib/terminfo/V/vt220-w
  2847. +lib/terminfo/V/vt220d
  2848. +lib/terminfo/V/vt300
  2849. +lib/terminfo/V/vt300-nam
  2850. +lib/terminfo/V/vt300-w
  2851. +lib/terminfo/V/vt300-w-nam
  2852. +lib/terminfo/V/vt320
  2853. +lib/terminfo/V/vt320-k3
  2854. +lib/terminfo/V/vt320-k311
  2855. +lib/terminfo/V/vt320-nam
  2856. +lib/terminfo/V/vt320-w
  2857. +lib/terminfo/V/vt320-w-nam
  2858. +lib/terminfo/V/vt320nam
  2859. +lib/terminfo/V/vt330
  2860. +lib/terminfo/V/vt340
  2861. +lib/terminfo/V/vt400
  2862. +lib/terminfo/V/vt400-24
  2863. +lib/terminfo/V/vt420
  2864. +lib/terminfo/V/vt420f
  2865. +lib/terminfo/V/vt420pc
  2866. +lib/terminfo/V/vt420pcdos
  2867. +lib/terminfo/V/vt50
  2868. +lib/terminfo/V/vt50h
  2869. +lib/terminfo/V/vt510
  2870. +lib/terminfo/V/vt510pc
  2871. +lib/terminfo/V/vt510pcdos
  2872. +lib/terminfo/V/vt52
  2873. +lib/terminfo/V/vt520
  2874. +lib/terminfo/V/vt525
  2875. +lib/terminfo/V/vt61
  2876. +lib/terminfo/V/vt61.5
  2877. +lib/terminfo/W/wren
  2878. +lib/terminfo/W/wrenw
  2879. +lib/terminfo/W/wsiris
  2880. +lib/terminfo/W/wy-75ap
  2881. +lib/terminfo/W/wy100
  2882. +lib/terminfo/W/wy100q
  2883. +lib/terminfo/W/wy120
  2884. +lib/terminfo/W/wy120-25
  2885. +lib/terminfo/W/wy120-25-w
  2886. +lib/terminfo/W/wy120-vb
  2887. +lib/terminfo/W/wy120-w
  2888. +lib/terminfo/W/wy120-w-vb
  2889. +lib/terminfo/W/wy120-wvb
  2890. +lib/terminfo/W/wy150
  2891. +lib/terminfo/W/wy150-25
  2892. +lib/terminfo/W/wy150-25-w
  2893. +lib/terminfo/W/wy150-vb
  2894. +lib/terminfo/W/wy150-w
  2895. +lib/terminfo/W/wy150-w-vb
  2896. +lib/terminfo/W/wy160
  2897. +lib/terminfo/W/wy160-25
  2898. +lib/terminfo/W/wy160-25-w
  2899. +lib/terminfo/W/wy160-42
  2900. +lib/terminfo/W/wy160-42-w
  2901. +lib/terminfo/W/wy160-43
  2902. +lib/terminfo/W/wy160-43-w
  2903. +lib/terminfo/W/wy160-tek
  2904. +lib/terminfo/W/wy160-vb
  2905. +lib/terminfo/W/wy160-w
  2906. +lib/terminfo/W/wy160-w-vb
  2907. +lib/terminfo/W/wy160-wvb
  2908. +lib/terminfo/W/wy185
  2909. +lib/terminfo/W/wy185-24
  2910. +lib/terminfo/W/wy185-vb
  2911. +lib/terminfo/W/wy185-w
  2912. +lib/terminfo/W/wy185-wvb
  2913. +lib/terminfo/W/wy30
  2914. +lib/terminfo/W/wy30-mc
  2915. +lib/terminfo/W/wy30-vb
  2916. +lib/terminfo/W/wy325
  2917. +lib/terminfo/W/wy325-25
  2918. +lib/terminfo/W/wy325-25w
  2919. +lib/terminfo/W/wy325-42
  2920. +lib/terminfo/W/wy325-42w
  2921. +lib/terminfo/W/wy325-42w-vb
  2922. +lib/terminfo/W/wy325-42wvb
  2923. +lib/terminfo/W/wy325-43
  2924. +lib/terminfo/W/wy325-43w
  2925. +lib/terminfo/W/wy325-43w-vb
  2926. +lib/terminfo/W/wy325-43wvb
  2927. +lib/terminfo/W/wy325-80
  2928. +lib/terminfo/W/wy325-vb
  2929. +lib/terminfo/W/wy325-w
  2930. +lib/terminfo/W/wy325-w-vb
  2931. +lib/terminfo/W/wy325-wvb
  2932. +lib/terminfo/W/wy325w-24
  2933. +lib/terminfo/W/wy350
  2934. +lib/terminfo/W/wy350-vb
  2935. +lib/terminfo/W/wy350-w
  2936. +lib/terminfo/W/wy350-wvb
  2937. +lib/terminfo/W/wy370
  2938. +lib/terminfo/W/wy370-101k
  2939. +lib/terminfo/W/wy370-105k
  2940. +lib/terminfo/W/wy370-EPC
  2941. +lib/terminfo/W/wy370-nk
  2942. +lib/terminfo/W/wy370-rv
  2943. +lib/terminfo/W/wy370-tek
  2944. +lib/terminfo/W/wy370-vb
  2945. +lib/terminfo/W/wy370-w
  2946. +lib/terminfo/W/wy370-wvb
  2947. +lib/terminfo/W/wy50
  2948. +lib/terminfo/W/wy50-mc
  2949. +lib/terminfo/W/wy50-vb
  2950. +lib/terminfo/W/wy50-w
  2951. +lib/terminfo/W/wy50-wvb
  2952. +lib/terminfo/W/wy60
  2953. +lib/terminfo/W/wy60-25
  2954. +lib/terminfo/W/wy60-25-w
  2955. +lib/terminfo/W/wy60-316X
  2956. +lib/terminfo/W/wy60-42
  2957. +lib/terminfo/W/wy60-42-w
  2958. +lib/terminfo/W/wy60-43
  2959. +lib/terminfo/W/wy60-43-w
  2960. +lib/terminfo/W/wy60-vb
  2961. +lib/terminfo/W/wy60-w
  2962. +lib/terminfo/W/wy60-w-vb
  2963. +lib/terminfo/W/wy60-wvb
  2964. +lib/terminfo/W/wy75
  2965. +lib/terminfo/W/wy75-mc
  2966. +lib/terminfo/W/wy75-vb
  2967. +lib/terminfo/W/wy75-w
  2968. +lib/terminfo/W/wy75-wvb
  2969. +lib/terminfo/W/wy75ap
  2970. +lib/terminfo/W/wy85
  2971. +lib/terminfo/W/wy85-vb
  2972. +lib/terminfo/W/wy85-w
  2973. +lib/terminfo/W/wy85-wvb
  2974. +lib/terminfo/W/wy99gt
  2975. +lib/terminfo/W/wy99gt-25
  2976. +lib/terminfo/W/wy99gt-25-w
  2977. +lib/terminfo/W/wy99gt-tek
  2978. +lib/terminfo/W/wy99gt-vb
  2979. +lib/terminfo/W/wy99gt-w
  2980. +lib/terminfo/W/wy99gt-w-vb
  2981. +lib/terminfo/W/wy99gt-wvb
  2982. +lib/terminfo/W/wyse
  2983. +lib/terminfo/W/wyse-325
  2984. +lib/terminfo/W/wyse-75ap
  2985. +lib/terminfo/W/wyse-vp
  2986. +lib/terminfo/W/wyse120
  2987. +lib/terminfo/W/wyse120-25
  2988. +lib/terminfo/W/wyse120-25-w
  2989. +lib/terminfo/W/wyse120-vb
  2990. +lib/terminfo/W/wyse120-w
  2991. +lib/terminfo/W/wyse120-wvb
  2992. +lib/terminfo/W/wyse150
  2993. +lib/terminfo/W/wyse150-25
  2994. +lib/terminfo/W/wyse150-25-w
  2995. +lib/terminfo/W/wyse150-vb
  2996. +lib/terminfo/W/wyse150-w
  2997. +lib/terminfo/W/wyse150-w-vb
  2998. +lib/terminfo/W/wyse160
  2999. +lib/terminfo/W/wyse160-25
  3000. +lib/terminfo/W/wyse160-25-w
  3001. +lib/terminfo/W/wyse160-42
  3002. +lib/terminfo/W/wyse160-42-w
  3003. +lib/terminfo/W/wyse160-43
  3004. +lib/terminfo/W/wyse160-43-w
  3005. +lib/terminfo/W/wyse160-vb
  3006. +lib/terminfo/W/wyse160-w
  3007. +lib/terminfo/W/wyse160-wvb
  3008. +lib/terminfo/W/wyse185
  3009. +lib/terminfo/W/wyse185-24
  3010. +lib/terminfo/W/wyse185-vb
  3011. +lib/terminfo/W/wyse185-w
  3012. +lib/terminfo/W/wyse185-wvb
  3013. +lib/terminfo/W/wyse30
  3014. +lib/terminfo/W/wyse30-mc
  3015. +lib/terminfo/W/wyse30-vb
  3016. +lib/terminfo/W/wyse325
  3017. +lib/terminfo/W/wyse325-25
  3018. +lib/terminfo/W/wyse325-25w
  3019. +lib/terminfo/W/wyse325-42
  3020. +lib/terminfo/W/wyse325-42w
  3021. +lib/terminfo/W/wyse325-43
  3022. +lib/terminfo/W/wyse325-43w
  3023. +lib/terminfo/W/wyse325-vb
  3024. +lib/terminfo/W/wyse325-w
  3025. +lib/terminfo/W/wyse325-wvb
  3026. +lib/terminfo/W/wyse350
  3027. +lib/terminfo/W/wyse350-vb
  3028. +lib/terminfo/W/wyse350-w
  3029. +lib/terminfo/W/wyse350-wvb
  3030. +lib/terminfo/W/wyse370
  3031. +lib/terminfo/W/wyse50
  3032. +lib/terminfo/W/wyse50-mc
  3033. +lib/terminfo/W/wyse50-vb
  3034. +lib/terminfo/W/wyse50-w
  3035. +lib/terminfo/W/wyse50-wvb
  3036. +lib/terminfo/W/wyse60
  3037. +lib/terminfo/W/wyse60-25
  3038. +lib/terminfo/W/wyse60-25-w
  3039. +lib/terminfo/W/wyse60-316X
  3040. +lib/terminfo/W/wyse60-42
  3041. +lib/terminfo/W/wyse60-42-w
  3042. +lib/terminfo/W/wyse60-43
  3043. +lib/terminfo/W/wyse60-43-w
  3044. +lib/terminfo/W/wyse60-vb
  3045. +lib/terminfo/W/wyse60-w
  3046. +lib/terminfo/W/wyse60-wvb
  3047. +lib/terminfo/W/wyse75
  3048. +lib/terminfo/W/wyse75-mc
  3049. +lib/terminfo/W/wyse75-vb
  3050. +lib/terminfo/W/wyse75-w
  3051. +lib/terminfo/W/wyse75-wvb
  3052. +lib/terminfo/W/wyse75ap
  3053. +lib/terminfo/W/wyse85
  3054. +lib/terminfo/W/wyse85-vb
  3055. +lib/terminfo/W/wyse85-w
  3056. +lib/terminfo/W/wyse85-wvb
  3057. +lib/terminfo/W/wyse99gt
  3058. +lib/terminfo/W/wyse99gt-25
  3059. +lib/terminfo/W/wyse99gt-25-w
  3060. +lib/terminfo/W/wyse99gt-vb
  3061. +lib/terminfo/W/wyse99gt-w
  3062. +lib/terminfo/W/wyse99gt-wvb
  3063. +lib/terminfo/X/X-hpterm
  3064. +lib/terminfo/X/x10term
  3065. +lib/terminfo/X/x1700
  3066. +lib/terminfo/X/x1700-lm
  3067. +lib/terminfo/X/x1720
  3068. +lib/terminfo/X/x1750
  3069. +lib/terminfo/X/x820
  3070. +lib/terminfo/X/xenix
  3071. +lib/terminfo/X/xerox
  3072. +lib/terminfo/X/xerox-lm
  3073. +lib/terminfo/X/xerox1720
  3074. +lib/terminfo/X/xerox820
  3075. +lib/terminfo/X/xl83
  3076. +lib/terminfo/X/xtalk
  3077. +lib/terminfo/X/xterm
  3078. +lib/terminfo/X/xterm-bold
  3079. +lib/terminfo/X/xterm-color
  3080. +lib/terminfo/X/xterm-nic
  3081. +lib/terminfo/X/xterm-pcolor
  3082. +lib/terminfo/X/xterm-sun
  3083. +lib/terminfo/X/xterms
  3084. +lib/terminfo/X/xterms-sun
  3085. +lib/terminfo/Z/z-100
  3086. +lib/terminfo/Z/z-100bw
  3087. +lib/terminfo/Z/z100
  3088. +lib/terminfo/Z/z100bw
  3089. +lib/terminfo/Z/z110
  3090. +lib/terminfo/Z/z110bw
  3091. +lib/terminfo/Z/z19
  3092. +lib/terminfo/Z/z29
  3093. +lib/terminfo/Z/z29a
  3094. +lib/terminfo/Z/z29a-kc-bc
  3095. +lib/terminfo/Z/z29a-kc-uc
  3096. +lib/terminfo/Z/z29a-nkc-bc
  3097. +lib/terminfo/Z/z29a-nkc-uc
  3098. +lib/terminfo/Z/z29b
  3099. +lib/terminfo/Z/z30
  3100. +lib/terminfo/Z/z340
  3101. +lib/terminfo/Z/z340-nam
  3102. +lib/terminfo/Z/z39-a
  3103. +lib/terminfo/Z/z39a
  3104. +lib/terminfo/Z/z50
  3105. +lib/terminfo/Z/zen30
  3106. +lib/terminfo/Z/zen50
  3107. +lib/terminfo/Z/zenith
  3108. +lib/terminfo/Z/zenith29
  3109. +lib/terminfo/Z/zenith39-a
  3110. +lib/terminfo/Z/zenith39-ansi
  3111. +lib/terminfo/Z/zt-1
  3112. +lib/terminfo/Z/ztx
  3113. +lib/terminfo/Z/ztx-1-a
  3114. +lib/terminfo/Z/ztx11
  3115. +man/man1/captoinfo.1m
  3116. +man/man1/clear.1
  3117. +man/man1/infocmp.1m
  3118. +man/man1/tic.1m
  3119. +man/man1/toe.1m
  3120. +man/man1/tput.1
  3121. +man/man1/tset.1
  3122. +man/man3/curs_addch.3x
  3123. +man/man3/curs_addchstr.3x
  3124. +man/man3/curs_addstr.3x
  3125. +man/man3/curs_attr.3x
  3126. +man/man3/curs_beep.3x
  3127. +man/man3/curs_bkgd.3x
  3128. +man/man3/curs_border.3x
  3129. +man/man3/curs_clear.3x
  3130. +man/man3/curs_color.3x
  3131. +man/man3/curs_delch.3x
  3132. +man/man3/curs_deleteln.3x
  3133. +man/man3/curs_getch.3x
  3134. +man/man3/curs_getstr.3x
  3135. +man/man3/curs_getyx.3x
  3136. +man/man3/curs_inch.3x
  3137. +man/man3/curs_inchstr.3x
  3138. +man/man3/curs_initscr.3x
  3139. +man/man3/curs_inopts.3x
  3140. +man/man3/curs_insch.3x
  3141. +man/man3/curs_insstr.3x
  3142. +man/man3/curs_instr.3x
  3143. +man/man3/curs_kernel.3x
  3144. +man/man3/curs_mouse.3x
  3145. +man/man3/curs_move.3x
  3146. +man/man3/curs_outopts.3x
  3147. +man/man3/curs_overlay.3x
  3148. +man/man3/curs_pad.3x
  3149. +man/man3/curs_printw.3x
  3150. +man/man3/curs_refresh.3x
  3151. +man/man3/curs_resize.3x
  3152. +man/man3/curs_scanw.3x
  3153. +man/man3/curs_scr_dmp.3x
  3154. +man/man3/curs_scroll.3x
  3155. +man/man3/curs_slk.3x
  3156. +man/man3/curs_termattrs.3x
  3157. +man/man3/curs_termcap.3x
  3158. +man/man3/curs_terminfo.3x
  3159. +man/man3/curs_touch.3x
  3160. +man/man3/curs_util.3x
  3161. +man/man3/curs_window.3x
  3162. +man/man3/form.3x
  3163. +man/man3/form_cursor.3x
  3164. +man/man3/form_data.3x
  3165. +man/man3/form_driver.3x
  3166. +man/man3/form_field.3x
  3167. +man/man3/form_field_attributes.3x
  3168. +man/man3/form_field_buffer.3x
  3169. +man/man3/form_field_info.3x
  3170. +man/man3/form_field_just.3x
  3171. +man/man3/form_field_new.3x
  3172. +man/man3/form_field_opts.3x
  3173. +man/man3/form_field_userptr.3x
  3174. +man/man3/form_field_validation.3x
  3175. +man/man3/form_fieldtype.3x
  3176. +man/man3/form_hook.3x
  3177. +man/man3/form_new.3x
  3178. +man/man3/form_new_page.3x
  3179. +man/man3/form_opts.3x
  3180. +man/man3/form_page.3x
  3181. +man/man3/form_post.3x
  3182. +man/man3/form_userptr.3x
  3183. +man/man3/form_win.3x
  3184. +man/man3/menu.3x
  3185. +man/man3/menu_attribs.3x
  3186. +man/man3/menu_cursor.3x
  3187. +man/man3/menu_driver.3x
  3188. +man/man3/menu_format.3x
  3189. +man/man3/menu_hook.3x
  3190. +man/man3/menu_items.3x
  3191. +man/man3/menu_mark.3x
  3192. +man/man3/menu_new.3x
  3193. +man/man3/menu_opts.3x
  3194. +man/man3/menu_pattern.3x
  3195. +man/man3/menu_post.3x
  3196. +man/man3/menu_userptr.3x
  3197. +man/man3/menu_win.3x
  3198. +man/man3/mitem_current.3x
  3199. +man/man3/mitem_name.3x
  3200. +man/man3/mitem_new.3x
  3201. +man/man3/mitem_opts.3x
  3202. +man/man3/mitem_userptr.3x
  3203. +man/man3/mitem_value.3x
  3204. +man/man3/mitem_visible.3x
  3205. +man/man3/ncurses.3x
  3206. +man/man3/panel.3x
  3207. +man/man5/term.5
  3208. +man/man5/terminfo.5
  3209. +man/man7/term.7
  3210. +share/tabset/std
  3211. +share/tabset/stdcrt
  3212. +share/tabset/vt100
  3213. +share/tabset/vt300
  3214. diff -rup --new-file baseline/fsf/ncurses/manifests/src amiga/fsf/ncurses/manifests/src
  3215. --- baseline/fsf/ncurses/manifests/src    Wed Dec 31 17:00:00 1969
  3216. +++ amiga/fsf/ncurses/manifests/src    Sat Sep 28 00:00:00 1996
  3217. @@ -0,0 +1,327 @@
  3218. +fsf/ncurses/ANNOUNCE
  3219. +fsf/ncurses/INSTALL
  3220. +fsf/ncurses/MANIFEST
  3221. +fsf/ncurses/Makefile.in
  3222. +fsf/ncurses/NEWS
  3223. +fsf/ncurses/Product-Info
  3224. +fsf/ncurses/README
  3225. +fsf/ncurses/TO-DO
  3226. +fsf/ncurses/aclocal.m4
  3227. +fsf/ncurses/announce.html
  3228. +fsf/ncurses/announce.html.in
  3229. +fsf/ncurses/c++/Makefile.in
  3230. +fsf/ncurses/c++/README-first
  3231. +fsf/ncurses/c++/cursesp.cc
  3232. +fsf/ncurses/c++/cursesp.h
  3233. +fsf/ncurses/c++/cursesw.cc
  3234. +fsf/ncurses/c++/cursesw.h
  3235. +fsf/ncurses/c++/demo.cc
  3236. +fsf/ncurses/c++/modules
  3237. +fsf/ncurses/configure
  3238. +fsf/ncurses/configure.in
  3239. +fsf/ncurses/dist.mk
  3240. +fsf/ncurses/form/Makefile.in
  3241. +fsf/ncurses/form/READ.ME
  3242. +fsf/ncurses/form/fld_def.c
  3243. +fsf/ncurses/form/fld_stat.c
  3244. +fsf/ncurses/form/fld_type.c
  3245. +fsf/ncurses/form/fld_user.c
  3246. +fsf/ncurses/form/form.h
  3247. +fsf/ncurses/form/form.priv.h
  3248. +fsf/ncurses/form/frm_data.c
  3249. +fsf/ncurses/form/frm_def.c
  3250. +fsf/ncurses/form/frm_driver.c
  3251. +fsf/ncurses/form/frm_hook.c
  3252. +fsf/ncurses/form/frm_opts.c
  3253. +fsf/ncurses/form/frm_user.c
  3254. +fsf/ncurses/form/frm_win.c
  3255. +fsf/ncurses/form/fty_alnum.c
  3256. +fsf/ncurses/form/fty_alpha.c
  3257. +fsf/ncurses/form/fty_enum.c
  3258. +fsf/ncurses/form/fty_int.c
  3259. +fsf/ncurses/form/fty_num.c
  3260. +fsf/ncurses/form/fty_regex.c
  3261. +fsf/ncurses/form/modules
  3262. +fsf/ncurses/include/Caps
  3263. +fsf/ncurses/include/MKcurses.sh
  3264. +fsf/ncurses/include/MKhashsize.sh
  3265. +fsf/ncurses/include/MKparametrized.sh
  3266. +fsf/ncurses/include/MKterm.h.awk.in
  3267. +fsf/ncurses/include/Makefile.in
  3268. +fsf/ncurses/include/capdefaults.c
  3269. +fsf/ncurses/include/config_h.in
  3270. +fsf/ncurses/include/curses.h.in
  3271. +fsf/ncurses/include/edit_cfg.sh
  3272. +fsf/ncurses/include/term_entry.h
  3273. +fsf/ncurses/include/termcap.h.in
  3274. +fsf/ncurses/include/tic.h
  3275. +fsf/ncurses/include/unctrl.h.in
  3276. +fsf/ncurses/install-sh
  3277. +fsf/ncurses/man/MKterminfo.sh
  3278. +fsf/ncurses/man/Makefile.in
  3279. +fsf/ncurses/man/captoinfo.1m
  3280. +fsf/ncurses/man/clear.1
  3281. +fsf/ncurses/man/curs_addch.3x
  3282. +fsf/ncurses/man/curs_addchstr.3x
  3283. +fsf/ncurses/man/curs_addstr.3x
  3284. +fsf/ncurses/man/curs_attr.3x
  3285. +fsf/ncurses/man/curs_beep.3x
  3286. +fsf/ncurses/man/curs_bkgd.3x
  3287. +fsf/ncurses/man/curs_border.3x
  3288. +fsf/ncurses/man/curs_clear.3x
  3289. +fsf/ncurses/man/curs_color.3x
  3290. +fsf/ncurses/man/curs_delch.3x
  3291. +fsf/ncurses/man/curs_deleteln.3x
  3292. +fsf/ncurses/man/curs_getch.3x
  3293. +fsf/ncurses/man/curs_getstr.3x
  3294. +fsf/ncurses/man/curs_getyx.3x
  3295. +fsf/ncurses/man/curs_inch.3x
  3296. +fsf/ncurses/man/curs_inchstr.3x
  3297. +fsf/ncurses/man/curs_initscr.3x
  3298. +fsf/ncurses/man/curs_inopts.3x
  3299. +fsf/ncurses/man/curs_insch.3x
  3300. +fsf/ncurses/man/curs_insstr.3x
  3301. +fsf/ncurses/man/curs_instr.3x
  3302. +fsf/ncurses/man/curs_kernel.3x
  3303. +fsf/ncurses/man/curs_mouse.3x
  3304. +fsf/ncurses/man/curs_move.3x
  3305. +fsf/ncurses/man/curs_outopts.3x
  3306. +fsf/ncurses/man/curs_overlay.3x
  3307. +fsf/ncurses/man/curs_pad.3x
  3308. +fsf/ncurses/man/curs_printw.3x
  3309. +fsf/ncurses/man/curs_refresh.3x
  3310. +fsf/ncurses/man/curs_resize.3x
  3311. +fsf/ncurses/man/curs_scanw.3x
  3312. +fsf/ncurses/man/curs_scr_dmp.3x
  3313. +fsf/ncurses/man/curs_scroll.3x
  3314. +fsf/ncurses/man/curs_slk.3x
  3315. +fsf/ncurses/man/curs_termattrs.3x
  3316. +fsf/ncurses/man/curs_termcap.3x
  3317. +fsf/ncurses/man/curs_terminfo.3x
  3318. +fsf/ncurses/man/curs_touch.3x
  3319. +fsf/ncurses/man/curs_util.3x
  3320. +fsf/ncurses/man/curs_window.3x
  3321. +fsf/ncurses/man/form.3x
  3322. +fsf/ncurses/man/form_cursor.3x
  3323. +fsf/ncurses/man/form_data.3x
  3324. +fsf/ncurses/man/form_driver.3x
  3325. +fsf/ncurses/man/form_field.3x
  3326. +fsf/ncurses/man/form_field_attributes.3x
  3327. +fsf/ncurses/man/form_field_buffer.3x
  3328. +fsf/ncurses/man/form_field_info.3x
  3329. +fsf/ncurses/man/form_field_just.3x
  3330. +fsf/ncurses/man/form_field_new.3x
  3331. +fsf/ncurses/man/form_field_opts.3x
  3332. +fsf/ncurses/man/form_field_userptr.3x
  3333. +fsf/ncurses/man/form_field_validation.3x
  3334. +fsf/ncurses/man/form_fieldtype.3x
  3335. +fsf/ncurses/man/form_hook.3x
  3336. +fsf/ncurses/man/form_new.3x
  3337. +fsf/ncurses/man/form_new_page.3x
  3338. +fsf/ncurses/man/form_opts.3x
  3339. +fsf/ncurses/man/form_page.3x
  3340. +fsf/ncurses/man/form_post.3x
  3341. +fsf/ncurses/man/form_userptr.3x
  3342. +fsf/ncurses/man/form_win.3x
  3343. +fsf/ncurses/man/infocmp.1m
  3344. +fsf/ncurses/man/man_db.renames
  3345. +fsf/ncurses/man/menu.3x
  3346. +fsf/ncurses/man/menu_attribs.3x
  3347. +fsf/ncurses/man/menu_cursor.3x
  3348. +fsf/ncurses/man/menu_driver.3x
  3349. +fsf/ncurses/man/menu_format.3x
  3350. +fsf/ncurses/man/menu_hook.3x
  3351. +fsf/ncurses/man/menu_items.3x
  3352. +fsf/ncurses/man/menu_mark.3x
  3353. +fsf/ncurses/man/menu_new.3x
  3354. +fsf/ncurses/man/menu_opts.3x
  3355. +fsf/ncurses/man/menu_pattern.3x
  3356. +fsf/ncurses/man/menu_post.3x
  3357. +fsf/ncurses/man/menu_userptr.3x
  3358. +fsf/ncurses/man/menu_win.3x
  3359. +fsf/ncurses/man/mitem_current.3x
  3360. +fsf/ncurses/man/mitem_name.3x
  3361. +fsf/ncurses/man/mitem_new.3x
  3362. +fsf/ncurses/man/mitem_opts.3x
  3363. +fsf/ncurses/man/mitem_userptr.3x
  3364. +fsf/ncurses/man/mitem_value.3x
  3365. +fsf/ncurses/man/mitem_visible.3x
  3366. +fsf/ncurses/man/ncurses.3x
  3367. +fsf/ncurses/man/panel.3x
  3368. +fsf/ncurses/man/term.5
  3369. +fsf/ncurses/man/term.7
  3370. +fsf/ncurses/man/terminfo.head
  3371. +fsf/ncurses/man/terminfo.tail
  3372. +fsf/ncurses/man/tic.1m
  3373. +fsf/ncurses/man/toe.1m
  3374. +fsf/ncurses/man/tput.1
  3375. +fsf/ncurses/man/tset.1
  3376. +fsf/ncurses/manifests/bin
  3377. +fsf/ncurses/manifests/src
  3378. +fsf/ncurses/menu/Makefile.in
  3379. +fsf/ncurses/menu/READ.ME
  3380. +fsf/ncurses/menu/eti.h
  3381. +fsf/ncurses/menu/m_attribs.c
  3382. +fsf/ncurses/menu/m_cursor.c
  3383. +fsf/ncurses/menu/m_driver.c
  3384. +fsf/ncurses/menu/m_format.c
  3385. +fsf/ncurses/menu/m_global.c
  3386. +fsf/ncurses/menu/m_hook.c
  3387. +fsf/ncurses/menu/m_item_cur.c
  3388. +fsf/ncurses/menu/m_item_nam.c
  3389. +fsf/ncurses/menu/m_item_new.c
  3390. +fsf/ncurses/menu/m_item_opt.c
  3391. +fsf/ncurses/menu/m_item_use.c
  3392. +fsf/ncurses/menu/m_item_val.c
  3393. +fsf/ncurses/menu/m_item_vis.c
  3394. +fsf/ncurses/menu/m_items.c
  3395. +fsf/ncurses/menu/m_new.c
  3396. +fsf/ncurses/menu/m_opts.c
  3397. +fsf/ncurses/menu/m_post.c
  3398. +fsf/ncurses/menu/m_userptr.c
  3399. +fsf/ncurses/menu/m_win.c
  3400. +fsf/ncurses/menu/menu.h
  3401. +fsf/ncurses/menu/menu.priv.h
  3402. +fsf/ncurses/menu/mf_common.h
  3403. +fsf/ncurses/menu/modules
  3404. +fsf/ncurses/misc/Makefile.in
  3405. +fsf/ncurses/misc/hackguide.doc
  3406. +fsf/ncurses/misc/hackguide.html
  3407. +fsf/ncurses/misc/ncurses-intro.doc
  3408. +fsf/ncurses/misc/ncurses-intro.html
  3409. +fsf/ncurses/misc/tabset/std
  3410. +fsf/ncurses/misc/tabset/stdcrt
  3411. +fsf/ncurses/misc/tabset/vt100
  3412. +fsf/ncurses/misc/tabset/vt300
  3413. +fsf/ncurses/misc/terminfo.src
  3414. +fsf/ncurses/mk-1st.awk
  3415. +fsf/ncurses/mk-2nd.awk
  3416. +fsf/ncurses/mkinstalldirs
  3417. +fsf/ncurses/ncurses.lsm
  3418. +fsf/ncurses/ncurses/MKcaptab.awk
  3419. +fsf/ncurses/ncurses/MKfallback.sh
  3420. +fsf/ncurses/ncurses/MKkeyname.awk
  3421. +fsf/ncurses/ncurses/MKkeys.awk
  3422. +fsf/ncurses/ncurses/MKlib_gen.sh
  3423. +fsf/ncurses/ncurses/MKnames.awk
  3424. +fsf/ncurses/ncurses/Makefile.in
  3425. +fsf/ncurses/ncurses/README
  3426. +fsf/ncurses/ncurses/SigAction.h
  3427. +fsf/ncurses/ncurses/alloc_entry.c
  3428. +fsf/ncurses/ncurses/captoinfo.c
  3429. +fsf/ncurses/ncurses/comp_error.c
  3430. +fsf/ncurses/ncurses/comp_hash.c
  3431. +fsf/ncurses/ncurses/comp_parse.c
  3432. +fsf/ncurses/ncurses/comp_scan.c
  3433. +fsf/ncurses/ncurses/curses.priv.h
  3434. +fsf/ncurses/ncurses/hardscroll.c
  3435. +fsf/ncurses/ncurses/keys.list
  3436. +fsf/ncurses/ncurses/lib_acs.c
  3437. +fsf/ncurses/ncurses/lib_addch.c
  3438. +fsf/ncurses/ncurses/lib_addstr.c
  3439. +fsf/ncurses/ncurses/lib_beep.c
  3440. +fsf/ncurses/ncurses/lib_bkgd.c
  3441. +fsf/ncurses/ncurses/lib_box.c
  3442. +fsf/ncurses/ncurses/lib_clear.c
  3443. +fsf/ncurses/ncurses/lib_clrbot.c
  3444. +fsf/ncurses/ncurses/lib_clreol.c
  3445. +fsf/ncurses/ncurses/lib_color.c
  3446. +fsf/ncurses/ncurses/lib_data.c
  3447. +fsf/ncurses/ncurses/lib_delch.c
  3448. +fsf/ncurses/ncurses/lib_delwin.c
  3449. +fsf/ncurses/ncurses/lib_doupdate.c
  3450. +fsf/ncurses/ncurses/lib_endwin.c
  3451. +fsf/ncurses/ncurses/lib_erase.c
  3452. +fsf/ncurses/ncurses/lib_getch.c
  3453. +fsf/ncurses/ncurses/lib_getstr.c
  3454. +fsf/ncurses/ncurses/lib_inchstr.c
  3455. +fsf/ncurses/ncurses/lib_initscr.c
  3456. +fsf/ncurses/ncurses/lib_insch.c
  3457. +fsf/ncurses/ncurses/lib_insdel.c
  3458. +fsf/ncurses/ncurses/lib_insstr.c
  3459. +fsf/ncurses/ncurses/lib_instr.c
  3460. +fsf/ncurses/ncurses/lib_isendwin.c
  3461. +fsf/ncurses/ncurses/lib_kernel.c
  3462. +fsf/ncurses/ncurses/lib_longname.c
  3463. +fsf/ncurses/ncurses/lib_mouse.c
  3464. +fsf/ncurses/ncurses/lib_move.c
  3465. +fsf/ncurses/ncurses/lib_mvcur.c
  3466. +fsf/ncurses/ncurses/lib_mvwin.c
  3467. +fsf/ncurses/ncurses/lib_newterm.c
  3468. +fsf/ncurses/ncurses/lib_newwin.c
  3469. +fsf/ncurses/ncurses/lib_options.c
  3470. +fsf/ncurses/ncurses/lib_overlay.c
  3471. +fsf/ncurses/ncurses/lib_pad.c
  3472. +fsf/ncurses/ncurses/lib_printw.c
  3473. +fsf/ncurses/ncurses/lib_raw.c
  3474. +fsf/ncurses/ncurses/lib_refresh.c
  3475. +fsf/ncurses/ncurses/lib_resize.c
  3476. +fsf/ncurses/ncurses/lib_scanw.c
  3477. +fsf/ncurses/ncurses/lib_screen.c
  3478. +fsf/ncurses/ncurses/lib_scroll.c
  3479. +fsf/ncurses/ncurses/lib_scrreg.c
  3480. +fsf/ncurses/ncurses/lib_set_term.c
  3481. +fsf/ncurses/ncurses/lib_setup.c
  3482. +fsf/ncurses/ncurses/lib_slk.c
  3483. +fsf/ncurses/ncurses/lib_termcap.c
  3484. +fsf/ncurses/ncurses/lib_ti.c
  3485. +fsf/ncurses/ncurses/lib_touch.c
  3486. +fsf/ncurses/ncurses/lib_tparm.c
  3487. +fsf/ncurses/ncurses/lib_tputs.c
  3488. +fsf/ncurses/ncurses/lib_trace.c
  3489. +fsf/ncurses/ncurses/lib_traceatr.c
  3490. +fsf/ncurses/ncurses/lib_tracechr.c
  3491. +fsf/ncurses/ncurses/lib_tracedmp.c
  3492. +fsf/ncurses/ncurses/lib_tracemse.c
  3493. +fsf/ncurses/ncurses/lib_tstp.c
  3494. +fsf/ncurses/ncurses/lib_twait.c
  3495. +fsf/ncurses/ncurses/lib_unctrl.c
  3496. +fsf/ncurses/ncurses/lib_vidattr.c
  3497. +fsf/ncurses/ncurses/lib_window.c
  3498. +fsf/ncurses/ncurses/modules
  3499. +fsf/ncurses/ncurses/parse_entry.c
  3500. +fsf/ncurses/ncurses/read_entry.c
  3501. +fsf/ncurses/ncurses/read_termcap.c
  3502. +fsf/ncurses/ncurses/sigaction.c
  3503. +fsf/ncurses/ncurses/vsscanf.c
  3504. +fsf/ncurses/ncurses/write_entry.c
  3505. +fsf/ncurses/panel/Makefile.in
  3506. +fsf/ncurses/panel/modules
  3507. +fsf/ncurses/panel/panel.c
  3508. +fsf/ncurses/panel/panel.h
  3509. +fsf/ncurses/progs/MKtermsort.sh
  3510. +fsf/ncurses/progs/Makefile.in
  3511. +fsf/ncurses/progs/capconvert
  3512. +fsf/ncurses/progs/clear.c
  3513. +fsf/ncurses/progs/clear.sh
  3514. +fsf/ncurses/progs/dump_entry.c
  3515. +fsf/ncurses/progs/dump_entry.h
  3516. +fsf/ncurses/progs/infocmp.c
  3517. +fsf/ncurses/progs/modules
  3518. +fsf/ncurses/progs/progs.priv.h
  3519. +fsf/ncurses/progs/tic.c
  3520. +fsf/ncurses/progs/toe.c
  3521. +fsf/ncurses/progs/tput.c
  3522. +fsf/ncurses/progs/tset.c
  3523. +fsf/ncurses/shlib
  3524. +fsf/ncurses/test/Makefile.in
  3525. +fsf/ncurses/test/README
  3526. +fsf/ncurses/test/blue.c
  3527. +fsf/ncurses/test/bs.6
  3528. +fsf/ncurses/test/bs.c
  3529. +fsf/ncurses/test/configure.in
  3530. +fsf/ncurses/test/firework.c
  3531. +fsf/ncurses/test/gdc.6
  3532. +fsf/ncurses/test/gdc.c
  3533. +fsf/ncurses/test/hanoi.c
  3534. +fsf/ncurses/test/knight.c
  3535. +fsf/ncurses/test/lrtest.c
  3536. +fsf/ncurses/test/ncurses.c
  3537. +fsf/ncurses/test/newdemo.c
  3538. +fsf/ncurses/test/rain.c
  3539. +fsf/ncurses/test/tclock.c
  3540. +fsf/ncurses/test/testcurs.c
  3541. +fsf/ncurses/test/tracemunch
  3542. +fsf/ncurses/test/view.c
  3543. +fsf/ncurses/test/worm.c
  3544. +fsf/ncurses/test/xmas.c
  3545. diff -rup --new-file baseline/fsf/ncurses/misc/Makefile.in amiga/fsf/ncurses/misc/Makefile.in
  3546. --- baseline/fsf/ncurses/misc/Makefile.in    Sun Jan 21 14:14:30 1996
  3547. +++ amiga/fsf/ncurses/misc/Makefile.in    Sat Sep 28 00:00:00 1996
  3548. @@ -35,6 +35,7 @@ install.data: $(ticdir)
  3549.      @echo "Building terminfo database, please wait..."
  3550.      umask 022; TERMINFO=$(ticdir) $(bindir)/tic $(srcdir)/terminfo.src
  3551.      cp -r $(srcdir)/tabset $(prefix)/share
  3552. +    find $(prefix)/share -type d -name CVS -print | xargs rm -rf
  3553.  
  3554.  $(ticdir) :
  3555.      $(srcdir)/../mkinstalldirs $@
  3556. diff -rup --new-file baseline/fsf/ncurses/mk-1st.awk amiga/fsf/ncurses/mk-1st.awk
  3557. --- baseline/fsf/ncurses/mk-1st.awk    Thu Feb 15 23:18:51 1996
  3558. +++ amiga/fsf/ncurses/mk-1st.awk    Sat Sep 28 00:00:00 1996
  3559. @@ -102,7 +102,12 @@ END    {
  3560.                  {
  3561.                      printf "\t@echo linking libcurses.a to libncurses.a \n"
  3562.                      printf "\trm -f $(libdir)/libcurses.a \n"
  3563. -                    printf "\t$(LN_S) $(libdir)/libncurses.a $(libdir)/libcurses.a \n"
  3564. +                    # Amiga hack - although we have symlinks, and it's ok to
  3565. +                    # use them in the build dir, it is not a good idea to use
  3566. +                    # them in the install dir, since the standard AmigaOS
  3567. +                    # tools like "copy" don't understand them.
  3568. +                    printf "\tcp $(libdir)/libncurses.a $(libdir)/libcurses.a \n"
  3569. +                    printf "\t$(RANLIB) $(libdir)/libcurses.a\n"
  3570.                  }
  3571.                  printf "\t$(RANLIB) $(libdir)/%s\n", lib_name
  3572.              }
  3573. diff -rup --new-file baseline/fsf/ncurses/progs/Makefile.in amiga/fsf/ncurses/progs/Makefile.in
  3574. --- baseline/fsf/ncurses/progs/Makefile.in    Sat Feb 10 16:08:16 1996
  3575. +++ amiga/fsf/ncurses/progs/Makefile.in    Sat Sep 28 00:00:00 1996
  3576. @@ -69,6 +69,10 @@ install: install.progs 
  3577.  # this line simplifies the configure-script
  3578.  install.libs:
  3579.  
  3580. +# Amiga hack - although we have links and they are ok to use in the build
  3581. +# directory, it's not a good idea to link stuff in the install dir because
  3582. +# the standard Amiga tools like "copy" don't understand them.
  3583. +
  3584.  install.progs: $(PROGS) $(bindir)
  3585.      $(INSTALL_PROGRAM) tic $(bindir)/tic
  3586.      $(INSTALL_PROGRAM) toe $(bindir)/toe
  3587. @@ -76,12 +80,12 @@ install.progs: $(PROGS) $(bindir)
  3588.      $(INSTALL_PROGRAM) clear $(bindir)/clear
  3589.      $(INSTALL_PROGRAM) tput $(bindir)/tput
  3590.      $(INSTALL_PROGRAM) tset $(bindir)/tset
  3591. -    @echo "linking captoinfo to tic"
  3592. +    @echo "copying captoinfo to tic"
  3593.      -@rm -f $(bindir)/captoinfo
  3594. -    -@ln $(bindir)/tic $(bindir)/captoinfo
  3595. -    @echo "linking reset to tset"
  3596. +    -@cp $(bindir)/tic $(bindir)/captoinfo
  3597. +    @echo "copying reset to tset"
  3598.      -@rm -f $(bindir)/reset
  3599. -    -@ln $(bindir)/tset $(bindir)/reset
  3600. +    -@cp $(bindir)/tset $(bindir)/reset
  3601.  
  3602.  $(bindir) :
  3603.      $(srcdir)/../mkinstalldirs $@
  3604.