Provide compat functions for wcsl{cpy,cat}().

This commit is contained in:
Felicity Tarnell 2014-03-08 13:03:19 +00:00
parent 684c581b32
commit 7c26144e31
6 changed files with 118 additions and 10 deletions

View file

@ -26,7 +26,7 @@ AC_PROG_INSTALL
AX_WITH_CURSES
oLIBS="$LIBS"
LIBS="$LIBS $CURSES_LIB"
AC_CHECK_FUNCS([use_default_colors])
AC_CHECK_FUNCS([use_default_colors wcslcpy wcslcat])
LIBS="$oLIBS"
AC_CHECK_HEADERS([IOKit/pwr_mgt/IOPMLib.h])