Move HAVE_WCSXXX from wx/osx/config_xcode.h to wx/osx/chkconf.h.
authorVadim Zeitlin <vadim@wxwidgets.org>
Mon, 15 Jul 2013 16:42:10 +0000 (16:42 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Mon, 15 Jul 2013 16:42:10 +0000 (16:42 +0000)
commit92e839baa4772e0b99c5cb1eab37e8cfa25c6d15
treeb25e0f5f7c66b343bdaa681fd19326546bcaee19
parentf2d8a2767ec3bc3d6c102d8958ee6b50dc1fa36c
Move HAVE_WCSXXX from wx/osx/config_xcode.h to wx/osx/chkconf.h.

The latter file is also used when building from the command line while the
former is only used in Xcode build, as its name indicates (which didn't help
me to notice it, however).

Also restore the test for wcsftime() in configure as it is available even on
older systems but do not test for strnlen() -- as it is not.

These changes amend those of r74523.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@74534 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
configure
configure.in
include/wx/osx/cocoa/chkconf.h
include/wx/osx/config_xcode.h