Lines Matching refs:get
38 verification = conf.get('BUILD_MODE_DEVELOPER') == 1
491 # We get -1 if the size cannot be determined
802 if conf.get('SYSTEM_ALLOC_UID_MIN') >= conf.get('SYSTEM_UID_MAX')
805 if conf.get('SYSTEM_ALLOC_GID_MIN') >= conf.get('SYSTEM_GID_MAX')
983 crypt_header = conf.get('HAVE_CRYPT_H') == 1 ? '''#include <crypt.h>''' : '''#include <unistd.h>'''
1270 conf.set10('CURL_NO_OLDIES', conf.get('BUILD_MODE_DEVELOPER') == 1)
1542 if conf.get('HAVE_DBUS') == 1
1554 if conf.get('HAVE_DBUS') == 1
1562 if conf.get('HAVE_DBUS') == 1
1574 if conf.get('HAVE_DBUS') == 1
1583 if opt == 'openssl' and conf.get('HAVE_OPENSSL') == 0
1587 …opt == 'openssl' or (opt == 'auto' and conf.get('HAVE_OPENSSL') == 1 and conf.get('HAVE_GCRYPT') =…
1589 conf.get('HAVE_OPENSSL') == 1 or conf.get('HAVE_GCRYPT') == 1)
1590 lib_openssl_or_gcrypt = conf.get('PREFER_OPENSSL') == 1 ? [libopenssl] : [libgcrypt, libgpg_error]
1594 if dns_over_tls == 'gnutls' and conf.get('PREFER_OPENSSL') == 1
1598 if dns_over_tls == 'openssl' or conf.get('PREFER_OPENSSL') == 1
1601 … have_gnutls = (conf.get('HAVE_GNUTLS') == 1 and libgnutls.version().version_compare('>= 3.6.0'))
1609 have_openssl = conf.get('HAVE_OPENSSL') == 1
1629 if default_dns_over_tls != 'no' and conf.get('ENABLE_DNS_OVER_TLS') == 0
1649 have = conf.get('HAVE_LIBFDISK') == 1
1662 if default_dnssec != 'no' and conf.get('HAVE_OPENSSL_OR_GCRYPT') == 0
1672 have = (conf.get('HAVE_OPENSSL') == 1 and
1673 conf.get('HAVE_LIBFDISK') == 1)
1684 have = (conf.get('HAVE_LIBCURL') == 1 and
1685 conf.get('HAVE_OPENSSL_OR_GCRYPT') == 1 and
1686 conf.get('HAVE_ZLIB') == 1 and
1687 conf.get('HAVE_XZ') == 1)
1701 have = (conf.get('HAVE_OPENSSL') == 1 and
1702 conf.get('HAVE_LIBFDISK') == 1 and
1703 conf.get('HAVE_LIBCRYPTSETUP') == 1)
1712 have = have and conf.get('HAVE_PAM') == 1
1720 have_deps = [conf.get('HAVE_MICROHTTPD') == 1,
1721 conf.get('HAVE_LIBCURL') == 1]
1780 enable_sysusers = conf.get('ENABLE_SYSUSERS') == 1
1802 if conf.get(term) == 1
1970 if conf.get('HAVE_LIBCRYPTSETUP_PLUGINS') == 1
1971 if conf.get('HAVE_TPM2') == 1
1989 if conf.get('HAVE_LIBFIDO2') == 1
2007 if conf.get('HAVE_P11KIT') == 1
2091 condition = tuple[1] == '' or conf.get(tuple[1]) == 1
2113 … # Note that we link NSS modules with '-z nodelete' so that mempools never get orphaned
2174 install : conf.get('ENABLE_ANALYZE'))
2260 if conf.get('ENABLE_ENVIRONMENT_D') == 1
2275 if conf.get('ENABLE_HIBERNATE') == 1
2295 if conf.get('HAVE_BLKID') == 1
2315 if conf.get('ENABLE_RESOLVE') == 1
2351 if conf.get('ENABLE_LOGIND') == 1
2386 if conf.get('HAVE_PAM') == 1
2424 if conf.get('HAVE_PAM') == 1
2435 if conf.get('HAVE_BLKID') == 1 and conf.get('HAVE_GNU_EFI') == 1
2506 if conf.get('ENABLE_PORTABLED') == 1
2528 if conf.get('ENABLE_SYSEXT') == 1
2539 if conf.get('ENABLE_USERDB') == 1
2571 if conf.get('ENABLE_HOMED') == 1
2614 if conf.get('HAVE_PAM') == 1
2637 (conf.get('HAVE_SYSV_COMPAT') == 1 ? ['runlevel', 'telinit'] : []))
2647 if conf.get('ENABLE_BACKLIGHT') == 1
2658 if conf.get('ENABLE_RFKILL') == 1
2678 if conf.get('HAVE_LIBCRYPTSETUP') == 1
2750 if conf.get('HAVE_SYSV_COMPAT') == 1
2777 if conf.get('ENABLE_XDG_AUTOSTART') == 1
2797 if conf.get('ENABLE_HOSTNAMED') == 1
2816 if conf.get('ENABLE_LOCALED') == 1
2817 if conf.get('HAVE_XKBCOMMON') == 1
2844 if conf.get('ENABLE_TIMEDATED') == 1
2855 if conf.get('ENABLE_TIMEDATECTL') == 1
2866 if conf.get('ENABLE_TIMESYNCD') == 1
2888 if conf.get('ENABLE_MACHINED') == 1
2913 if conf.get('ENABLE_IMPORTD') == 1
2981 if conf.get('ENABLE_REMOTE') == 1 and conf.get('HAVE_LIBCURL') == 1
2999 if conf.get('ENABLE_REMOTE') == 1 and conf.get('HAVE_MICROHTTPD') == 1
3032 if conf.get('ENABLE_COREDUMP') == 1
3062 if conf.get('ENABLE_PSTORE') == 1
3078 if conf.get('ENABLE_OOMD') == 1
3098 if conf.get('ENABLE_BINFMT') == 1
3116 if conf.get('ENABLE_SYSUPDATE') == 1
3132 if conf.get('ENABLE_VCONSOLE') == 1
3143 if conf.get('ENABLE_RANDOMSEED') == 1
3154 if conf.get('ENABLE_FIRSTBOOT') == 1
3293 install : conf.get('ENABLE_INITRD') == 1,
3379 install : (conf.get('HAVE_SYSV_COMPAT') == 1),
3461 if conf.get('ENABLE_TMPFILES') == 1
3504 if conf.get('ENABLE_HWDB') == 1
3524 if conf.get('ENABLE_QUOTACHECK') == 1
3561 if conf.get('ENABLE_REPART') == 1
3608 install : (conf.get('ENABLE_UTMP') == 1),
3611 if conf.get('HAVE_KMOD') == 1
3641 if conf.get('ENABLE_NETWORKD') == 1
3749 if condition == '' or conf.get(condition) == 1
3796 # but does not seem to get propagated. Add here as a work-around.
4127 'system UIDs' : '<=@0@ (alloc >=@1@)'.format(conf.get('SYSTEM_UID_MAX'),
4128 … conf.get('SYSTEM_ALLOC_UID_MIN')),
4129 'system GIDs' : '<=@0@ (alloc >=@1@)'.format(conf.get('SYSTEM_GID_MAX'),
4130 … conf.get('SYSTEM_ALLOC_GID_MIN')),
4207 ['bpf-framework', conf.get('BPF_FRAMEWORK') == 1],
4237 ['systemd-analyze', conf.get('ENABLE_ANALYZE') == 1],
4269 ['valgrind', conf.get('VALGRIND') == 1],
4270 ['trace logging', conf.get('LOG_TRACE') == 1],
4287 cond = conf.get(ident1, 0) == 1 or conf.get(ident2, 0) == 1
4308 if conf.get('HAVE_OPENSSL_OR_GCRYPT') == 1 and conf.get('PREFER_OPENSSL') == 1
4310 elif conf.get('HAVE_OPENSSL_OR_GCRYPT') == 1
4316 if conf.get('DNS_OVER_TLS_USE_GNUTLS') == 1
4318 elif conf.get('DNS_OVER_TLS_USE_OPENSSL') == 1