Use the correct FreeBSD definitions for wint_t and wchar_t.

This commit is contained in:
David E. O'Brien 2001-05-18 00:41:27 +00:00
parent 693617e6f4
commit 4402efc314
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=76783
2 changed files with 6 additions and 2 deletions

View File

@ -363,7 +363,9 @@ curses.h: curses.h.in
-e "s%@cf_cv_typeof_chtype@%${TYPEOF_CHTYPE}%g" \
-e "s%@cf_cv_widec_shift@%${WIDEC_SHIFT}%g" \
-e "s%@cf_cv_shift_limit@%${SHIFT_LIMIT}%g" \
-e "s%@cf_cv_1UL@%${ONEUL}%g"
-e "s%@cf_cv_1UL@%${ONEUL}%g" \
-e "s/ _WCHAR_T/ _BSD_WCHAR_T_/g" \
-e "s/ _WINT_T/ _BSD_WINT_T_/g"
unctrl.h: unctrl.h.in
sed <${NCURSES}/include/$@.in >$@ \

View File

@ -363,7 +363,9 @@ curses.h: curses.h.in
-e "s%@cf_cv_typeof_chtype@%${TYPEOF_CHTYPE}%g" \
-e "s%@cf_cv_widec_shift@%${WIDEC_SHIFT}%g" \
-e "s%@cf_cv_shift_limit@%${SHIFT_LIMIT}%g" \
-e "s%@cf_cv_1UL@%${ONEUL}%g"
-e "s%@cf_cv_1UL@%${ONEUL}%g" \
-e "s/ _WCHAR_T/ _BSD_WCHAR_T_/g" \
-e "s/ _WINT_T/ _BSD_WINT_T_/g"
unctrl.h: unctrl.h.in
sed <${NCURSES}/include/$@.in >$@ \