- Update build glues for ncurses 5.6 snapshot 20080209

- While I'm here, sort macro defines in ncurses_cfg.h
This commit is contained in:
Rong-En Fan 2008-02-11 13:39:36 +00:00
parent ce14abc704
commit 67c700c106
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=176190
2 changed files with 11 additions and 6 deletions

View File

@ -501,6 +501,7 @@ MAN= \
curs_termattrs.3 \
curs_termcap.3 \
curs_terminfo.3 \
curs_threads.3 \
curs_touch.3 \
curs_trace.3 \
curs_util.3 \
@ -845,6 +846,10 @@ MLINKS= ncurses.3 curses.3 \
curs_terminfo.3 vid_puts.3 \
curs_terminfo.3 vidattr.3 \
curs_terminfo.3 vidputs.3 \
curs_threads.3 set_escdelay.3 \
curs_threads.3 set_tabsize.3 \
curs_threads.3 use_screen.3 \
curs_threads.3 use_window.3 \
curs_touch.3 is_linetouched.3 \
curs_touch.3 is_wintouched.3 \
curs_touch.3 touchline.3 \

View File

@ -144,7 +144,7 @@
#define NCURSES_EXT_FUNCS 1
#define NCURSES_NO_PADDING 1
#define NCURSES_PATHSEP ':'
#define NCURSES_VERSION_STRING "5.6.20071222"
#define NCURSES_VERSION_STRING "5.6.20080209"
#define NDEBUG 1
#define RETSIGTYPE void
#define SIG_ATOMIC_T volatile sig_atomic_t
@ -164,15 +164,15 @@
#define USE_TERMCAP 1
#ifdef ENABLE_WIDEC
#define USE_WIDEC_SUPPORT 1
#define HAVE_PUTWC 1
#define HAVE_BTOWC 1
#define HAVE_WCTOB 1
#define HAVE_MBTOWC 1
#define HAVE_WCTOMB 1
#define HAVE_MBLEN 1
#define HAVE_MBRLEN 1
#define HAVE_MBRTOWC 1
#define NEED_WCHAR_H 1
#define HAVE_MBTOWC 1
#define HAVE_PUTWC 1
#define HAVE_WCTOB 1
#define HAVE_WCTOMB 1
#define NEED_WCHAR_H 1
#endif
#include <ncurses_def.h>