-
Notifications
You must be signed in to change notification settings - Fork 300
/
config.h.meson.in
60 lines (41 loc) · 1.43 KB
/
config.h.meson.in
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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
#pragma once
// config.h.in. Generated from configure.ac by autoheader.
// Define to the version of this package.
#mesondefine VERSION
// Enable debug code
#mesondefine ENABLE_DEBUG
// ***** Enable features
// define to enable the empty view that is used for performance measurement
#mesondefine ENABLE_EMPTY_VIEW
// Define to enable xmp support
#mesondefine HAVE_EXEMPI
// Define to enable EXIF support
#mesondefine HAVE_EXIF
// Define if libselinux is available
#mesondefine HAVE_SELINUX
// Define to enable pango-1.44 fixes
#mesondefine HAVE_PANGO_144
// ***** Localisation
// always defined to indicate that i18n is enabled
#mesondefine ENABLE_NLS
#mesondefine HAVE_GETTEXT
// the gettext translation domain
#mesondefine GETTEXT_PACKAGE
// Define to 1 if you have the <locale.h> header file.
#mesondefine HAVE_LOCALE_H
// path for translations
#mesondefine LOCALEDIR
#mesondefine LOCALE_DIR
// Define to 1 if you have the <malloc.h> header file.
#mesondefine HAVE_MALLOC_H
// Define to 1 if you have the `mallopt' function.
#mesondefine HAVE_MALLOPT
// Define to 1 if you have the <sys/mount.h> header file.
#mesondefine HAVE_SYS_MOUNT_H
// Define to 1 if you have the <sys/param.h> header file.
#mesondefine HAVE_SYS_PARAM_H
// Define to 1 if you have the <sys/vfs.h> header file.
#mesondefine HAVE_SYS_VFS_H
// Define to 1 if you have the <X11/XF86keysym.h> header file.
#mesondefine HAVE_X11_XF86KEYSYM_H
#mesondefine ENABLE_TRACKER