mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-04-23 23:59:16 +02: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. */
|
/* Define to 1 if you have the `kqueue' function. */
|
||||||
#mesondefine HAVE_KQUEUE
|
#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). */
|
/* Define if you have <langinfo.h> and nl_langinfo(CODESET). */
|
||||||
#mesondefine HAVE_LANGINFO_CODESET
|
#mesondefine HAVE_LANGINFO_CODESET
|
||||||
|
|
||||||
@ -632,6 +638,9 @@
|
|||||||
/* Define if you have the 'wchar_t' type. */
|
/* Define if you have the 'wchar_t' type. */
|
||||||
#mesondefine HAVE_WCHAR_T
|
#mesondefine HAVE_WCHAR_T
|
||||||
|
|
||||||
|
/* Define if you Have wcrtomb() */
|
||||||
|
#mesondefine HAVE_WCRTOMB
|
||||||
|
|
||||||
/* Define to 1 if you have the `wcslen' function. */
|
/* Define to 1 if you have the `wcslen' function. */
|
||||||
#mesondefine HAVE_WCSLEN
|
#mesondefine HAVE_WCSLEN
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user