blob: 8f23adeab4248646b71e6ac021afe481812f3eb0 [file] [log] [blame]
Patrick Williamsd8c66bc2016-06-20 12:57:21 -05001# gettext - these add sleep delays otherwise
2gl_cv_func_sleep_works=${gl_cv_func_sleep_works=yes}
3gl_cv_header_working_fcntl_h=${gl_cv_header_working_fcntl_h=yes}
Andrew Geissler95ac1b82021-03-31 14:34:31 -05004# 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!
6am_cv_func_iconv_works=${am_cv_func_iconv_works=yes}
Patrick Williamsd8c66bc2016-06-20 12:57:21 -05007
Patrick Williamsc124f4f2015-09-15 14:41:29 -05008# apr
9ac_cv_file__dev_zero=${ac_cv_file__dev_zero=yes}
10ac_cv_sizeof_pid_t=${ac_cv_sizeof_pid_t=4}
Patrick Williamsd8c66bc2016-06-20 12:57:21 -050011ac_cv_func_pthread_key_delete=${ac_cv_func_pthread_key_delete=yes}
12apr_cv_tcp_nodelay_with_cork=${apr_cv_tcp_nodelay_with_cork=yes}
13apr_cv_process_shared_works=${apr_cv_process_shared_works=no}
Patrick Williamsc124f4f2015-09-15 14:41:29 -050014
15# samba
16samba_cv_HAVE_IFACE_AIX=${samba_cv_HAVE_IFACE_AIX=no}
17samba_cv_HAVE_IFACE_IFCONF=${samba_cv_HAVE_IFACE_IFCONF=yes}
18samba_cv_HAVE_IFACE_IFREQ=${samba_cv_HAVE_IFACE_IFREQ=yes}
19samba_cv_HAVE_IRIX_SPECIFIC_CAPABILITIES=${samba_cv_HAVE_IRIX_SPECIFIC_CAPABILITIES=no}
20
21# db
22db_cv_path_ar=${db_cv_path_ar=/usr/bin/ar}
23db_cv_path_chmod=${db_cv_path_chmod=/bin/chmod}
24db_cv_path_cp=${db_cv_path_cp=/bin/cp}
25db_cv_path_ln=${db_cv_path_ln=/bin/ln}
26db_cv_path_mkdir=${db_cv_path_mkdir=/bin/mkdir}
27db_cv_path_ranlib=${db_cv_path_ranlib=/usr/bin/ranlib}
28db_cv_path_rm=${db_cv_path_rm=/bin/rm}
29db_cv_path_sh=${db_cv_path_sh=/bin/sh}
30db_cv_path_strip=${db_cv_path_strip=/usr/bin/strip}
31
32# bash
33bash_cv_have_mbstate_t=${bash_cv_have_mbstate_t=yes}
34bash_cv_must_reinstall_sighandlers=${bash_cv_must_reinstall_sighandlers=no}
35bash_cv_func_strcoll_broken=${bash_cv_func_strcoll_broken=no}
36bash_cv_dup2_broken=${bash_cv_dup2_broken=no}
37bash_cv_opendir_not_robust=${bash_cv_opendir_not_robust=no}
38bash_cv_type_rlimit=${bash_cv_type_rlimit=rlim_t}
39bash_cv_getenv_redef=${bash_cv_getenv_redef=yes}
40bash_cv_ulimit_maxfds=${bash_cv_ulimit_maxfds=yes}
41bash_cv_getcwd_calls_popen=${bash_cv_getcwd_calls_popen=no}
42bash_cv_printf_a_format=${bash_cv_printf_a_format=yes}
43bash_cv_pgrp_pipe=${bash_cv_pgrp_pipe=no}
44bash_cv_job_control_missing=${bash_cv_job_control_missing=present}
45bash_cv_sys_named_pipes=${bash_cv_sys_named_pipes=present}
46bash_cv_unusable_rtsigs=${bash_cv_unusable_rtsigs=no}
47
Patrick Williamsd8c66bc2016-06-20 12:57:21 -050048# ccache
49hw_cv_func_snprintf_c99=${hw_cv_func_snprintf_c99=yes}
50hw_cv_func_vsnprintf_c99=${hw_cv_func_vsnprintf_c99=yes}
51
Patrick Williamsc124f4f2015-09-15 14:41:29 -050052# coreutils
Andrew Geissler82c905d2020-04-13 13:39:40 -050053ac_cv_func_chown_works=${ac_cv_func_chown_works=yes}
54ac_cv_func_utime_null=${ac_cv_func_utime_null=yes}
Patrick Williamsc124f4f2015-09-15 14:41:29 -050055gl_cv_func_fstatat_zero_flag=${gl_cv_func_fstatat_zero_flag=yes}
Andrew Geissler82c905d2020-04-13 13:39:40 -050056gl_cv_func_link_follows_symlink=${gl_cv_func_link_follows_symlink=no}
57gl_cv_func_unlink_busy_text=${gl_cv_func_unlink_busy_text=yes}
Brad Bishop316dfdd2018-06-25 12:45:53 -040058gl_cv_have_proc_uptime=${gl_cv_have_proc_uptime=yes}
Andrew Geissler82c905d2020-04-13 13:39:40 -050059gl_cv_pipes_are_fifos=${gl_cv_pipes_are_fifos='yes (1)'}
Patrick Williamsc124f4f2015-09-15 14:41:29 -050060
61# mysql
62ac_cv_sys_restartable_syscalls=${ac_cv_sys_restartable_syscalls=yes}
63ac_cv_conv_longlong_to_float=${ac_cv_conv_longlong_to_float=yes}
64
65# TCL
66tcl_cv_api_serial=${tcl_cv_api_serial=termios}
67
68# python
69ac_cv_have_long_long_format=yes
70
71# apache
72ac_cv_o_nonblock_inherited=${ac_cv_o_nonblock_inherited=no}
Patrick Williamsc0f7c042017-02-23 20:41:17 -060073
74# rsync
75rsync_cv_HAVE_C99_VSNPRINTF=${rsync_cv_HAVE_C99_VSNPRINTF=yes}