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