| # |
| # Copyright (c) 2016, 2017, 2018, 2019, 2020, 2021, 2022, 2023 LucĂa Andrea Illanes Albornoz <lucia@luciaillanes.de> |
| # |
| # WARNING: Do _NOT_ use whitespaces (` ') or tab (` ') |
| # characters in any of the variables below save for MAKEFLAGS, |
| # PATH, and TIMESTAMP_FMT. |
| # |
| # ${PREFIX_{CROSS,MINGW32,MINIPIX,NATIVE,RPM}} and ${BUILD_WORKDIR} |
| # must be immediately beneath ${PREFIX}. ${PREFIX} must be o+rwx. |
| # The variables mentioned should not be forward slash-terminated. |
| # |
|
|
| # |
| # GNU autotools cache |
| : ${DEFAULT_CONFIG_CACHE:=" |
| ac_cv_buggy_getaddrinfo=no |
| ac_cv_file__dev_ptc=no |
| ac_cv_file__dev_ptmx=yes |
| ac_cv_func_calloc_0_nonnull=yes |
| ac_cv_func_chown_works=yes |
| ac_cv_func_fork_works=yes |
| ac_cv_func_getgroups_works=yes |
| ac_cv_func_malloc_0_nonnull=yes |
| ac_cv_func_memcmp_working=yes |
| ac_cv_func_mmap_fixed_mapped=yes |
| ac_cv_func_realloc_0_nonnull=yes |
| ac_cv_func_strcoll_works=yes |
| ac_cv_func_strnlen_working=yes |
| ac_cv_func_working_mktime=yes |
| gl_cv_func_gettimeofday_clobber=no |
| gl_cv_func_tzset_clobber=no |
| ac_cv_func_lstat_dereferences_slashed_symlink=yes |
| gt_cv_int_divbyzero_sigfpe=yes |
| libffi_cv_hidden_visibility_attribute=yes |
| xorg_cv_malloc0_returns_null=yes"}; |
|
|
| # vim:filetype=sh textwidth=0 |