-
Notifications
You must be signed in to change notification settings - Fork 67
/
Copy pathconfig.h.meson
39 lines (27 loc) · 979 Bytes
/
config.h.meson
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
30
31
32
33
34
35
36
37
38
39
/* config.h.in. Generated from configure.ac by autoheader. */
/* Manually converted for use by Meson. */
/* GLib version requirements */
#mesondefine GLIB_VERSION_MIN_REQUIRED
#mesondefine GLIB_VERSION_MAX_ALLOWED
/* Define to the gettext package name. */
#mesondefine GETTEXT_PACKAGE
/* Define if you have GNU fwrite_unlocked */
#mesondefine HAVE_GNU_FWRITE_UNLOCKED
/* Use GUdev for hardware detection */
#mesondefine HAVE_GUDEV
/* define if Multimedia Keys are enabled */
#mesondefine HAVE_MMKEYS
/* Name of package */
#mesondefine PACKAGE
/* Define if libsecret support is enabled */
#mesondefine WITH_LIBSECRET
/* Define if you have cfmakeraw */
#mesondefine HAVE_CFMAKERAW
/* Define to the version of this package. */
#define VERSION "@VERSION@"
/* Define if prctl is available. */
#mesondefine HAVE_PRCTL
/* Define if pthread_getname_np is available. */
#mesondefine HAVE_PTHREAD_GETNAME_NP
/* Define if libmtp support is enabled */
#mesondefine WITH_LIBMTP