logo

live-bootstrap

Mirror of <https://github.com/fosslinux/live-bootstrap>

mparam.h (696B)


  1. /*
  2. SPDX-FileCopyrightText: 2005-2020 Free Software Foundation, Inc.
  3. SPDX-License-Identifier: GPL-3.0-or-later
  4. */
  5. /* This file is truncated version of src/mparam.h
  6. */
  7. #ifndef __MPFR_IMPL_H__
  8. # error "MPFR Internal not included"
  9. #endif
  10. #define MPFR_TUNE_CASE "default"
  11. /****************************************************************
  12. * Default values of Threshold. *
  13. * Must be included in any case: it checks, for every constant, *
  14. * if it has been defined, and it sets it to a default value if *
  15. * it was not previously defined. *
  16. ****************************************************************/
  17. #include "generic/mparam.h"