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

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

1.1       ohara       1: /* Templates for pexpr program configuration.   -*- mode:c -*-
                      2:
                      3: Copyright 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: /* Define if you have the <sys/resource.h> header file. */
                     22: #define HAVE_SYS_RESOURCE_H  @HAVE_SYS_RESOURCE_H_01@
                     23:
                     24: /* Define if you have the `clock' function. */
                     25: #define HAVE_CLOCK  @HAVE_CLOCK_01@
                     26:
                     27: /* Define if you have the `cputime' function. */
                     28: #define HAVE_CPUTIME  @HAVE_CPUTIME_01@
                     29:
                     30: /* Define if you have the `getrusage' function. */
                     31: #define HAVE_GETRUSAGE  @HAVE_GETRUSAGE_01@
                     32:
                     33: /* Define if you have the `gettimeofday' function. */
                     34: #define HAVE_GETTIMEOFDAY  @HAVE_GETTIMEOFDAY_01@
                     35:
                     36: /* Define if you have the `sigaction' function. */
                     37: #define HAVE_SIGACTION  @HAVE_SIGACTION_01@
                     38:
                     39: /* Define if you have the `sigaltstack' function. */
                     40: #define HAVE_SIGALTSTACK  @HAVE_SIGALTSTACK_01@
                     41:
                     42: /* Define if you have the `sigstack' function. */
                     43: #define HAVE_SIGSTACK  @HAVE_SIGSTACK_01@
                     44:
                     45: /* Define if the system has the type `stack_t'. */
                     46: #define HAVE_STACK_T  @HAVE_STACK_T_01@

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