mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-02-03 17:56:17 +01:00
config.h.meson: Add some missing #mesondefines
The compiler checks were being completely ignored.
This commit is contained in:
parent
b6cb22f32b
commit
91c9cb5a52
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user