summaryrefslogtreecommitdiff
path: root/config.h.meson
blob: 75b0170d87576ca4be897e7fad636c13e7c44125 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
/* 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 libsystemd is available */
#mesondefine HAVE_SYSTEMD

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

/* define if libxkbregistry is available */
#mesondefine HAVE_XKBREGISTRY

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