Blame config.h.meson

rpm-build 18b009
/* The gettext translation domain */
rpm-build 18b009
#mesondefine GETTEXT_PACKAGE
rpm-build 18b009
rpm-build 18b009
/* Path to library install prefix */
rpm-build 18b009
#mesondefine INSTALL_PREFIX
rpm-build 18b009
rpm-build 18b009
/* Define if using seccomp */
rpm-build 18b009
#mesondefine ENABLE_SECCOMP
rpm-build 18b009
rpm-build 18b009
/* Define to 1 if Bubblewrap support is available */
rpm-build 18b009
#mesondefine HAVE_BWRAP
rpm-build 18b009
rpm-build 18b009
/* we have the timerfd_create(2) system call */
rpm-build 18b009
#mesondefine HAVE_TIMERFD
rpm-build 18b009
#
rpm-build 18b009
/* Define to 1 if you have the `openat' function. */
rpm-build 18b009
#mesondefine HAVE_OPENAT
rpm-build 18b009
rpm-build 18b009
/* define if udev is available */
rpm-build 18b009
#mesondefine HAVE_UDEV
rpm-build 18b009
rpm-build 18b009
/* Define to include GNU extensions */
rpm-build 18b009
#mesondefine _GNU_SOURCE