cleanup/modernize: don't test HAVE_MBRTOWC; now gnulib provides it
authorJim Meyering <meyering@redhat.com>
Tue, 23 Dec 2008 18:06:31 +0000 (19:06 +0100)
committerJim Meyering <meyering@redhat.com>
Thu, 1 Jan 2009 01:15:07 +0000 (02:15 +0100)
commit92465d59c678c5a8e8c4c0985eb6ecec4c391df9
tree5f79e5a63b435fa4d8260bc7a82ca2376ad25c1c
parent921feefb12e7f93c0925188b9b11f2e1fd775e33
cleanup/modernize: don't test HAVE_MBRTOWC; now gnulib provides it

* bootstrap.conf (gnulib_modules): Include mbrtowc explicitly.
* src/ls.c (quote_name): Don't test HAVE_MBRTOWC, now that we're
guaranteed to have the function.
* src/wc.c (wc): Likewise.
bootstrap.conf
src/ls.c
src/wc.c