Home | History | Annotate | Line # | Download | only in demos
      1      1.1  mrg /* Templates for pexpr program configuration.   -*- mode:c -*-
      2      1.1  mrg 
      3      1.1  mrg Copyright 2002 Free Software Foundation, Inc.
      4      1.1  mrg 
      5      1.1  mrg This file is part of the GNU MP Library.
      6      1.1  mrg 
      7      1.1  mrg This program is free software; you can redistribute it and/or modify it under
      8      1.1  mrg the terms of the GNU General Public License as published by the Free Software
      9      1.1  mrg Foundation; either version 3 of the License, or (at your option) any later
     10      1.1  mrg version.
     11      1.1  mrg 
     12      1.1  mrg This program is distributed in the hope that it will be useful, but WITHOUT ANY
     13      1.1  mrg WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A
     14      1.1  mrg PARTICULAR PURPOSE.  See the GNU General Public License for more details.
     15      1.1  mrg 
     16      1.1  mrg You should have received a copy of the GNU General Public License along with
     17  1.1.1.2  mrg this program.  If not, see https://www.gnu.org/licenses/.  */
     18      1.1  mrg 
     19      1.1  mrg 
     20      1.1  mrg /* Define if you have the <sys/resource.h> header file. */
     21      1.1  mrg #define HAVE_SYS_RESOURCE_H  @HAVE_SYS_RESOURCE_H_01@
     22      1.1  mrg 
     23      1.1  mrg /* Define if you have the `clock' function. */
     24      1.1  mrg #define HAVE_CLOCK  @HAVE_CLOCK_01@
     25      1.1  mrg 
     26      1.1  mrg /* Define if you have the `cputime' function. */
     27      1.1  mrg #define HAVE_CPUTIME  @HAVE_CPUTIME_01@
     28      1.1  mrg 
     29      1.1  mrg /* Define if you have the `getrusage' function. */
     30      1.1  mrg #define HAVE_GETRUSAGE  @HAVE_GETRUSAGE_01@
     31      1.1  mrg 
     32      1.1  mrg /* Define if you have the `gettimeofday' function. */
     33      1.1  mrg #define HAVE_GETTIMEOFDAY  @HAVE_GETTIMEOFDAY_01@
     34      1.1  mrg 
     35      1.1  mrg /* Define if you have the `sigaction' function. */
     36      1.1  mrg #define HAVE_SIGACTION  @HAVE_SIGACTION_01@
     37      1.1  mrg 
     38      1.1  mrg /* Define if you have the `sigaltstack' function. */
     39      1.1  mrg #define HAVE_SIGALTSTACK  @HAVE_SIGALTSTACK_01@
     40      1.1  mrg 
     41      1.1  mrg /* Define if you have the `sigstack' function. */
     42      1.1  mrg #define HAVE_SIGSTACK  @HAVE_SIGSTACK_01@
     43      1.1  mrg 
     44      1.1  mrg /* Define if the system has the type `stack_t'. */
     45      1.1  mrg #define HAVE_STACK_T  @HAVE_STACK_T_01@
     46