1 | # This file is a shell script that caches the results of configure
|
---|
2 | # tests for x86 BeOS so they don't need to be done when cross-compiling.
|
---|
3 |
|
---|
4 | # AC_FUNC_GETPGRP should also define GETPGRP_VOID
|
---|
5 | ac_cv_func_getpgrp_void=${ac_cv_func_getpgrp_void='yes'}
|
---|
6 | # AC_FUNC_SETVBUF_REVERSED should not define anything else
|
---|
7 | ac_cv_func_setvbuf_reversed=${ac_cv_func_setvbuf_reversed='no'}
|
---|
8 | # on BeOS, system calls do not restart
|
---|
9 | ac_cv_sys_restartable_syscalls=${ac_cv_sys_restartable_syscalls='no'}
|
---|
10 | bash_cv_sys_restartable_syscalls=${bash_cv_sys_restartable_syscalls='no'}
|
---|
11 |
|
---|
12 | ac_cv_func_tcgetattr=${ac_cv_func_tcgetattr='yes'}
|
---|
13 |
|
---|
14 | # x86 BeOS is little endian
|
---|
15 | ac_cv_c_bigendian=${ac_cv_c_bigendian='no'}
|
---|
16 | ac_cv_sizeof_char_p=${ac_cv_sizeof_char_p='4'}
|
---|
17 | ac_cv_sizeof_int=${ac_cv_sizeof_int='4'}
|
---|
18 | ac_cv_sizeof_long=${ac_cv_sizeof_long='4'}
|
---|
19 | ac_cv_sizeof_double=${ac_cv_sizeof_double='8'}
|
---|
20 |
|
---|
21 | bash_cv_dev_fd=${bash_cv_dev_fd='absent'}
|
---|
22 | bash_cv_dup2_broken=${bash_cv_dup2_broken='no'}
|
---|
23 | bash_cv_pgrp_pipe=${bash_cv_pgrp_pipe='no'}
|
---|
24 | bash_cv_type_rlimit=${bash_cv_type_rlimit='long'}
|
---|
25 | bash_cv_decl_under_sys_siglist=${bash_cv_decl_under_sys_siglist='no'}
|
---|
26 | bash_cv_under_sys_siglist=${bash_cv_under_sys_siglist='no'}
|
---|
27 | bash_cv_sys_siglist=${bash_cv_sys_siglist='yes'}
|
---|
28 | bash_cv_opendir_not_robust=${bash_cv_opendir_not_robust='no'}
|
---|
29 | bash_cv_getenv_redef=${bash_cv_getenv_redef='yes'}
|
---|
30 | bash_cv_printf_declared=${bash_cv_printf_declared='yes'}
|
---|
31 | bash_cv_ulimit_maxfds=${bash_cv_ulimit_maxfds='no'}
|
---|
32 | bash_cv_getcwd_calls_popen=${bash_cv_getcwd_calls_popen='no'}
|
---|
33 | bash_cv_must_reinstall_sighandlers=${bash_cv_must_reinstall_sighandlers='no'}
|
---|
34 | bash_cv_job_control_missing=${bash_cv_job_control_missing='present'}
|
---|
35 | bash_cv_sys_named_pipes=${bash_cv_sys_named_pipes='present'}
|
---|
36 | bash_cv_func_sigsetjmp=${bash_cv_func_sigsetjmp='missing'}
|
---|
37 | bash_cv_mail_dir=${bash_cv_mail_dir='unknown'}
|
---|
38 | bash_cv_func_strcoll_broken=${bash_cv_func_strcoll_broken='no'}
|
---|
39 |
|
---|
40 | bash_cv_type_int32_t=${bash_cv_type_int32_t='int'}
|
---|
41 | bash_cv_type_u_int32_t=${bash_cv_type_u_int32_t='int'}
|
---|
42 |
|
---|
43 | ac_cv_type_bits64_t=${ac_cv_type_bits64_t='no'}
|
---|
44 |
|
---|
45 | # end of cross-build/x86-beos.cache
|
---|