mirror of
https://github.com/Aigor44/ncursesw-morphos.git
synced 2024-12-21 07:39:06 +08:00
7ca9d1eb1a
+ modify make_db_path() to allow creating "terminfo.db" in the same directory as an existing "terminfo" directory. This fixes a case where switching between hashed/filesystem databases would cause the new hashed database to be installed in the next best location - root's home directory. + add variable cf_cv_prog_gnat_correct to those passed to config.status, fixing a problem with Ada95 builds (cf: 20111022). + change feature test from _XPG5 to _XOPEN_SOURCE in two places, to accommodate broken implementations for _XPG6. + eliminate usage of NULL symbol from etip.h, to reduce header interdependencies. + add configure check to decide when to add _XOPEN_SOURCE define to compiler options, i.e., for Solaris 10 and later (cf: 20100403). This is a workaround for gcc 4.6, which fails to build the c++ binding if that symbol is defined by the application, due to incorrectly combining the corresponding feature test macros (report by Peter Kruse). |
||
---|---|---|
.. | ||
cursesapp.cc | ||
cursesapp.h | ||
cursesf.cc | ||
cursesf.h | ||
cursesm.cc | ||
cursesm.h | ||
cursesmain.cc | ||
cursesp.cc | ||
cursesp.h | ||
cursespad.cc | ||
cursesw.cc | ||
cursesw.h | ||
cursslk.cc | ||
cursslk.h | ||
demo.cc | ||
edit_cfg.sh | ||
etip.h.in | ||
headers | ||
internal.h | ||
Makefile.in | ||
modules | ||
NEWS | ||
PROBLEMS | ||
README-first |