Codebase list gnome-desktop3 / upstream/3.31.90 config.h.meson
upstream/3.31.90

Tree @upstream/3.31.90 (Download .tar.gz)

config.h.meson @upstream/3.31.90raw · history · blame

/* The gettext translation domain */
#mesondefine GETTEXT_PACKAGE

/* Path to library install prefix */
#mesondefine INSTALL_PREFIX

/* Define if using seccomp */
#mesondefine ENABLE_SECCOMP

/* Define to 1 if Bubblewrap support is available */
#mesondefine HAVE_BWRAP

/* we have the timerfd_create(2) system call */
#mesondefine HAVE_TIMERFD
#
/* Define to 1 if you have the `openat' function. */
#mesondefine HAVE_OPENAT

/* define if udev is available */
#mesondefine HAVE_UDEV

/* Define to include GNU extensions */
#mesondefine _GNU_SOURCE