-
Notifications
You must be signed in to change notification settings - Fork 98
Expand file tree
/
Copy pathmeson_config.h
More file actions
504 lines (342 loc) · 13.5 KB
/
Copy pathmeson_config.h
File metadata and controls
504 lines (342 loc) · 13.5 KB
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
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
/* BSD compatiblity macro */
#mesondefine BSD4_4
/* Define if CNID Database Daemon backend should be compiled. */
#mesondefine CNID_BACKEND_DBD
/* whether the MySQL CNID module is available */
#mesondefine CNID_BACKEND_MYSQL
/* whether the SQLite CNID module is available */
#mesondefine CNID_BACKEND_SQLITE
/* CUPS API Version */
#mesondefine CUPS_API_VERSION
/* Path to dbus-daemon */
#mesondefine DBUS_DAEMON_PATH
/* Build type string (release, debugoptimized, debug, etc.) */
#mesondefine BUILD_TYPE
/* Define if verbose debugging information should be included */
#mesondefine DEBUG
/* Define if you want to disable SIGALRM timers and DSI tickles */
#mesondefine DEBUGGING
/* Default CNID scheme to be used */
#mesondefine DEFAULT_CNID_SCHEME
/* Available Extended Attributes modules */
#mesondefine EA_MODULES
/* Define if OS is FreeBSD */
#mesondefine FREEBSD
/* Whether ACLs support is available */
#mesondefine HAVE_ACLS
/* Whether acl_from_mode() is available */
#mesondefine HAVE_ACL_FROM_MODE
/* Whether acl_get_perm_np() is available */
#mesondefine HAVE_ACL_GET_PERM_NP
/* Define to 1 if you have the <acl/libacl.h> header file. */
#mesondefine HAVE_ACL_LIBACL_H
/* Define to 1 if you have the `asprintf' function. */
#mesondefine HAVE_ASPRINTF
/* set if struct at_addr is called atalk_addr */
#mesondefine HAVE_ATALK_ADDR
/* Define to 1 if you have the <attr/xattr.h> header file. */
#mesondefine HAVE_ATTR_XATTR_H
/* Use Avahi/DNS-SD registration */
#mesondefine HAVE_AVAHI
/* Define to 1 if you have the `backtrace_symbols' function. */
#mesondefine HAVE_BACKTRACE_SYMBOLS
/* Define to 1 if dbtob implementation is broken. */
#mesondefine HAVE_BROKEN_DBTOB
/* Define to 1 if you have the `crypt_checkpass' function. */
#mesondefine HAVE_CRYPT_CHECKPASS
/* Define to 1 if you have the <crypt.h> header file. */
#mesondefine HAVE_CRYPT_H
/* Define to enable CUPS Support */
#mesondefine HAVE_CUPS
/* Define to 1 if you have the `dirfd' function. */
#mesondefine HAVE_DIRFD
/* Define to 1 if you have the <dlfcn.h> header file. */
#mesondefine HAVE_DLFCN_H
/* extattr API has full fledged fds for EAs */
#mesondefine HAVE_EAFD
/* Define to 1 if you have the `extattr_delete_file' function. */
#mesondefine HAVE_EXTATTR_DELETE_FILE
/* Define to 1 if you have the `extattr_delete_link' function. */
#mesondefine HAVE_EXTATTR_DELETE_LINK
/* Define to 1 if you have the `extattr_get_fd' function. */
#mesondefine HAVE_EXTATTR_GET_FD
/* Define to 1 if you have the `extattr_get_file' function. */
#mesondefine HAVE_EXTATTR_GET_FILE
/* Define to 1 if you have the `extattr_get_link' function. */
#mesondefine HAVE_EXTATTR_GET_LINK
/* Define to 1 if you have the `extattr_list_fd' function. */
#mesondefine HAVE_EXTATTR_LIST_FD
/* Define to 1 if you have the `extattr_list_file' function. */
#mesondefine HAVE_EXTATTR_LIST_FILE
/* Define to 1 if you have the `extattr_list_link' function. */
#mesondefine HAVE_EXTATTR_LIST_LINK
/* Define to 1 if you have the `extattr_set_fd' function. */
#mesondefine HAVE_EXTATTR_SET_FD
/* Define to 1 if you have the `extattr_set_file' function. */
#mesondefine HAVE_EXTATTR_SET_FILE
/* Define to 1 if you have the `extattr_set_link' function. */
#mesondefine HAVE_EXTATTR_SET_LINK
/* Define to 1 if you have the `fgetea' function. */
#mesondefine HAVE_FGETEA
/* Define to 1 if you have the `fgetxattr' function. */
#mesondefine HAVE_FGETXATTR
/* Whether FreeBSD ZFS ACLs with libsunacl are available */
#mesondefine HAVE_FREEBSD_SUNACL
/* Define to 1 if you have the `fsetea' function. */
#mesondefine HAVE_FSETEA
/* Define to 1 if you have the `fsetxattr' function. */
#mesondefine HAVE_FSETXATTR
/* Define to 1 if the system has the type `fshare_t'. */
#mesondefine HAVE_FSHARE_T
/* Define to 1 if you have the `getea' function. */
#mesondefine HAVE_GETEA
/* Define to 1 if you have the `getifaddrs' function. */
#mesondefine HAVE_GETIFADDRS
/* Define to 1 if you have the `getpwnam_shadow' function. */
#mesondefine HAVE_GETPWNAM_SHADOW
/* Define to 1 if you have the `getxattr' function. */
#mesondefine HAVE_GETXATTR
/* Whether to enable GSSAPI support */
#mesondefine HAVE_GSSAPI
/* Define to 1 if you have the <gssapi/gssapi.h> header file. */
#mesondefine HAVE_GSSAPI_GSSAPI_H
/* Define to 1 if you have the <gssapi.h> header file. */
#mesondefine HAVE_GSSAPI_H
/* Define to 1 if you have the <iniparser/iniparser.h> header file. */
#mesondefine HAVE_INIPARSER_INIPARSER_H
/* Define to 1 if iniparser functions accept const dictionary pointers. */
#mesondefine HAVE_INIPARSER_CONST_DICTIONARY
/* Define if Kerberos 5 is available */
#mesondefine HAVE_KERBEROS
/* Define to 1 if you have the `krb5_free_error_message' function. */
#mesondefine HAVE_KRB5_FREE_ERROR_MESSAGE
/* Define to 1 if you have the `krb5_free_keytab_entry_contents' function. */
#mesondefine HAVE_KRB5_FREE_KEYTAB_ENTRY_CONTENTS
/* Define to 1 if you have the `krb5_free_unparsed_name' function. */
#mesondefine HAVE_KRB5_FREE_UNPARSED_NAME
/* Define to 1 if you have the <krb5.h> header file. */
#mesondefine HAVE_KRB5_H
/* Define to 1 if you have the <krb5/krb5.h> header file. */
#mesondefine HAVE_KRB5_KRB5_H
/* Define to 1 if you have the `krb5_kt_free_entry' function. */
#mesondefine HAVE_KRB5_KT_FREE_ENTRY
/* Define to 1 if you have the <langinfo.h> header file. */
#mesondefine HAVE_LANGINFO_H
/* Whether LDAP is available */
#mesondefine HAVE_LDAP
/* Define to 1 if you have the `lgetea' function. */
#mesondefine HAVE_LGETEA
/* Define to 1 if you have the `lgetxattr' function. */
#mesondefine HAVE_LGETXATTR
/* define if you have the `bgets` function. */
#mesondefine HAVE_BGETS
/* define if you have libquota */
#mesondefine HAVE_LIBQUOTA
/* Define to 1 if you have the `listea' function. */
#mesondefine HAVE_LISTEA
/* Define to 1 if you have the `listxattr' function. */
#mesondefine HAVE_LISTXATTR
/* Define to 1 if you have the `llistea' function. */
#mesondefine HAVE_LLISTEA
/* Define to 1 if you have the `llistxattr' function. */
#mesondefine HAVE_LLISTXATTR
/* Define to 1 if you have the <locale.h> header file. */
#mesondefine HAVE_LOCALE_H
/* Define to 1 if you have the `lremoveea' function. */
#mesondefine HAVE_LREMOVEEA
/* Define to 1 if you have the `lremovexattr' function. */
#mesondefine HAVE_LREMOVEXATTR
/* Define to 1 if you have the `lsetxattr' function. */
#mesondefine HAVE_LSETXATTR
/* Use mDNSRespnder/DNS-SD registration */
#mesondefine HAVE_MDNS
/* Define to 1 if you have the `mempcpy' function. */
#mesondefine HAVE_MEMPCPY
/* Define to 1 if you have the <mntent.h> header file. */
#mesondefine HAVE_MNTENT_H
/* Whether NFSv4 ACLs are available */
#mesondefine HAVE_NFSV4_ACLS
/* Whether the PAM header has a pam_conv struct with const pam_message member. */
#mesondefine HAVE_PAM_CONV_CONST_PAM_MESSAGE
/* Define to 1 if you have the <pam/pam_appl.h> header file. */
#mesondefine HAVE_PAM_PAM_APPL_H
/* Whether POSIX ACLs are available */
#mesondefine HAVE_POSIX_ACLS
/* Define to 1 if you have the `pthread_condattr_setclock' function. */
#mesondefine HAVE_PTHREAD_CONDATTR_SETCLOCK
/* Define to 1 if you have the `pread' function. */
#mesondefine HAVE_PREAD
/* Define to 1 if you have the `pselect' function. */
#mesondefine HAVE_PSELECT
/* Define to 1 if you have the `pwrite' function. */
#mesondefine HAVE_PWRITE
/* Define to 1 if you have the `removeea' function. */
#mesondefine HAVE_REMOVEEA
/* Define to 1 if you have the `removexattr' function. */
#mesondefine HAVE_REMOVEXATTR
/* Define to 1 if the <rpcsvc/rquota.h> header file has a qr_status member. */
#mesondefine HAVE_RQUOTA_H_QR_STATUS
/* Define to 1 if you have the `rresvport' function. */
#mesondefine HAVE_RRESVPORT
/* Define to 1 if you have the <security/pam_appl.h> header file. */
#mesondefine HAVE_SECURITY_PAM_APPL_H
/* Define to 1 if you have the `sendfilev' function. */
#mesondefine HAVE_SENDFILEV
/* Define to 1 if you have the `setea' function. */
#mesondefine HAVE_SETEA
/* Define to 1 if you have the `setxattr' function. */
#mesondefine HAVE_SETXATTR
/* Define to 1 if you have the <sgtty.h> header file. */
#mesondefine HAVE_SGTTY_H
/* Whether Solaris ACLs are available */
#mesondefine HAVE_SOLARIS_ACLS
/* Define to 1 if you have the `splice' function. */
#mesondefine HAVE_SPLICE
/* Define to 1 if you have the `strlcat' function. */
#mesondefine HAVE_STRLCAT
/* Define to 1 if you have the `strlcpy' function. */
#mesondefine HAVE_STRLCPY
/* Define to 1 if you have the `strnlen' function. */
#mesondefine HAVE_STRNLEN
/* Define to 1 if you have the <sys/attr.h> header file. */
#mesondefine HAVE_SYS_ATTR_H
/* Define to 1 if you have the <sys/ea.h> header file. */
#mesondefine HAVE_SYS_EA_H
/* Define to 1 if you have the <sys/extattr.h> header file. */
#mesondefine HAVE_SYS_EXTATTR_H
/* Define to 1 if you have the <sys/mnttab.h> header file. */
#mesondefine HAVE_SYS_MNTTAB_H
/* 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/sysinfo.h> header file. */
#mesondefine HAVE_SYS_SYSINFO_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 <sys/xattr.h> header file. */
#mesondefine HAVE_SYS_XATTR_H
/* Define to 1 if struct tcp_connection_info has tcpi_maxseg (macOS) */
#mesondefine HAVE_TCP_CONNECTION_INFO
/* Define to 1 if struct tcp_info has tcpi_snd_mss (Linux) */
#mesondefine HAVE_TCP_INFO_SND_MSS
/* Define if Tracker3 is used */
#mesondefine HAVE_TRACKER3
/* Whether UCS-2-INTERNAL is supported */
#mesondefine HAVE_UCS2INTERNAL
/* Define to 1 if you have the <ufs/quota.h> header file. */
#mesondefine HAVE_UFS_QUOTA_H
/* Whether to use native iconv */
#mesondefine HAVE_USABLE_ICONV
/* Define to 1 if you have the `vasprintf' function. */
#mesondefine HAVE_VASPRINTF
/* Define as const if the declaration of iconv() needs const. */
#mesondefine ICONV_CONST
/* Indexer D-Bus name */
#mesondefine INDEXER_DBUS_NAME
/* dconf command with absolute path */
#mesondefine INDEXER_DCONF_COMMAND
/* Path to the compiled netatalk dconf database */
#mesondefine INDEXER_DCONF_DB
/* Directory for the netatalk dconf database keyfiles */
#mesondefine INDEXER_DCONF_DB_DIR
/* Indexer dconf keyfile path (schema with dots replaced by slashes, lowercased) */
#mesondefine INDEXER_DCONF_PATH
/* Path to the netatalk dconf profile file */
#mesondefine INDEXER_DCONF_PROFILE
/* OS is Linux */
#mesondefine LINUX
/* Disable assertions */
#mesondefine NDEBUG
/* Define various xdr functions */
#mesondefine NEED_RQUOTA
/* Define if OS is NetBSD */
#mesondefine NETBSD
/* Define if DDP should be disabled */
#mesondefine NO_DDP
/* Define if Quota support should be disabled */
#mesondefine NO_QUOTA_SUPPORT
/* errno returned by open with O_NOFOLLOW */
#mesondefine OPEN_NOFOLLOW_ERRNO
/* atalkd lockfile path */
#mesondefine PATH_ATALKD_LOCK
/* netatalk lockfile path */
#mesondefine PATH_NETATALK_LOCK
/* papd lockfile path */
#mesondefine PATH_PAPD_LOCK
/* Whether the realpath function allows NULL */
#mesondefine REALPATH_TAKES_NULL
/* Define if the sendfile() function uses BSD semantics */
#mesondefine SENDFILE_FLAVOR_FREEBSD
/* Whether linux sendfile() API is available */
#mesondefine SENDFILE_FLAVOR_LINUX
/* Solaris sendfile() */
#mesondefine SENDFILE_FLAVOR_SOLARIS
/* Define if shadow passwords should be used */
#mesondefine SHADOWPW
/* Solaris compatibility macro */
#mesondefine SOLARIS
/* Whether the CNID Spotlight search backend is supported */
#mesondefine SPOTLIGHT_BACKEND_CNID
/* Whether the LocalSearch Spotlight search backend is supported */
#mesondefine SPOTLIGHT_BACKEND_LOCALSEARCH
/* Whether the Xapian Spotlight search backend is supported */
#mesondefine SPOTLIGHT_BACKEND_XAPIAN
/* List of supported Spotlight search backends */
#mesondefine SPOTLIGHT_BACKENDS
/* Define if TCP wrappers should be used */
#mesondefine TCPWRAP
/* Define if cracklib should be used */
#mesondefine USE_CRACKLIB
/* Define to enable Zeroconf support */
#mesondefine USE_ZEROCONF
/* Version number of package */
#mesondefine VERSION
/* dtrace probes */
#mesondefine WITH_DTRACE
/* Define whether to enable File Change Events support */
#mesondefine WITH_FCE
/* Whether recvfile should be used */
#mesondefine WITH_RECVFILE
/* Whether sendfile() should be used */
#mesondefine WITH_SENDFILE
/* Define whether to use libev instead of libevent */
#mesondefine WITH_LIBEV
/* Define whether to enable Spotlight support */
#mesondefine WITH_SPOTLIGHT
/* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
significant byte first (like Motorola and SPARC, unlike Intel). */
#mesondefine WORDS_BIGENDIAN
/* xattr functions have additional options */
#mesondefine XATTR_ADD_OPT
/* _FILE_OFFSET_BITS (for LARGEFILE support) */
#mesondefine _FILE_OFFSET_BITS
/* Whether to use GNU libc extensions */
#mesondefine _GNU_SOURCE
/* Compatibility macro */
#mesondefine _ISOC9X_SOURCE
/* path to cracklib dictionary */
#mesondefine _PATH_CRACKLIB
/* Solaris compilation environment */
#mesondefine _XOPEN_SOURCE
/* Solaris compilation environment */
#mesondefine __EXTENSIONS__
/* Solaris compatibility macro */
#mesondefine __svr4__
/* Mark a declaration as intentionally unused when the compiler supports it. */
#ifndef _U_
#if defined(__has_attribute)
#if __has_attribute(unused)
#define _U_ __attribute__((unused))
#else
#define _U_
#endif
#elif defined(__GNUC__)
#define _U_ __attribute__((unused))
#else
#define _U_
#endif
#endif
/* Define to `__inline__' or `__inline' if that's what the C compiler
calls it, or to nothing if 'inline' is not supported under any name. */
#ifndef __cplusplus
#mesondefine inline
#endif