summaryrefslogtreecommitdiffstats
path: root/meta/site/common-linux
diff options
context:
space:
mode:
Diffstat (limited to 'meta/site/common-linux')
-rw-r--r--meta/site/common-linux52
1 files changed, 52 insertions, 0 deletions
diff --git a/meta/site/common-linux b/meta/site/common-linux
new file mode 100644
index 0000000000..8b5be68be9
--- /dev/null
+++ b/meta/site/common-linux
@@ -0,0 +1,52 @@
1# apr
2ac_cv_file__dev_zero=${ac_cv_file__dev_zero=yes}
3ac_cv_sizeof_pid_t=${ac_cv_sizeof_pid_t=4}
4
5# samba
6samba_cv_HAVE_IFACE_AIX=${samba_cv_HAVE_IFACE_AIX=no}
7samba_cv_HAVE_IFACE_IFCONF=${samba_cv_HAVE_IFACE_IFCONF=yes}
8samba_cv_HAVE_IFACE_IFREQ=${samba_cv_HAVE_IFACE_IFREQ=yes}
9samba_cv_HAVE_IRIX_SPECIFIC_CAPABILITIES=${samba_cv_HAVE_IRIX_SPECIFIC_CAPABILITIES=no}
10
11# db
12db_cv_path_ar=${db_cv_path_ar=/usr/bin/ar}
13db_cv_path_chmod=${db_cv_path_chmod=/bin/chmod}
14db_cv_path_cp=${db_cv_path_cp=/bin/cp}
15db_cv_path_ln=${db_cv_path_ln=/bin/ln}
16db_cv_path_mkdir=${db_cv_path_mkdir=/bin/mkdir}
17db_cv_path_ranlib=${db_cv_path_ranlib=/usr/bin/ranlib}
18db_cv_path_rm=${db_cv_path_rm=/bin/rm}
19db_cv_path_sh=${db_cv_path_sh=/bin/sh}
20db_cv_path_strip=${db_cv_path_strip=/usr/bin/strip}
21
22# bash
23bash_cv_have_mbstate_t=${bash_cv_have_mbstate_t=yes}
24bash_cv_must_reinstall_sighandlers=${bash_cv_must_reinstall_sighandlers=no}
25bash_cv_func_strcoll_broken=${bash_cv_func_strcoll_broken=no}
26bash_cv_dup2_broken=${bash_cv_dup2_broken=no}
27bash_cv_opendir_not_robust=${bash_cv_opendir_not_robust=no}
28bash_cv_type_rlimit=${bash_cv_type_rlimit=rlim_t}
29bash_cv_getenv_redef=${bash_cv_getenv_redef=yes}
30bash_cv_ulimit_maxfds=${bash_cv_ulimit_maxfds=yes}
31bash_cv_getcwd_calls_popen=${bash_cv_getcwd_calls_popen=no}
32bash_cv_printf_a_format=${bash_cv_printf_a_format=yes}
33bash_cv_pgrp_pipe=${bash_cv_pgrp_pipe=no}
34bash_cv_job_control_missing=${bash_cv_job_control_missing=present}
35bash_cv_sys_named_pipes=${bash_cv_sys_named_pipes=present}
36bash_cv_unusable_rtsigs=${bash_cv_unusable_rtsigs=no}
37
38# coreutils
39gl_cv_func_fstatat_zero_flag=${gl_cv_func_fstatat_zero_flag=yes}
40
41# mysql
42ac_cv_sys_restartable_syscalls=${ac_cv_sys_restartable_syscalls=yes}
43ac_cv_conv_longlong_to_float=${ac_cv_conv_longlong_to_float=yes}
44
45# TCL
46tcl_cv_api_serial=${tcl_cv_api_serial=termios}
47
48# python
49ac_cv_have_long_long_format=yes
50
51# apache
52ac_cv_o_nonblock_inherited=${ac_cv_o_nonblock_inherited=no}