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

@ -24,6 +24,9 @@
/* Define to 1 if you have the `IORegisterForSystemPower' function. */
#undef HAVE_IOREGISTERFORSYSTEMPOWER
/* Define to 1 if you have the `m' library (-lm). */
#undef HAVE_LIBM
/* Define to 1 if you have the <memory.h> header file. */
#undef HAVE_MEMORY_H
@ -69,6 +72,12 @@
/* Define to 1 if you have the `use_default_colors' function. */
#undef HAVE_USE_DEFAULT_COLORS
/* Define to 1 if you have the `wcslcat' function. */
#undef HAVE_WCSLCAT
/* Define to 1 if you have the `wcslcpy' function. */
#undef HAVE_WCSLCPY
/* Define to the address where bug reports for this package should be sent. */
#undef PACKAGE_BUGREPORT