blob: 62907274d73168f740c9a09cf664145a7f823b57 [file] [log] [blame]
lh9ed821d2023-04-07 01:36:19 -07001# libelf
2mr_cv_target_elf=${mr_cv_target_elf=yes}
3
4# Normally kernels have /dev/random enabled
5ac_cv_file__dev_random=${ac_cv_file__dev_random=yes}
6
7# Avoid sudo to assume void for unsetenv in cross environment, or else it conflicts with
8# target stdlib.h prototype which follows POSIX compiliance. Mark for upstream.
9sudo_cv_func_unsetenv_void=no
10
11# shadow dir info, to avoid searching build system
12shadow_cv_maildir=${localstatedir}/spool/mail
13shadow_cv_mailfile=Mailbox
14shadow_cv_utmpdir=${localstatedir}/run
15shadow_cv_logdir=${localstatedir}/log
16shadow_cv_passwd_dir=${bindir}
17
18# python: deactivate a runtime check for ipv6-support in python >=2.7.1 that fails when cross-compiling
19ac_cv_buggy_getaddrinfo=no
20
21ac_cv_path_SED=${ac_cv_path_SED=sed}
22
23# General
24ac_cv_have_decl_sys_siglist=${ac_cv_have_decl_sys_siglist=no}
25
26# bash
27bash_cv_under_sys_siglist=${bash_cv_under_sys_siglist=no}
28bash_cv_sys_siglist=${bash_cv_sys_siglist=no}