diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-27 15:07:22 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-27 15:07:22 +0000 |
commit | f9d480cfe50ca1d7a0f0b5a2b8bb9932962bfbe7 (patch) | |
tree | ce9e8db2d4e8799780fa72ae8f1953039373e2ee /config.h.meson | |
parent | Initial commit. (diff) | |
download | gnome-shell-f9d480cfe50ca1d7a0f0b5a2b8bb9932962bfbe7.tar.xz gnome-shell-f9d480cfe50ca1d7a0f0b5a2b8bb9932962bfbe7.zip |
Adding upstream version 3.38.6.upstream/3.38.6upstream
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'config.h.meson')
-rw-r--r-- | config.h.meson | 35 |
1 files changed, 35 insertions, 0 deletions
diff --git a/config.h.meson b/config.h.meson new file mode 100644 index 0000000..b93fda8 --- /dev/null +++ b/config.h.meson @@ -0,0 +1,35 @@ +/* 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 <sys/resource.h> 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 |