xref: /openbmc/openbmc/poky/meta/site/common-musl (revision eb8dc403)
1*eb8dc403SDave Cobbley# general
2*eb8dc403SDave Cobbleyac_cv_have_decl_sys_siglist=${ac_cv_have_decl_sys_siglist=no}
3*eb8dc403SDave Cobbleyac_cv_func_realloc_works=${ac_cv_func_realloc_works=yes}
4*eb8dc403SDave Cobbleyac_cv_func_realloc_0_nonnull=${ac_cv_func_realloc_0_nonnull=yes}
5*eb8dc403SDave Cobbleyac_cv_func_malloc_works=${ac_cv_func_malloc_works=yes}
6*eb8dc403SDave Cobbleyac_cv_func_malloc_0_nonnull=${ac_cv_func_malloc_0_nonnull=yes}
7*eb8dc403SDave Cobbleyac_cv_func_getpgrp_void=yes
8*eb8dc403SDave Cobbleyac_cv_func_setpgrp_void=yes
9*eb8dc403SDave Cobbleyac_cv_func_setgrent_void=yes
10*eb8dc403SDave Cobbleyac_cv_func_getgrgid_r=${ac_cv_func_getgrgid_r=yes}
11*eb8dc403SDave Cobbleyac_cv_func_getpwuid_r=${ac_cv_func_getpwuid_r=yes}
12*eb8dc403SDave Cobbleyac_cv_func_posix_getpwuid_r=${ac_cv_func_posix_getpwuid_r=yes}
13*eb8dc403SDave Cobbleyac_cv_func_posix_getgrgid_r=${ac_cv_func_posix_getgrgid_r=yes}
14*eb8dc403SDave Cobbleyac_cv_func_getaddrinfo=${ac_cv_func_getaddrinfo=yes}
15*eb8dc403SDave Cobbleyac_cv_func_mmap_fixed_mapped=${ac_cv_func_mmap_fixed_mapped=yes}
16*eb8dc403SDave Cobbley
17*eb8dc403SDave Cobbley# glib
18*eb8dc403SDave Cobbleyglib_cv_strlcpy=${glib_cv_strlcpy=no}
19*eb8dc403SDave Cobbleyac_cv_func_printf_unix98=${ac_cv_func_printf_unix98=yes}
20*eb8dc403SDave Cobbleyac_cv_func_snprintf_c99=${ac_cv_func_snprintf_c99=yes}
21*eb8dc403SDave Cobbleyac_cv_func_vsnprintf_c99=${ac_cv_func_vsnprintf_c99=yes}
22*eb8dc403SDave Cobbleyglib_cv_compliant_posix_memalign=${glib_cv_compliant_posix_memalign=1}
23*eb8dc403SDave Cobbleyglib_cv_long_long_format=${glib_cv_long_long_format=ll}
24*eb8dc403SDave Cobbleyglib_cv_have_qsort_r=${glib_cv_have_qsort_r=no}
25*eb8dc403SDave Cobbley
26*eb8dc403SDave Cobbley#dbus-glib
27*eb8dc403SDave Cobbleyac_cv_have_abstract_sockets=${ac_cv_have_abstract_sockets=yes}
28*eb8dc403SDave Cobbley
29*eb8dc403SDave Cobbley# bash
30*eb8dc403SDave Cobbleybash_cv_under_sys_siglist=${bash_cv_under_sys_siglist=no}
31*eb8dc403SDave Cobbleybash_cv_sys_siglist=${bash_cv_sys_siglist=no}
32*eb8dc403SDave Cobbley
33*eb8dc403SDave Cobbley# coreutils
34*eb8dc403SDave Cobbleyfu_cv_sys_stat_statfs2_bsize=${fu_cv_sys_stat_statfs2_bsize=yes}
35*eb8dc403SDave Cobbleygl_cv_func_gettimeofday_clobber=${gl_cv_func_gettimeofday_clobber=no}
36*eb8dc403SDave Cobbleygl_cv_func_tzset_clobber=${gl_cv_func_tzset_clobber=no}
37*eb8dc403SDave Cobbleygl_cv_func_gettimeofday_posix_signature=${gl_cv_func_gettimeofday_posix_signature=yes}
38*eb8dc403SDave Cobbleyac_cv_func_posix_spawn=${ac_cv_func_posix_spawn=yes}
39*eb8dc403SDave Cobbleyac_cv_func_posix_spawn_works=${ac_cv_func_posix_spawn_works=yes}
40*eb8dc403SDave Cobbley
41*eb8dc403SDave Cobbley# va_copy and _va_copy
42*eb8dc403SDave Cobbleyac_cv_va_copy=${ac_cv_va_copy=yes}
43*eb8dc403SDave Cobbleyac_cv___va_copy=${ac_cv___va_copy=yes}
44*eb8dc403SDave Cobbleyac_cv_func_va_copy=${ac_cv_func_va_copy=yes}
45*eb8dc403SDave Cobbleyac_cv_func___va_copy=${ac_cv_func___va_copy=yes}
46*eb8dc403SDave Cobbley
47*eb8dc403SDave Cobbley# posix_getpwuid_r posix_getgrgid_r posix_getpwnam_r
48*eb8dc403SDave Cobbleyac_cv_func_posix_getpwuid_r=${ac_cv_func_posix_getpwuid_r=yes}
49*eb8dc403SDave Cobbleyac_cv_func_posix_getgrgid_r=${ac_cv_func_posix_getgrgid_r=yes}
50*eb8dc403SDave Cobbleyac_cv_func_posix_getpwnam_r=${ac_cv_func_posix_getpwnam_r=yes}
51*eb8dc403SDave Cobbley
52*eb8dc403SDave Cobbley# Xorg
53*eb8dc403SDave Cobbleyxorg_cv_malloc0_returns_null=${xorg_cv_malloc0_returns_null=yes}
54