1eb8dc403SDave Cobbley# general 282c905dcSAndrew Geisslerac_cv_func_calloc_0_nonnull=${ac_cv_func_calloc_0_nonnull=yes} 3eb8dc403SDave Cobbleyac_cv_func_realloc_works=${ac_cv_func_realloc_works=yes} 4eb8dc403SDave Cobbleyac_cv_func_realloc_0_nonnull=${ac_cv_func_realloc_0_nonnull=yes} 5eb8dc403SDave Cobbleyac_cv_func_malloc_works=${ac_cv_func_malloc_works=yes} 6eb8dc403SDave Cobbleyac_cv_func_malloc_0_nonnull=${ac_cv_func_malloc_0_nonnull=yes} 782c905dcSAndrew Geisslerac_cv_func_memcmp_working=${ac_cv_func_memcmp_working=yes} 8eb8dc403SDave Cobbleyac_cv_func_getpgrp_void=yes 9eb8dc403SDave Cobbleyac_cv_func_setpgrp_void=yes 10eb8dc403SDave Cobbleyac_cv_func_setgrent_void=yes 11eb8dc403SDave Cobbleyac_cv_func_getgrgid_r=${ac_cv_func_getgrgid_r=yes} 12eb8dc403SDave Cobbleyac_cv_func_getpwuid_r=${ac_cv_func_getpwuid_r=yes} 13eb8dc403SDave Cobbleyac_cv_func_posix_getpwuid_r=${ac_cv_func_posix_getpwuid_r=yes} 14eb8dc403SDave Cobbleyac_cv_func_posix_getgrgid_r=${ac_cv_func_posix_getgrgid_r=yes} 15eb8dc403SDave Cobbleyac_cv_func_getaddrinfo=${ac_cv_func_getaddrinfo=yes} 16eb8dc403SDave Cobbleyac_cv_func_mmap_fixed_mapped=${ac_cv_func_mmap_fixed_mapped=yes} 1782c905dcSAndrew Geisslerac_cv_func_strtod=${ac_cv_func_strtod=yes} 18eb8dc403SDave Cobbley 19eb8dc403SDave Cobbley# glib 20eb8dc403SDave Cobbleyglib_cv_strlcpy=${glib_cv_strlcpy=no} 21eb8dc403SDave Cobbleyac_cv_func_printf_unix98=${ac_cv_func_printf_unix98=yes} 22eb8dc403SDave Cobbleyac_cv_func_snprintf_c99=${ac_cv_func_snprintf_c99=yes} 23eb8dc403SDave Cobbleyac_cv_func_vsnprintf_c99=${ac_cv_func_vsnprintf_c99=yes} 24eb8dc403SDave Cobbleyglib_cv_compliant_posix_memalign=${glib_cv_compliant_posix_memalign=1} 25eb8dc403SDave Cobbleyglib_cv_long_long_format=${glib_cv_long_long_format=ll} 26595f6308SAndrew Geisslerglib_cv_have_qsort_r=${glib_cv_have_qsort_r=yes} 27eb8dc403SDave Cobbley 28eb8dc403SDave Cobbley#dbus-glib 29eb8dc403SDave Cobbleyac_cv_have_abstract_sockets=${ac_cv_have_abstract_sockets=yes} 30eb8dc403SDave Cobbley 31*d583833aSAndrew Geissler# bash 32*d583833aSAndrew Geisslerbash_cv_getcwd_malloc=${bash_cv_getcwd_malloc=yes} 33*d583833aSAndrew Geissler 34eb8dc403SDave Cobbley# coreutils 35eb8dc403SDave Cobbleyfu_cv_sys_stat_statfs2_bsize=${fu_cv_sys_stat_statfs2_bsize=yes} 3682c905dcSAndrew Geisslergl_cv_func_getcwd_abort_bug=${gl_cv_func_getcwd_abort_bug=no} 3782c905dcSAndrew Geisslergl_cv_func_getcwd_null=${gl_cv_func_getcwd_null=yes} 3882c905dcSAndrew Geisslergl_cv_func_getcwd_path_max=${gl_cv_func_getcwd_path_max='no, but it is partly working'} 3982c905dcSAndrew Geisslerac_cv_func_getgroups_works=${ac_cv_func_getgroups_works=yes} 40eb8dc403SDave Cobbleygl_cv_func_gettimeofday_clobber=${gl_cv_func_gettimeofday_clobber=no} 4182c905dcSAndrew Geisslergl_cv_func_nanosleep=${gl_cv_func_nanosleep=yes} 4282c905dcSAndrew Geisslergl_cv_func_strtod_works=${gl_cv_func_strtod_works=yes} 43eb8dc403SDave Cobbleygl_cv_func_tzset_clobber=${gl_cv_func_tzset_clobber=no} 44eb8dc403SDave Cobbleygl_cv_func_gettimeofday_posix_signature=${gl_cv_func_gettimeofday_posix_signature=yes} 4582c905dcSAndrew Geisslergl_cv_func_working_mkstemp=${gl_cv_func_working_mkstemp=yes} 4682c905dcSAndrew Geisslergl_cv_func_working_mktime=${gl_cv_func_working_mktime=yes} 4782c905dcSAndrew Geisslergl_cv_func_working_utimes=${gl_cv_func_working_utimes=yes} 48eb8dc403SDave Cobbleyac_cv_func_posix_spawn=${ac_cv_func_posix_spawn=yes} 49eb8dc403SDave Cobbleyac_cv_func_posix_spawn_works=${ac_cv_func_posix_spawn_works=yes} 50eb8dc403SDave Cobbley 51eb8dc403SDave Cobbley# va_copy and _va_copy 52eb8dc403SDave Cobbleyac_cv_va_copy=${ac_cv_va_copy=yes} 53eb8dc403SDave Cobbleyac_cv___va_copy=${ac_cv___va_copy=yes} 54eb8dc403SDave Cobbleyac_cv_func_va_copy=${ac_cv_func_va_copy=yes} 55eb8dc403SDave Cobbleyac_cv_func___va_copy=${ac_cv_func___va_copy=yes} 56eb8dc403SDave Cobbley 57eb8dc403SDave Cobbley# posix_getpwuid_r posix_getgrgid_r posix_getpwnam_r 58eb8dc403SDave Cobbleyac_cv_func_posix_getpwuid_r=${ac_cv_func_posix_getpwuid_r=yes} 59eb8dc403SDave Cobbleyac_cv_func_posix_getgrgid_r=${ac_cv_func_posix_getgrgid_r=yes} 60eb8dc403SDave Cobbleyac_cv_func_posix_getpwnam_r=${ac_cv_func_posix_getpwnam_r=yes} 61eb8dc403SDave Cobbley 62eb8dc403SDave Cobbley# Xorg 63eb8dc403SDave Cobbleyxorg_cv_malloc0_returns_null=${xorg_cv_malloc0_returns_null=yes} 64