blob: 0a752a40eb0009f6609d6d5a6eadf8bc9a6644a6 [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}
4
Patrick Williamsc124f4f2015-09-15 14:41:29 -05005# apr
6ac_cv_file__dev_zero=${ac_cv_file__dev_zero=yes}
7ac_cv_sizeof_pid_t=${ac_cv_sizeof_pid_t=4}
Patrick Williamsd8c66bc2016-06-20 12:57:21 -05008ac_cv_func_pthread_key_delete=${ac_cv_func_pthread_key_delete=yes}
9apr_cv_tcp_nodelay_with_cork=${apr_cv_tcp_nodelay_with_cork=yes}
10apr_cv_process_shared_works=${apr_cv_process_shared_works=no}
Patrick Williamsc124f4f2015-09-15 14:41:29 -050011
12# samba
13samba_cv_HAVE_IFACE_AIX=${samba_cv_HAVE_IFACE_AIX=no}
14samba_cv_HAVE_IFACE_IFCONF=${samba_cv_HAVE_IFACE_IFCONF=yes}
15samba_cv_HAVE_IFACE_IFREQ=${samba_cv_HAVE_IFACE_IFREQ=yes}
16samba_cv_HAVE_IRIX_SPECIFIC_CAPABILITIES=${samba_cv_HAVE_IRIX_SPECIFIC_CAPABILITIES=no}
17
18# db
19db_cv_path_ar=${db_cv_path_ar=/usr/bin/ar}
20db_cv_path_chmod=${db_cv_path_chmod=/bin/chmod}
21db_cv_path_cp=${db_cv_path_cp=/bin/cp}
22db_cv_path_ln=${db_cv_path_ln=/bin/ln}
23db_cv_path_mkdir=${db_cv_path_mkdir=/bin/mkdir}
24db_cv_path_ranlib=${db_cv_path_ranlib=/usr/bin/ranlib}
25db_cv_path_rm=${db_cv_path_rm=/bin/rm}
26db_cv_path_sh=${db_cv_path_sh=/bin/sh}
27db_cv_path_strip=${db_cv_path_strip=/usr/bin/strip}
28
29# bash
30bash_cv_have_mbstate_t=${bash_cv_have_mbstate_t=yes}
31bash_cv_must_reinstall_sighandlers=${bash_cv_must_reinstall_sighandlers=no}
32bash_cv_func_strcoll_broken=${bash_cv_func_strcoll_broken=no}
33bash_cv_dup2_broken=${bash_cv_dup2_broken=no}
34bash_cv_opendir_not_robust=${bash_cv_opendir_not_robust=no}
35bash_cv_type_rlimit=${bash_cv_type_rlimit=rlim_t}
36bash_cv_getenv_redef=${bash_cv_getenv_redef=yes}
37bash_cv_ulimit_maxfds=${bash_cv_ulimit_maxfds=yes}
38bash_cv_getcwd_calls_popen=${bash_cv_getcwd_calls_popen=no}
39bash_cv_printf_a_format=${bash_cv_printf_a_format=yes}
40bash_cv_pgrp_pipe=${bash_cv_pgrp_pipe=no}
41bash_cv_job_control_missing=${bash_cv_job_control_missing=present}
42bash_cv_sys_named_pipes=${bash_cv_sys_named_pipes=present}
43bash_cv_unusable_rtsigs=${bash_cv_unusable_rtsigs=no}
44
Patrick Williamsd8c66bc2016-06-20 12:57:21 -050045# ccache
46hw_cv_func_snprintf_c99=${hw_cv_func_snprintf_c99=yes}
47hw_cv_func_vsnprintf_c99=${hw_cv_func_vsnprintf_c99=yes}
48
Patrick Williamsc124f4f2015-09-15 14:41:29 -050049# coreutils
50gl_cv_func_fstatat_zero_flag=${gl_cv_func_fstatat_zero_flag=yes}
51
52# mysql
53ac_cv_sys_restartable_syscalls=${ac_cv_sys_restartable_syscalls=yes}
54ac_cv_conv_longlong_to_float=${ac_cv_conv_longlong_to_float=yes}
55
56# TCL
57tcl_cv_api_serial=${tcl_cv_api_serial=termios}
58
59# python
60ac_cv_have_long_long_format=yes
61
62# apache
63ac_cv_o_nonblock_inherited=${ac_cv_o_nonblock_inherited=no}