common 936 B

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