Tests for wchar.h/wcstr.h - PLEASE DO NOT GUESS BUT USE CONFIGURE TO TEST!!!
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@2246 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
e955db19c1
commit
76ed42ef66
@ -443,6 +443,10 @@ AC_CHECK_HEADERS(sys/time.h)
|
||||
dnl defines HAVE_SYS_TIME_H
|
||||
AC_CHECK_HEADERS(unistd.h)
|
||||
dnl defines HAVE_UNISTD_H
|
||||
AC_CHECK_HEADERS(wchar.h)
|
||||
dnl defines HAVE_WCHAR_H
|
||||
AC_CHECK_HEADERS(wcstr.h)
|
||||
dnl defines HAVE_WCSTR_H
|
||||
AC_CHECK_HEADERS(fnmatch.h)
|
||||
dnl defines HAVE_FNMATCH_H
|
||||
dnl As it needs Linux 2.1.x for the moment: check whether the file exists (GL).
|
||||
|
@ -474,6 +474,12 @@
|
||||
/* Define if you have <unistd.h>. */
|
||||
#undef HAVE_UNISTD_H
|
||||
|
||||
/* Define if you have <wchar.h>. */
|
||||
#undef HAVE_WCHAR_H
|
||||
|
||||
/* Define if you have <wcstr.h>. */
|
||||
#undef HAVE_WCSTR_H
|
||||
|
||||
/* Define if you have <fnmatch.h>. */
|
||||
#undef HAVE_FNMATCH_H
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user