From e4283f6d48b98e764b988b43bbc86b9d52e6ec94 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sun, 7 Apr 2024 19:54:43 +0200 Subject: Adding upstream version 43.9. Signed-off-by: Daniel Baumann --- config.h.meson | 38 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 38 insertions(+) create mode 100644 config.h.meson (limited to 'config.h.meson') diff --git a/config.h.meson b/config.h.meson new file mode 100644 index 0000000..ff355d3 --- /dev/null +++ b/config.h.meson @@ -0,0 +1,38 @@ +/* The prefix for our gettext translation domains. */ +#mesondefine GETTEXT_PACKAGE + +/* Version number of package */ +#mesondefine VERSION + +/* Version number of package */ +#mesondefine PACKAGE_VERSION + +/* Define to 1 if you have the `fdwalk' function. */ +#mesondefine HAVE_FDWALK + +/* Define to 1 if you have the `mallinfo' function. */ +#mesondefine HAVE_MALLINFO + +/* Define to 1 if you have the `mallinfo2' function. */ +#mesondefine HAVE_MALLINFO2 + +/* Define to 1 fi you have the header file. */ +#mesondefine HAVE_SYS_RESOURCE_H + +/* Define if we have NetworkManager */ +#mesondefine HAVE_NETWORKMANAGER + +/* Define if we have systemd */ +#mesondefine HAVE_SYSTEMD + +/* Define if _NL_TIME_FIRST_WEEKDATE is available */ +#mesondefine HAVE__NL_TIME_FIRST_WEEKDAY + +/* Define if you have the `g_desktop_app_info_launch_uris_as_manager_with_fds` function */ +#mesondefine HAVE_GIO_DESKTOP_LAUNCH_URIS_WITH_FDS + +/* Define if fdwalk is available in libc */ +#mesondefine HAVE_FDWALK + +/* Define if polkit defines autocleanup functions */ +#mesondefine HAVE_POLKIT_AUTOCLEANUP -- cgit v1.2.3