[BACK]Return to expr-config-h.in CVS log [TXT][DIR] Up to [local] / OpenXM_contrib / gmp / demos / expr

Annotation of OpenXM_contrib/gmp/demos/expr/expr-config-h.in, Revision 1.1.1.1

1.1       ohara       1: /* Templates for expr configuration.   -*- mode:c -*-
                      2:
                      3: Copyright 2001, 2002 Free Software Foundation, Inc.
                      4:
                      5: This file is part of the GNU MP Library.
                      6:
                      7: This program is free software; you can redistribute it and/or modify it under
                      8: the terms of the GNU General Public License as published by the Free Software
                      9: Foundation; either version 2 of the License, or (at your option) any later
                     10: version.
                     11:
                     12: This program is distributed in the hope that it will be useful, but WITHOUT ANY
                     13: WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A
                     14: PARTICULAR PURPOSE.  See the GNU General Public License for more details.
                     15:
                     16: You should have received a copy of the GNU General Public License along with
                     17: this program; if not, write to the Free Software Foundation, Inc., 59 Temple
                     18: Place - Suite 330, Boston, MA 02111-1307, USA. */
                     19:
                     20:
                     21: /* Whether mpfr functions and headers are available. */
                     22: #define HAVE_MPFR @HAVE_MPFR_01@
                     23:
                     24: /* Define to 1 if you have the declaration of `optarg', and to 0 if not. */
                     25: #define HAVE_DECL_OPTARG @HAVE_DECL_OPTARG@

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>