common-linux 3.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475
  1. # gettext - these add sleep delays otherwise
  2. gl_cv_func_sleep_works=${gl_cv_func_sleep_works=yes}
  3. gl_cv_header_working_fcntl_h=${gl_cv_header_working_fcntl_h=yes}
  4. # the euc-jp tests in iconv.m4 break elfutils and libunistring depending on the
  5. # host locales installed. Avoid this by skipping the tests, we're not on HP-UX!
  6. am_cv_func_iconv_works=${am_cv_func_iconv_works=yes}
  7. # apr
  8. ac_cv_file__dev_zero=${ac_cv_file__dev_zero=yes}
  9. ac_cv_sizeof_pid_t=${ac_cv_sizeof_pid_t=4}
  10. ac_cv_func_pthread_key_delete=${ac_cv_func_pthread_key_delete=yes}
  11. apr_cv_tcp_nodelay_with_cork=${apr_cv_tcp_nodelay_with_cork=yes}
  12. apr_cv_process_shared_works=${apr_cv_process_shared_works=no}
  13. # samba
  14. samba_cv_HAVE_IFACE_AIX=${samba_cv_HAVE_IFACE_AIX=no}
  15. samba_cv_HAVE_IFACE_IFCONF=${samba_cv_HAVE_IFACE_IFCONF=yes}
  16. samba_cv_HAVE_IFACE_IFREQ=${samba_cv_HAVE_IFACE_IFREQ=yes}
  17. samba_cv_HAVE_IRIX_SPECIFIC_CAPABILITIES=${samba_cv_HAVE_IRIX_SPECIFIC_CAPABILITIES=no}
  18. # db
  19. db_cv_path_ar=${db_cv_path_ar=/usr/bin/ar}
  20. db_cv_path_chmod=${db_cv_path_chmod=/bin/chmod}
  21. db_cv_path_cp=${db_cv_path_cp=/bin/cp}
  22. db_cv_path_ln=${db_cv_path_ln=/bin/ln}
  23. db_cv_path_mkdir=${db_cv_path_mkdir=/bin/mkdir}
  24. db_cv_path_ranlib=${db_cv_path_ranlib=/usr/bin/ranlib}
  25. db_cv_path_rm=${db_cv_path_rm=/bin/rm}
  26. db_cv_path_sh=${db_cv_path_sh=/bin/sh}
  27. db_cv_path_strip=${db_cv_path_strip=/usr/bin/strip}
  28. # bash
  29. bash_cv_have_mbstate_t=${bash_cv_have_mbstate_t=yes}
  30. bash_cv_must_reinstall_sighandlers=${bash_cv_must_reinstall_sighandlers=no}
  31. bash_cv_func_strcoll_broken=${bash_cv_func_strcoll_broken=no}
  32. bash_cv_dup2_broken=${bash_cv_dup2_broken=no}
  33. bash_cv_opendir_not_robust=${bash_cv_opendir_not_robust=no}
  34. bash_cv_type_rlimit=${bash_cv_type_rlimit=rlim_t}
  35. bash_cv_getenv_redef=${bash_cv_getenv_redef=yes}
  36. bash_cv_ulimit_maxfds=${bash_cv_ulimit_maxfds=yes}
  37. bash_cv_getcwd_calls_popen=${bash_cv_getcwd_calls_popen=no}
  38. bash_cv_printf_a_format=${bash_cv_printf_a_format=yes}
  39. bash_cv_pgrp_pipe=${bash_cv_pgrp_pipe=no}
  40. bash_cv_job_control_missing=${bash_cv_job_control_missing=present}
  41. bash_cv_sys_named_pipes=${bash_cv_sys_named_pipes=present}
  42. bash_cv_unusable_rtsigs=${bash_cv_unusable_rtsigs=no}
  43. # ccache
  44. hw_cv_func_snprintf_c99=${hw_cv_func_snprintf_c99=yes}
  45. hw_cv_func_vsnprintf_c99=${hw_cv_func_vsnprintf_c99=yes}
  46. # coreutils
  47. ac_cv_func_chown_works=${ac_cv_func_chown_works=yes}
  48. ac_cv_func_utime_null=${ac_cv_func_utime_null=yes}
  49. gl_cv_func_fstatat_zero_flag=${gl_cv_func_fstatat_zero_flag=yes}
  50. gl_cv_func_link_follows_symlink=${gl_cv_func_link_follows_symlink=no}
  51. gl_cv_func_unlink_busy_text=${gl_cv_func_unlink_busy_text=yes}
  52. gl_cv_have_proc_uptime=${gl_cv_have_proc_uptime=yes}
  53. gl_cv_pipes_are_fifos=${gl_cv_pipes_are_fifos='yes (1)'}
  54. # mysql
  55. ac_cv_sys_restartable_syscalls=${ac_cv_sys_restartable_syscalls=yes}
  56. ac_cv_conv_longlong_to_float=${ac_cv_conv_longlong_to_float=yes}
  57. # TCL
  58. tcl_cv_api_serial=${tcl_cv_api_serial=termios}
  59. # python
  60. ac_cv_have_long_long_format=yes
  61. # apache
  62. ac_cv_o_nonblock_inherited=${ac_cv_o_nonblock_inherited=no}
  63. # rsync
  64. rsync_cv_HAVE_C99_VSNPRINTF=${rsync_cv_HAVE_C99_VSNPRINTF=yes}