Patrick Williams | c124f4f | 2015-09-15 14:41:29 -0500 | [diff] [blame] | 1 | # general |
Andrew Geissler | 82c905d | 2020-04-13 13:39:40 -0500 | [diff] [blame] | 2 | ac_cv_func_calloc_0_nonnull=${ac_cv_func_calloc_0_nonnull=yes} |
Patrick Williams | c124f4f | 2015-09-15 14:41:29 -0500 | [diff] [blame] | 3 | ac_cv_func_realloc_works=${ac_cv_func_realloc_works=yes} |
| 4 | ac_cv_func_realloc_0_nonnull=${ac_cv_func_realloc_0_nonnull=yes} |
| 5 | ac_cv_func_malloc_works=${ac_cv_func_malloc_works=yes} |
| 6 | ac_cv_func_malloc_0_nonnull=${ac_cv_func_malloc_0_nonnull=yes} |
Andrew Geissler | 82c905d | 2020-04-13 13:39:40 -0500 | [diff] [blame] | 7 | ac_cv_func_memcmp_working=${ac_cv_func_memcmp_working=yes} |
Patrick Williams | c124f4f | 2015-09-15 14:41:29 -0500 | [diff] [blame] | 8 | ac_cv_func_getpgrp_void=yes |
| 9 | ac_cv_func_setpgrp_void=yes |
| 10 | ac_cv_func_setgrent_void=yes |
| 11 | ac_cv_func_getgrgid_r=${ac_cv_func_getgrgid_r=yes} |
| 12 | ac_cv_func_getpwuid_r=${ac_cv_func_getpwuid_r=yes} |
| 13 | ac_cv_func_posix_getpwuid_r=${ac_cv_func_posix_getpwuid_r=yes} |
| 14 | ac_cv_func_posix_getgrgid_r=${ac_cv_func_posix_getgrgid_r=yes} |
| 15 | ac_cv_func_getaddrinfo=${ac_cv_func_getaddrinfo=yes} |
Brad Bishop | 316dfdd | 2018-06-25 12:45:53 -0400 | [diff] [blame] | 16 | ac_cv_func_mmap_fixed_mapped=${ac_cv_func_mmap_fixed_mapped=yes} |
Andrew Geissler | 82c905d | 2020-04-13 13:39:40 -0500 | [diff] [blame] | 17 | ac_cv_func_strtod=${ac_cv_func_strtod=yes} |
Patrick Williams | c124f4f | 2015-09-15 14:41:29 -0500 | [diff] [blame] | 18 | |
| 19 | # glib |
| 20 | glib_cv_strlcpy=${glib_cv_strlcpy=no} |
| 21 | ac_cv_func_printf_unix98=${ac_cv_func_printf_unix98=yes} |
| 22 | ac_cv_func_snprintf_c99=${ac_cv_func_snprintf_c99=yes} |
| 23 | ac_cv_func_vsnprintf_c99=${ac_cv_func_vsnprintf_c99=yes} |
| 24 | glib_cv_compliant_posix_memalign=${glib_cv_compliant_posix_memalign=1} |
| 25 | glib_cv_long_long_format=${glib_cv_long_long_format=ll} |
| 26 | glib_cv_have_qsort_r=${glib_cv_have_qsort_r=no} |
| 27 | |
| 28 | #dbus-glib |
| 29 | ac_cv_have_abstract_sockets=${ac_cv_have_abstract_sockets=yes} |
| 30 | |
Patrick Williams | c124f4f | 2015-09-15 14:41:29 -0500 | [diff] [blame] | 31 | # coreutils |
| 32 | fu_cv_sys_stat_statfs2_bsize=${fu_cv_sys_stat_statfs2_bsize=yes} |
Andrew Geissler | 82c905d | 2020-04-13 13:39:40 -0500 | [diff] [blame] | 33 | gl_cv_func_getcwd_abort_bug=${gl_cv_func_getcwd_abort_bug=no} |
| 34 | gl_cv_func_getcwd_null=${gl_cv_func_getcwd_null=yes} |
| 35 | gl_cv_func_getcwd_path_max=${gl_cv_func_getcwd_path_max='no, but it is partly working'} |
| 36 | ac_cv_func_getgroups_works=${ac_cv_func_getgroups_works=yes} |
Patrick Williams | c124f4f | 2015-09-15 14:41:29 -0500 | [diff] [blame] | 37 | gl_cv_func_gettimeofday_clobber=${gl_cv_func_gettimeofday_clobber=no} |
Andrew Geissler | 82c905d | 2020-04-13 13:39:40 -0500 | [diff] [blame] | 38 | gl_cv_func_nanosleep=${gl_cv_func_nanosleep=yes} |
| 39 | gl_cv_func_strtod_works=${gl_cv_func_strtod_works=yes} |
Patrick Williams | c124f4f | 2015-09-15 14:41:29 -0500 | [diff] [blame] | 40 | gl_cv_func_tzset_clobber=${gl_cv_func_tzset_clobber=no} |
| 41 | gl_cv_func_gettimeofday_posix_signature=${gl_cv_func_gettimeofday_posix_signature=yes} |
Andrew Geissler | 82c905d | 2020-04-13 13:39:40 -0500 | [diff] [blame] | 42 | gl_cv_func_working_mkstemp=${gl_cv_func_working_mkstemp=yes} |
| 43 | gl_cv_func_working_mktime=${gl_cv_func_working_mktime=yes} |
| 44 | gl_cv_func_working_utimes=${gl_cv_func_working_utimes=yes} |
Patrick Williams | c124f4f | 2015-09-15 14:41:29 -0500 | [diff] [blame] | 45 | ac_cv_func_posix_spawn=${ac_cv_func_posix_spawn=yes} |
| 46 | ac_cv_func_posix_spawn_works=${ac_cv_func_posix_spawn_works=yes} |
| 47 | |
| 48 | # va_copy and _va_copy |
| 49 | ac_cv_va_copy=${ac_cv_va_copy=yes} |
| 50 | ac_cv___va_copy=${ac_cv___va_copy=yes} |
| 51 | ac_cv_func_va_copy=${ac_cv_func_va_copy=yes} |
| 52 | ac_cv_func___va_copy=${ac_cv_func___va_copy=yes} |
| 53 | |
| 54 | # posix_getpwuid_r posix_getgrgid_r posix_getpwnam_r |
| 55 | ac_cv_func_posix_getpwuid_r=${ac_cv_func_posix_getpwuid_r=yes} |
| 56 | ac_cv_func_posix_getgrgid_r=${ac_cv_func_posix_getgrgid_r=yes} |
| 57 | ac_cv_func_posix_getpwnam_r=${ac_cv_func_posix_getpwnam_r=yes} |
| 58 | |
| 59 | # Xorg |
| 60 | xorg_cv_malloc0_returns_null=${xorg_cv_malloc0_returns_null=yes} |