Ed Warnicke | cb9cada | 2015-12-08 15:45:58 -0700 | [diff] [blame] | 1 | ###################################################################### |
| 2 | # glibc |
| 3 | ###################################################################### |
| 4 | |
| 5 | # glibc needs this for cross compiling |
| 6 | libc_cv_forced_unwind=yes |
| 7 | libc_cv_c_cleanup=yes |
| 8 | libc_cv_ssp=no |
| 9 | # fixes gentoo build; not sure why? |
| 10 | libc_cv_uname_release="" |
| 11 | libc_cv_uname_version="" |
| 12 | ac_cv_header_cpuid_h=yes |
| 13 | ###################################################################### |
| 14 | # bash |
| 15 | ###################################################################### |
| 16 | |
| 17 | # Bash configure.in uses this to work around an autoconf 2.53 bug |
| 18 | ac_cv_func_setvbuf_reversed=no |
| 19 | ac_cv_rl_version=5.1 |
| 20 | bash_cv_termcap_lib=libncurses |
| 21 | |
| 22 | # These mostly come from debian bash-2.05b changes |
| 23 | # They are needed to make a functioning bash. Without these |
| 24 | # settings gdbserver exiting would cause the invoking bash to |
| 25 | # exit also. |
| 26 | bash_cv_have_mbstate_t=yes |
| 27 | bash_cv_dup2_broken=no |
| 28 | bash_cv_pgrp_pipe=no |
| 29 | bash_cv_sys_siglist=yes |
| 30 | bash_cv_under_sys_siglist=yes |
| 31 | bash_cv_opendir_not_robust=no |
| 32 | bash_cv_printf_declared=yes |
| 33 | bash_cv_ulimit_maxfds=yes |
| 34 | bash_cv_getenv_redef=yes |
| 35 | bash_cv_getcwd_calls_popen=no |
| 36 | bash_cv_func_strcoll_broken=no |
| 37 | bash_cv_must_reinstall_sighandlers=no |
| 38 | bash_cv_type_quad_t=yes |
| 39 | bash_cv_func_sigsetjmp=present |
| 40 | bash_cv_job_control_missing=present |
| 41 | bash_cv_sys_named_pipes=present |
| 42 | bash_cv_type_rlimit=long |
| 43 | bash_cv_printf_a_format=yes |
| 44 | bash_cv_unusable_rtsigs=no |
| 45 | |
| 46 | ###################################################################### |
| 47 | # Apache |
| 48 | ###################################################################### |
| 49 | ac_cv_func_setpgrp_void=yes |
| 50 | apr_cv_process_shared_works=yes |
| 51 | apr_cv_tcp_nodelay_with_cork=yes |
| 52 | ap_void_ptr_lt_long=no |
| 53 | |
| 54 | case ${host_cpu} in |
| 55 | x86_64 | alpha) |
| 56 | ac_cv_sizeof_ssize_t=8 |
| 57 | ac_cv_sizeof_size_t=8 |
| 58 | ac_cv_sizeof_pid_t=4 |
| 59 | ;; |
| 60 | *) |
| 61 | ac_cv_sizeof_ssize_t=4 |
| 62 | ac_cv_sizeof_size_t=4 |
| 63 | ac_cv_sizeof_pid_t=4 |
| 64 | ;; |
| 65 | esac |
| 66 | |
| 67 | ###################################################################### |
| 68 | # gdb |
| 69 | ###################################################################### |
| 70 | gdb_cv_func_ptrace_args=int,int,long,long |
| 71 | |
| 72 | ###################################################################### |
| 73 | # dpkg |
| 74 | ###################################################################### |
| 75 | dpkg_cv_va_copy=yes |
| 76 | |
| 77 | ###################################################################### |
| 78 | # coreutils |
| 79 | ###################################################################### |
| 80 | ac_cv_search_clock_gettime=no |
| 81 | gl_cv_fs_space=yes |
| 82 | |
| 83 | ###################################################################### |
| 84 | # valgrind |
| 85 | ###################################################################### |
| 86 | ac_cv_file__proc_self_fd=yes |
| 87 | ac_cv_file__proc_self_exe=yes |
| 88 | ac_cv_file__proc_self_maps=yes |
| 89 | |
| 90 | ###################################################################### |
| 91 | # tcpdump |
| 92 | ###################################################################### |
| 93 | ac_cv_linux_vers=2 |
| 94 | ac_cv_func_pcap_findalldevs=no |
| 95 | |
| 96 | ###################################################################### |
| 97 | # flex |
| 98 | ###################################################################### |
| 99 | ac_cv_func_malloc_0_nonnull=yes |
| 100 | ac_cv_func_realloc_0_nonnull=yes |
| 101 | |
| 102 | ###################################################################### |
| 103 | # tar |
| 104 | ###################################################################### |
| 105 | tar_gl_cv_func_mknod_works=yes |