config.h.meson: Add some missing #mesondefines

The compiler checks were being completely ignored.
This commit is contained in:
Nirbheek Chauhan 2018-05-07 15:07:47 +05:30
parent b6cb22f32b
commit 91c9cb5a52

View File

@ -226,6 +226,12 @@
/* Define to 1 if you have the `kqueue' function. */
#mesondefine HAVE_KQUEUE
/* Check for nl_langinfo and abbreviated alternative month names */
#mesondefine HAVE_LANGINFO_ABALTMON
/* Check for nl_langinfo and alternative month names */
#mesondefine HAVE_LANGINFO_ALTMON
/* Define if you have <langinfo.h> and nl_langinfo(CODESET). */
#mesondefine HAVE_LANGINFO_CODESET
@ -632,6 +638,9 @@
/* Define if you have the 'wchar_t' type. */
#mesondefine HAVE_WCHAR_T
/* Define if you Have wcrtomb() */
#mesondefine HAVE_WCRTOMB
/* Define to 1 if you have the `wcslen' function. */
#mesondefine HAVE_WCSLEN