summaryrefslogtreecommitdiff
path: root/config.h.meson
blob: 06190aae1181e6f55f181f3813f243cb4a485e15 (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
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
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
/* Define if building universal (internal helper macro) */
#mesondefine AC_APPLE_UNIVERSAL_BUILD

/* Path to ConsoleKit database */
#mesondefine CKDB_PATH

/* Define to path of dhclient binary */
#mesondefine DHCLIENT_PATH

/* Define to path of dhcpcanon binary */
#mesondefine DHCPCANON_PATH

/* Define to path of dhcpcd binary */
#mesondefine DHCPCD_PATH

/* Define if dhcpcd supports IPv6 (6.x+) */
#mesondefine DHCPCD_SUPPORTS_IPV6

/* Define to path of dnsmasq binary */
#mesondefine DNSMASQ_PATH

/* Define to path of unbound dnssec-trigger-script */
#mesondefine DNSSEC_TRIGGER_SCRIPT

/* Gettext package */
#mesondefine GETTEXT_PACKAGE

/* Define to 1 if you have the declaration of `reallocarray', and to 0 if
   you don't. */
#mesondefine HAVE_DECL_REALLOCARRAY

/* Define to 1 if you have the declaration of `explicit_bzero', and to 0 if
   you don't. */
#mesondefine HAVE_DECL_EXPLICIT_BZERO

/* has getrandom */
#mesondefine HAVE_GETRANDOM

/* Define if you have libaudit support */
#mesondefine HAVE_LIBAUDIT

/* Define to 1 if libsystemd is available */
#mesondefine HAVE_LIBSYSTEMD

/* Define to 1 if you have the `secure_getenv' function. */
#mesondefine HAVE_SECURE_GETENV

/* Define if you have SELinux support */
#mesondefine HAVE_SELINUX

/* Define to 1 if you have the <sys/auxv.h> header file. */
#mesondefine HAVE_SYS_AUXV_H

/* Define if systemd support is available */
#mesondefine HAVE_SYSTEMD

/* Define if you have Linux Wireless Extensions support */
#mesondefine HAVE_WEXT

/* Define to 1 if you have the `__secure_getenv' function. */
#mesondefine HAVE___SECURE_GETENV

/* Enable Gentoo hostname persist method */
#mesondefine HOSTNAME_PERSIST_GENTOO

/* Enable Slackware hostname persist method */
#mesondefine HOSTNAME_PERSIST_SLACKWARE

/* Enable SuSE hostname persist method */
#mesondefine HOSTNAME_PERSIST_SUSE

/* Define to path of iptables binary */
#mesondefine IPTABLES_PATH

/* Define to path to the Jansson shared library */
#mesondefine JANSSON_SONAME

/* Define to path of the kernel firmware directory */
#mesondefine KERNEL_FIRMWARE_DIR

/* Path to netconfig */
#mesondefine NETCONFIG_PATH

/* The default value of the logging.audit configuration option */
#mesondefine NM_CONFIG_DEFAULT_LOGGING_AUDIT

/* Default configuration option for logging.backend */
#mesondefine NM_CONFIG_DEFAULT_LOGGING_BACKEND

/* The default value of the auth-polkit configuration option */
#mesondefine NM_CONFIG_DEFAULT_MAIN_AUTH_POLKIT

/* Default configuration option for main.dhcp setting */
#mesondefine NM_CONFIG_DEFAULT_MAIN_DHCP

/* Default configuration option for main.plugins setting */
#mesondefine NM_CONFIG_DEFAULT_MAIN_PLUGINS

/* Default value for main.rc-manager setting */
#mesondefine NM_CONFIG_DEFAULT_MAIN_RC_MANAGER

/* Define the distribution version string */
#mesondefine NM_DIST_VERSION

/* Define if more asserts are enabled */
#mesondefine NM_MORE_ASSERTS

/* Define if more debug logging is enabled */
#mesondefine NM_MORE_LOGGING

/* Define to the full name and version of this package. */
#mesondefine PACKAGE_STRING

/* Path to resolvconf */
#mesondefine RESOLVCONF_PATH

/* Define to 1 if ConsoleKit is available */
#mesondefine SESSION_TRACKING_CONSOLEKIT

/* Define to 1 if libelogin is available */
#mesondefine SESSION_TRACKING_ELOGIND

/* Define to 1 if libsystemd-login is available */
#mesondefine SESSION_TRACKING_SYSTEMD

/* The size of `dev_t', as computed by sizeof. */
#mesondefine SIZEOF_DEV_T

/* The size of `time_t', as computed by sizeof. */
#mesondefine SIZEOF_TIME_T

/* The size of `pid_t', as computed by sizeof. */
#mesondefine SIZEOF_PID_T

/* Define to 1 to use ConsoleKit2 suspend api */
#mesondefine SUSPEND_RESUME_CONSOLEKIT

/* Define to 1 to use elogind suspend api */
#mesondefine SUSPEND_RESUME_ELOGIND

/* Define to 1 to use systemd suspend api */
#mesondefine SUSPEND_RESUME_SYSTEMD

/* Define to 1 to use UPower suspend api */
#mesondefine SUSPEND_RESUME_UPOWER

/* Define to 1 if libsystemd-journald is available */
#mesondefine SYSTEMD_JOURNAL

/* Define to path to system CA certificates */
#mesondefine SYSTEM_CA_PATH

/* Define python path for test binary */
#mesondefine TEST_NM_PYTHON

/* Enable extensions on AIX 3, Interix.  */
#ifndef _ALL_SOURCE
# define _ALL_SOURCE 1
#endif

/* Enable GNU extensions on systems that have them.  */
#ifndef _GNU_SOURCE
# define _GNU_SOURCE 1
#endif

/* Enable threading extensions on Solaris.  */
#ifndef _POSIX_PTHREAD_SEMANTICS
# define _POSIX_PTHREAD_SEMANTICS 1
#endif

/* Enable extensions on HP NonStop.  */
#ifndef _TANDEM_SOURCE
# define _TANDEM_SOURCE 1
#endif

/* Enable general extensions on Solaris.  */
#ifndef __EXTENSIONS__
# define __EXTENSIONS__ 1
#endif

/* sys/random.h is usable */
#mesondefine USE_SYS_RANDOM_H

/* Version number of package */
#mesondefine VERSION

/* Define if you have Bluez 5 libraries */
#mesondefine WITH_BLUEZ5_DUN

/* Define if you want connectivity checking support */
#mesondefine WITH_CONCHECK

/* Define if you have dhclient */
#mesondefine WITH_DHCLIENT

/* Define if you have dhcpcanon */
#mesondefine WITH_DHCPCANON

/* Define if you have dhcpcd */
#mesondefine WITH_DHCPCD

/* Define for libnm to prevent GIR from loading libnm-glib */
#mesondefine WITH_FAKE_TYPELIBS

/* Define if JANSSON is enabled */
#mesondefine WITH_JANSSON

/* Define if JSON validation in libnm is enabled */
#mesondefine WITH_JSON_VALIDATION

/* Define if you have libpsl */
#mesondefine WITH_LIBPSL

/* Define if you have oFono support (experimental) */
#mesondefine WITH_OFONO

/* Define if you have polkit agent */
#mesondefine WITH_POLKIT_AGENT

/* Define if you have PPP support */
#mesondefine WITH_PPP

/* Whether compilation of ibft setting plugin is enabled */
#mesondefine WITH_SETTINGS_PLUGIN_IBFT

/* Define if you have Wi-Fi support */
#mesondefine WITH_WIFI

/* Define if you have iwd support */
#mesondefine WITH_IWD

/* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
   significant byte first (like Motorola and SPARC, unlike Intel). */
#if defined AC_APPLE_UNIVERSAL_BUILD
# if defined __BIG_ENDIAN__
#  define WORDS_BIGENDIAN 1
# endif
#else
# ifndef WORDS_BIGENDIAN
/* #  undef WORDS_BIGENDIAN */
# endif
#endif

/* Define to 1 if on MINIX. */
#mesondefine _MINIX

/* Define whether the compiler support gcc __auto_type */
#mesondefine _NM_CC_SUPPORT_AUTO_TYPE

/* Define whether the compiler supports C11 _Generic() */
#mesondefine _NM_CC_SUPPORT_GENERIC

/* Define to 2 if the system does not provide POSIX.1 features except with
   this defined. */
#mesondefine _POSIX_1_SOURCE

/* Define to 1 if you need to in order for `stat' and other things to work. */
#mesondefine _POSIX_SOURCE

/* Define to `int' if <sys/types.h> does not define. */
#mesondefine pid_t