| 12345678910111213141516171819 |
- # This file is a shell script that caches the results of configure
- # tests run on this system so they can be shared between configure
- # scripts and configure runs, see configure's option --config-cache.
- # It is not useful on other systems. If it contains results you don't
- # want to keep, you may remove or edit it.
- #
- # config.status only pays attention to the cache file if you give it
- # the --recheck option to rerun configure.
- #
- # `ac_cv_env_foo' variables (set or unset) will be overridden when
- # loading this file, other *unset* `ac_cv_foo' will be assigned the
- # following values.
- ac_cv_func_mmap=${ac_cv_func_mmap=no}
- ac_cv_var_timezone=${ac_cv_var_timezone=yes}
- ac_cv_host=${ac_cv_host=i686-pc-nacl}
- ac_cv_target=${ac_cv_target=i686-pc-nacl}
- ac_cv_func_backtrace_symbols=${ac_cv_func_backtrace_symbols=no}
- mono_cv_uscore=${mono_cv_uscore=no}
|