Austin Schuh | dace2a6 | 2020-08-18 10:56:48 -0700 | [diff] [blame] | 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 3 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, see https://www.gnu.org/licenses/. */ |
| 18 | |
| 19 | |
| 20 | /* Define if you have the <sys/resource.h> header file. */ |
| 21 | #define HAVE_SYS_RESOURCE_H @HAVE_SYS_RESOURCE_H_01@ |
| 22 | |
| 23 | /* Define if you have the `clock' function. */ |
| 24 | #define HAVE_CLOCK @HAVE_CLOCK_01@ |
| 25 | |
| 26 | /* Define if you have the `cputime' function. */ |
| 27 | #define HAVE_CPUTIME @HAVE_CPUTIME_01@ |
| 28 | |
| 29 | /* Define if you have the `getrusage' function. */ |
| 30 | #define HAVE_GETRUSAGE @HAVE_GETRUSAGE_01@ |
| 31 | |
| 32 | /* Define if you have the `gettimeofday' function. */ |
| 33 | #define HAVE_GETTIMEOFDAY @HAVE_GETTIMEOFDAY_01@ |
| 34 | |
| 35 | /* Define if you have the `sigaction' function. */ |
| 36 | #define HAVE_SIGACTION @HAVE_SIGACTION_01@ |
| 37 | |
| 38 | /* Define if you have the `sigaltstack' function. */ |
| 39 | #define HAVE_SIGALTSTACK @HAVE_SIGALTSTACK_01@ |
| 40 | |
| 41 | /* Define if you have the `sigstack' function. */ |
| 42 | #define HAVE_SIGSTACK @HAVE_SIGSTACK_01@ |
| 43 | |
| 44 | /* Define if the system has the type `stack_t'. */ |
| 45 | #define HAVE_STACK_T @HAVE_STACK_T_01@ |