diff options
| -rw-r--r-- | meta/site/arm-common | 14 | ||||
| -rw-r--r-- | meta/site/common-linux | 16 | ||||
| -rw-r--r-- | meta/site/ix86-common | 14 | ||||
| -rw-r--r-- | meta/site/mips-linux | 3 | ||||
| -rw-r--r-- | meta/site/mips-linux-uclibc | 3 | ||||
| -rw-r--r-- | meta/site/mipsel-linux | 14 | ||||
| -rw-r--r-- | meta/site/mipsel-linux-uclibc | 14 | ||||
| -rw-r--r-- | meta/site/powerpc-linux | 3 | ||||
| -rw-r--r-- | meta/site/powerpc32-linux | 13 | ||||
| -rw-r--r-- | meta/site/sh-common | 14 | ||||
| -rw-r--r-- | meta/site/sparc-linux | 3 | ||||
| -rw-r--r-- | meta/site/x86_64-linux | 1 | ||||
| -rw-r--r-- | meta/site/x86_64-linux-uclibc | 1 |
13 files changed, 16 insertions, 97 deletions
diff --git a/meta/site/arm-common b/meta/site/arm-common index 5d3e68a18a..39eb30bec8 100644 --- a/meta/site/arm-common +++ b/meta/site/arm-common | |||
| @@ -14,21 +14,7 @@ apr_cv_tcp_nodelay_with_cork=${apr_cv_tcp_nodelay_with_cork=yes} | |||
| 14 | 14 | ||
| 15 | # bash | 15 | # bash |
| 16 | ac_cv_c_long_double=${ac_cv_c_long_double=yes} | 16 | ac_cv_c_long_double=${ac_cv_c_long_double=yes} |
| 17 | bash_cv_have_mbstate_t=${bash_cv_have_mbstate_t=yes} | ||
| 18 | bash_cv_func_sigsetjmp=${bash_cv_func_sigsetjmp=missing} | 17 | bash_cv_func_sigsetjmp=${bash_cv_func_sigsetjmp=missing} |
| 19 | bash_cv_must_reinstall_sighandlers=${bash_cv_must_reinstall_sighandlers=no} | ||
| 20 | bash_cv_func_strcoll_broken=${bash_cv_func_strcoll_broken=no} | ||
| 21 | bash_cv_dup2_broken=${bash_cv_dup2_broken=no} | ||
| 22 | bash_cv_opendir_not_robust=${bash_cv_opendir_not_robust=no} | ||
| 23 | bash_cv_type_rlimit=${bash_cv_type_rlimit=rlim_t} | ||
| 24 | bash_cv_getenv_redef=${bash_cv_getenv_redef=yes} | ||
| 25 | bash_cv_ulimit_maxfds=${bash_cv_ulimit_maxfds=yes} | ||
| 26 | bash_cv_getcwd_calls_popen=${bash_cv_getcwd_calls_popen=no} | ||
| 27 | bash_cv_printf_a_format=${bash_cv_printf_a_format=yes} | ||
| 28 | bash_cv_pgrp_pipe=${bash_cv_pgrp_pipe=no} | ||
| 29 | bash_cv_job_control_missing=${bash_cv_job_control_missing=present} | ||
| 30 | bash_cv_sys_named_pipes=${bash_cv_sys_named_pipes=present} | ||
| 31 | bash_cv_unusable_rtsigs=${bash_cv_unusable_rtsigs=no} | ||
| 32 | 18 | ||
| 33 | # coreutils | 19 | # coreutils |
| 34 | utils_cv_sys_open_max=${utils_cv_sys_open_max=1019} | 20 | utils_cv_sys_open_max=${utils_cv_sys_open_max=1019} |
diff --git a/meta/site/common-linux b/meta/site/common-linux index c37c76aa91..74a822d2e3 100644 --- a/meta/site/common-linux +++ b/meta/site/common-linux | |||
| @@ -3,3 +3,19 @@ samba_cv_HAVE_IFACE_AIX=${samba_cv_HAVE_IFACE_AIX=no} | |||
| 3 | samba_cv_HAVE_IFACE_IFCONF=${samba_cv_HAVE_IFACE_IFCONF=yes} | 3 | samba_cv_HAVE_IFACE_IFCONF=${samba_cv_HAVE_IFACE_IFCONF=yes} |
| 4 | samba_cv_HAVE_IFACE_IFREQ=${samba_cv_HAVE_IFACE_IFREQ=yes} | 4 | samba_cv_HAVE_IFACE_IFREQ=${samba_cv_HAVE_IFACE_IFREQ=yes} |
| 5 | samba_cv_HAVE_IRIX_SPECIFIC_CAPABILITIES=${samba_cv_HAVE_IRIX_SPECIFIC_CAPABILITIES=no} | 5 | samba_cv_HAVE_IRIX_SPECIFIC_CAPABILITIES=${samba_cv_HAVE_IRIX_SPECIFIC_CAPABILITIES=no} |
| 6 | |||
| 7 | # bash | ||
| 8 | bash_cv_have_mbstate_t=${bash_cv_have_mbstate_t=yes} | ||
| 9 | bash_cv_must_reinstall_sighandlers=${bash_cv_must_reinstall_sighandlers=no} | ||
| 10 | bash_cv_func_strcoll_broken=${bash_cv_func_strcoll_broken=no} | ||
| 11 | bash_cv_dup2_broken=${bash_cv_dup2_broken=no} | ||
| 12 | bash_cv_opendir_not_robust=${bash_cv_opendir_not_robust=no} | ||
| 13 | bash_cv_type_rlimit=${bash_cv_type_rlimit=rlim_t} | ||
| 14 | bash_cv_getenv_redef=${bash_cv_getenv_redef=yes} | ||
| 15 | bash_cv_ulimit_maxfds=${bash_cv_ulimit_maxfds=yes} | ||
| 16 | bash_cv_getcwd_calls_popen=${bash_cv_getcwd_calls_popen=no} | ||
| 17 | bash_cv_printf_a_format=${bash_cv_printf_a_format=yes} | ||
| 18 | bash_cv_pgrp_pipe=${bash_cv_pgrp_pipe=no} | ||
| 19 | bash_cv_job_control_missing=${bash_cv_job_control_missing=present} | ||
| 20 | bash_cv_sys_named_pipes=${bash_cv_sys_named_pipes=present} | ||
| 21 | bash_cv_unusable_rtsigs=${bash_cv_unusable_rtsigs=no} | ||
diff --git a/meta/site/ix86-common b/meta/site/ix86-common index 4a4442a29f..267d59f026 100644 --- a/meta/site/ix86-common +++ b/meta/site/ix86-common | |||
| @@ -58,21 +58,7 @@ ac_cv_file_lib_src_libmad_frame_h=${ac_cv_file_lib_src_libmad_frame_h=no} | |||
| 58 | 58 | ||
| 59 | # bash | 59 | # bash |
| 60 | ac_cv_c_long_double=${ac_cv_c_long_double=yes} | 60 | ac_cv_c_long_double=${ac_cv_c_long_double=yes} |
| 61 | bash_cv_have_mbstate_t=${bash_cv_have_mbstate_t=yes} | ||
| 62 | bash_cv_func_sigsetjmp=${bash_cv_func_sigsetjmp=missing} | 61 | bash_cv_func_sigsetjmp=${bash_cv_func_sigsetjmp=missing} |
| 63 | bash_cv_must_reinstall_sighandlers=${bash_cv_must_reinstall_sighandlers=no} | ||
| 64 | bash_cv_func_strcoll_broken=${bash_cv_func_strcoll_broken=no} | ||
| 65 | bash_cv_dup2_broken=${bash_cv_dup2_broken=no} | ||
| 66 | bash_cv_opendir_not_robust=${bash_cv_opendir_not_robust=no} | ||
| 67 | bash_cv_type_rlimit=${bash_cv_type_rlimit=rlim_t} | ||
| 68 | bash_cv_getenv_redef=${bash_cv_getenv_redef=yes} | ||
| 69 | bash_cv_ulimit_maxfds=${bash_cv_ulimit_maxfds=yes} | ||
| 70 | bash_cv_getcwd_calls_popen=${bash_cv_getcwd_calls_popen=no} | ||
| 71 | bash_cv_printf_a_format=${bash_cv_printf_a_format=yes} | ||
| 72 | bash_cv_pgrp_pipe=${bash_cv_pgrp_pipe=no} | ||
| 73 | bash_cv_job_control_missing=${bash_cv_job_control_missing=present} | ||
| 74 | bash_cv_sys_named_pipes=${bash_cv_sys_named_pipes=present} | ||
| 75 | bash_cv_unusable_rtsigs=${bash_cv_unusable_rtsigs=no} | ||
| 76 | 62 | ||
| 77 | # clamav | 63 | # clamav |
| 78 | clamav_av_func_working_snprintf_long=${clamav_av_func_working_snprintf_long=yes} | 64 | clamav_av_func_working_snprintf_long=${clamav_av_func_working_snprintf_long=yes} |
diff --git a/meta/site/mips-linux b/meta/site/mips-linux index 074cb0920f..495df5f814 100644 --- a/meta/site/mips-linux +++ b/meta/site/mips-linux | |||
| @@ -118,9 +118,6 @@ mono_cv_uscore=${mono_cv_uscore=no} | |||
| 118 | ac_cv_va_copy=${ac_cv_va_copy=yes} | 118 | ac_cv_va_copy=${ac_cv_va_copy=yes} |
| 119 | ac_cv___va_copy=${ac_cv___va_copy=yes} | 119 | ac_cv___va_copy=${ac_cv___va_copy=yes} |
| 120 | 120 | ||
| 121 | # readline | ||
| 122 | bash_cv_have_mbstate_t=${bash_cv_have_mbstate_t=yes} | ||
| 123 | |||
| 124 | # eds-dbus | 121 | # eds-dbus |
| 125 | ac_cv_libiconv_utf8=${ac_cv_libiconv_utf8=yes} | 122 | ac_cv_libiconv_utf8=${ac_cv_libiconv_utf8=yes} |
| 126 | 123 | ||
diff --git a/meta/site/mips-linux-uclibc b/meta/site/mips-linux-uclibc index 074cb0920f..495df5f814 100644 --- a/meta/site/mips-linux-uclibc +++ b/meta/site/mips-linux-uclibc | |||
| @@ -118,9 +118,6 @@ mono_cv_uscore=${mono_cv_uscore=no} | |||
| 118 | ac_cv_va_copy=${ac_cv_va_copy=yes} | 118 | ac_cv_va_copy=${ac_cv_va_copy=yes} |
| 119 | ac_cv___va_copy=${ac_cv___va_copy=yes} | 119 | ac_cv___va_copy=${ac_cv___va_copy=yes} |
| 120 | 120 | ||
| 121 | # readline | ||
| 122 | bash_cv_have_mbstate_t=${bash_cv_have_mbstate_t=yes} | ||
| 123 | |||
| 124 | # eds-dbus | 121 | # eds-dbus |
| 125 | ac_cv_libiconv_utf8=${ac_cv_libiconv_utf8=yes} | 122 | ac_cv_libiconv_utf8=${ac_cv_libiconv_utf8=yes} |
| 126 | 123 | ||
diff --git a/meta/site/mipsel-linux b/meta/site/mipsel-linux index c20e5eeb3f..0959883408 100644 --- a/meta/site/mipsel-linux +++ b/meta/site/mipsel-linux | |||
| @@ -8,21 +8,7 @@ ac_cv_func_malloc_0_nonnull=${ac_cv_func_malloc_0_nonnull=yes} | |||
| 8 | 8 | ||
| 9 | # bash | 9 | # bash |
| 10 | ac_cv_c_long_double=${ac_cv_c_long_double=no} | 10 | ac_cv_c_long_double=${ac_cv_c_long_double=no} |
| 11 | bash_cv_have_mbstate_t=${bash_cv_have_mbstate_t=yes} | ||
| 12 | bash_cv_func_sigsetjmp=${bash_cv_func_sigsetjmp=present} | 11 | bash_cv_func_sigsetjmp=${bash_cv_func_sigsetjmp=present} |
| 13 | bash_cv_must_reinstall_sighandlers=${bash_cv_must_reinstall_sighandlers=no} | ||
| 14 | bash_cv_func_strcoll_broken=${bash_cv_func_strcoll_broken=no} | ||
| 15 | bash_cv_dup2_broken=${bash_cv_dup2_broken=no} | ||
| 16 | bash_cv_opendir_not_robust=${bash_cv_opendir_not_robust=no} | ||
| 17 | bash_cv_type_rlimit=${bash_cv_type_rlimit=rlim_t} | ||
| 18 | bash_cv_getenv_redef=${bash_cv_getenv_redef=yes} | ||
| 19 | bash_cv_ulimit_maxfds=${bash_cv_ulimit_maxfds=yes} | ||
| 20 | bash_cv_getcwd_calls_popen=${bash_cv_getcwd_calls_popen=no} | ||
| 21 | bash_cv_printf_a_format=${bash_cv_printf_a_format=yes} | ||
| 22 | bash_cv_pgrp_pipe=${bash_cv_pgrp_pipe=no} | ||
| 23 | bash_cv_job_control_missing=${bash_cv_job_control_missing=present} | ||
| 24 | bash_cv_sys_named_pipes=${bash_cv_sys_named_pipes=present} | ||
| 25 | bash_cv_unusable_rtsigs=${bash_cv_unusable_rtsigs=no} | ||
| 26 | 12 | ||
| 27 | # openssh | 13 | # openssh |
| 28 | ac_cv_have_accrights_in_msghdr=${ac_cv_have_accrights_in_msghdr=no} | 14 | ac_cv_have_accrights_in_msghdr=${ac_cv_have_accrights_in_msghdr=no} |
diff --git a/meta/site/mipsel-linux-uclibc b/meta/site/mipsel-linux-uclibc index 9545feab4c..25fa8b5bde 100644 --- a/meta/site/mipsel-linux-uclibc +++ b/meta/site/mipsel-linux-uclibc | |||
| @@ -8,21 +8,7 @@ ac_cv_func_malloc_0_nonnull=${ac_cv_func_malloc_0_nonnull=yes} | |||
| 8 | 8 | ||
| 9 | # bash | 9 | # bash |
| 10 | ac_cv_c_long_double=${ac_cv_c_long_double=no} | 10 | ac_cv_c_long_double=${ac_cv_c_long_double=no} |
| 11 | bash_cv_have_mbstate_t=${bash_cv_have_mbstate_t=yes} | ||
| 12 | bash_cv_func_sigsetjmp=${bash_cv_func_sigsetjmp=present} | 11 | bash_cv_func_sigsetjmp=${bash_cv_func_sigsetjmp=present} |
| 13 | bash_cv_must_reinstall_sighandlers=${bash_cv_must_reinstall_sighandlers=no} | ||
| 14 | bash_cv_func_strcoll_broken=${bash_cv_func_strcoll_broken=no} | ||
| 15 | bash_cv_dup2_broken=${bash_cv_dup2_broken=no} | ||
| 16 | bash_cv_opendir_not_robust=${bash_cv_opendir_not_robust=no} | ||
| 17 | bash_cv_type_rlimit=${bash_cv_type_rlimit=rlim_t} | ||
| 18 | bash_cv_getenv_redef=${bash_cv_getenv_redef=yes} | ||
| 19 | bash_cv_ulimit_maxfds=${bash_cv_ulimit_maxfds=yes} | ||
| 20 | bash_cv_getcwd_calls_popen=${bash_cv_getcwd_calls_popen=no} | ||
| 21 | bash_cv_printf_a_format=${bash_cv_printf_a_format=yes} | ||
| 22 | bash_cv_pgrp_pipe=${bash_cv_pgrp_pipe=no} | ||
| 23 | bash_cv_job_control_missing=${bash_cv_job_control_missing=present} | ||
| 24 | bash_cv_sys_named_pipes=${bash_cv_sys_named_pipes=present} | ||
| 25 | bash_cv_unusable_rtsigs=${bash_cv_unusable_rtsigs=no} | ||
| 26 | 12 | ||
| 27 | # openssh | 13 | # openssh |
| 28 | ac_cv_have_accrights_in_msghdr=${ac_cv_have_accrights_in_msghdr=no} | 14 | ac_cv_have_accrights_in_msghdr=${ac_cv_have_accrights_in_msghdr=no} |
diff --git a/meta/site/powerpc-linux b/meta/site/powerpc-linux index 9498b8acc1..399a58e98a 100644 --- a/meta/site/powerpc-linux +++ b/meta/site/powerpc-linux | |||
| @@ -4,9 +4,6 @@ ac_cv_func_setgrent_void=yes | |||
| 4 | ac_cv_func_posix_getpwuid_r=${ac_cv_func_posix_getpwuid_r=yes} | 4 | ac_cv_func_posix_getpwuid_r=${ac_cv_func_posix_getpwuid_r=yes} |
| 5 | ac_cv_func_posix_getgrgid_r=${ac_cv_func_posix_getgrgid_r=yes} | 5 | ac_cv_func_posix_getgrgid_r=${ac_cv_func_posix_getgrgid_r=yes} |
| 6 | 6 | ||
| 7 | # bash | ||
| 8 | bash_cv_have_mbstate_t=${bash_cv_have_mbstate_t=yes} | ||
| 9 | |||
| 10 | # startup-notification | 7 | # startup-notification |
| 11 | lf_cv_sane_realloc=yes | 8 | lf_cv_sane_realloc=yes |
| 12 | 9 | ||
diff --git a/meta/site/powerpc32-linux b/meta/site/powerpc32-linux index 5d92ecf18e..9d89f7399d 100644 --- a/meta/site/powerpc32-linux +++ b/meta/site/powerpc32-linux | |||
| @@ -205,19 +205,6 @@ cvs_cv_func_printf_ptr=${cvs_cv_func_printf_ptr=yes} | |||
| 205 | # bash | 205 | # bash |
| 206 | ac_cv_c_long_double=${ac_cv_c_long_double=yes} | 206 | ac_cv_c_long_double=${ac_cv_c_long_double=yes} |
| 207 | bash_cv_func_sigsetjmp=${bash_cv_func_sigsetjmp=missing} | 207 | bash_cv_func_sigsetjmp=${bash_cv_func_sigsetjmp=missing} |
| 208 | bash_cv_must_reinstall_sighandlers=${bash_cv_must_reinstall_sighandlers=no} | ||
| 209 | bash_cv_func_strcoll_broken=${bash_cv_func_strcoll_broken=no} | ||
| 210 | bash_cv_dup2_broken=${bash_cv_dup2_broken=no} | ||
| 211 | bash_cv_opendir_not_robust=${bash_cv_opendir_not_robust=no} | ||
| 212 | bash_cv_type_rlimit=${bash_cv_type_rlimit=rlim_t} | ||
| 213 | bash_cv_getenv_redef=${bash_cv_getenv_redef=yes} | ||
| 214 | bash_cv_ulimit_maxfds=${bash_cv_ulimit_maxfds=yes} | ||
| 215 | bash_cv_getcwd_calls_popen=${bash_cv_getcwd_calls_popen=no} | ||
| 216 | bash_cv_printf_a_format=${bash_cv_printf_a_format=yes} | ||
| 217 | bash_cv_pgrp_pipe=${bash_cv_pgrp_pipe=no} | ||
| 218 | bash_cv_job_control_missing=${bash_cv_job_control_missing=present} | ||
| 219 | bash_cv_sys_named_pipes=${bash_cv_sys_named_pipes=present} | ||
| 220 | bash_cv_unusable_rtsigs=${bash_cv_unusable_rtsigs=no} | ||
| 221 | 208 | ||
| 222 | # openssh | 209 | # openssh |
| 223 | ac_cv_have_broken_dirname=${ac_cv_have_broken_dirname='yes'} | 210 | ac_cv_have_broken_dirname=${ac_cv_have_broken_dirname='yes'} |
diff --git a/meta/site/sh-common b/meta/site/sh-common index 9368444648..196af113cb 100644 --- a/meta/site/sh-common +++ b/meta/site/sh-common | |||
| @@ -222,21 +222,7 @@ cvs_cv_func_printf_ptr=${cvs_cv_func_printf_ptr=yes} | |||
| 222 | 222 | ||
| 223 | # bash | 223 | # bash |
| 224 | ac_cv_c_long_double=${ac_cv_c_long_double=yes} | 224 | ac_cv_c_long_double=${ac_cv_c_long_double=yes} |
| 225 | bash_cv_have_mbstate_t=${bash_cv_have_mbstate_t=yes} | ||
| 226 | bash_cv_func_sigsetjmp=${bash_cv_func_sigsetjmp=missing} | 225 | bash_cv_func_sigsetjmp=${bash_cv_func_sigsetjmp=missing} |
| 227 | bash_cv_must_reinstall_sighandlers=${bash_cv_must_reinstall_sighandlers=no} | ||
| 228 | bash_cv_func_strcoll_broken=${bash_cv_func_strcoll_broken=no} | ||
| 229 | bash_cv_dup2_broken=${bash_cv_dup2_broken=no} | ||
| 230 | bash_cv_opendir_not_robust=${bash_cv_opendir_not_robust=no} | ||
| 231 | bash_cv_type_rlimit=${bash_cv_type_rlimit=rlim_t} | ||
| 232 | bash_cv_getenv_redef=${bash_cv_getenv_redef=yes} | ||
| 233 | bash_cv_ulimit_maxfds=${bash_cv_ulimit_maxfds=yes} | ||
| 234 | bash_cv_getcwd_calls_popen=${bash_cv_getcwd_calls_popen=no} | ||
| 235 | bash_cv_printf_a_format=${bash_cv_printf_a_format=yes} | ||
| 236 | bash_cv_pgrp_pipe=${bash_cv_pgrp_pipe=no} | ||
| 237 | bash_cv_job_control_missing=${bash_cv_job_control_missing=present} | ||
| 238 | bash_cv_sys_named_pipes=${bash_cv_sys_named_pipes=present} | ||
| 239 | bash_cv_unusable_rtsigs=${bash_cv_unusable_rtsigs=no} | ||
| 240 | 226 | ||
| 241 | # mono | 227 | # mono |
| 242 | cv_mono_sizeof_sunpath=108 | 228 | cv_mono_sizeof_sunpath=108 |
diff --git a/meta/site/sparc-linux b/meta/site/sparc-linux index 491dc74bf4..ea6386b609 100644 --- a/meta/site/sparc-linux +++ b/meta/site/sparc-linux | |||
| @@ -53,6 +53,3 @@ glib_cv_stack_grows=${glib_cv_stack_grows=no} | |||
| 53 | 53 | ||
| 54 | #linux | 54 | #linux |
| 55 | ac_cv_linux_vers=${ac_cv_linux_vers=2} | 55 | ac_cv_linux_vers=${ac_cv_linux_vers=2} |
| 56 | |||
| 57 | #bash | ||
| 58 | bash_cv_have_mbstate_t=${bash_cv_have_mbstate_t=yes} | ||
diff --git a/meta/site/x86_64-linux b/meta/site/x86_64-linux index 9c9e0f82a8..ba6e57ccf2 100644 --- a/meta/site/x86_64-linux +++ b/meta/site/x86_64-linux | |||
| @@ -32,7 +32,6 @@ ac_cv_sizeof_ino_t=${ac_cv_sizeof_ino_t=8} | |||
| 32 | ac_cv_sizeof_dev_t=${ac_cv_sizeof_dev_t=8} | 32 | ac_cv_sizeof_dev_t=${ac_cv_sizeof_dev_t=8} |
| 33 | ac_cv_sizeof_void_p=${ac_cv_sizeof_void_p=8} | 33 | ac_cv_sizeof_void_p=${ac_cv_sizeof_void_p=8} |
| 34 | ac_cv_strerror_r_SUSv3=${ac_cv_strerror_r_SUSv3=no} | 34 | ac_cv_strerror_r_SUSv3=${ac_cv_strerror_r_SUSv3=no} |
| 35 | bash_cv_have_mbstate_t=${bash_cv_have_mbstate_t=yes} | ||
| 36 | db_cv_alignp_t=${db_cv_alignp_t='unsigned long long'} | 35 | db_cv_alignp_t=${db_cv_alignp_t='unsigned long long'} |
| 37 | db_cv_align_t=${db_cv_align_t='unsigned long long'} | 36 | db_cv_align_t=${db_cv_align_t='unsigned long long'} |
| 38 | db_cv_fcntl_f_setfd=${db_cv_fcntl_f_setfd=yes} | 37 | db_cv_fcntl_f_setfd=${db_cv_fcntl_f_setfd=yes} |
diff --git a/meta/site/x86_64-linux-uclibc b/meta/site/x86_64-linux-uclibc index d0d0f32642..771e725fa6 100644 --- a/meta/site/x86_64-linux-uclibc +++ b/meta/site/x86_64-linux-uclibc | |||
| @@ -24,7 +24,6 @@ ac_cv_sizeof_short_int=${ac_cv_sizeof_short_int=2} | |||
| 24 | ac_cv_sizeof_size_t=${ac_cv_sizeof_size_t=8} | 24 | ac_cv_sizeof_size_t=${ac_cv_sizeof_size_t=8} |
| 25 | ac_cv_sizeof_void_p=${ac_cv_sizeof_void_p=8} | 25 | ac_cv_sizeof_void_p=${ac_cv_sizeof_void_p=8} |
| 26 | ac_cv_strerror_r_SUSv3=${ac_cv_strerror_r_SUSv3=no} | 26 | ac_cv_strerror_r_SUSv3=${ac_cv_strerror_r_SUSv3=no} |
| 27 | bash_cv_have_mbstate_t=${bash_cv_have_mbstate_t=yes} | ||
| 28 | db_cv_alignp_t=${db_cv_alignp_t='unsigned long long'} | 27 | db_cv_alignp_t=${db_cv_alignp_t='unsigned long long'} |
| 29 | db_cv_align_t=${db_cv_align_t='unsigned long long'} | 28 | db_cv_align_t=${db_cv_align_t='unsigned long long'} |
| 30 | db_cv_fcntl_f_setfd=${db_cv_fcntl_f_setfd=yes} | 29 | db_cv_fcntl_f_setfd=${db_cv_fcntl_f_setfd=yes} |
