source: trunk/third/gmp/demos/pexpr-config-h.in @ 18191

Revision 18191, 1.7 KB checked in by ghudson, 22 years ago (diff)
This commit was generated by cvs2svn to compensate for changes in r18190, which included commits to RCS files with non-trunk default branches.
Line 
1/* Templates for pexpr program configuration.   -*- mode:c -*-
2
3Copyright 2002 Free Software Foundation, Inc.
4
5This file is part of the GNU MP Library.
6
7This program is free software; you can redistribute it and/or modify it under
8the terms of the GNU General Public License as published by the Free Software
9Foundation; either version 2 of the License, or (at your option) any later
10version.
11
12This program is distributed in the hope that it will be useful, but WITHOUT ANY
13WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A
14PARTICULAR PURPOSE.  See the GNU General Public License for more details.
15
16You should have received a copy of the GNU General Public License along with
17this program; if not, write to the Free Software Foundation, Inc., 59 Temple
18Place - 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@
Note: See TracBrowser for help on using the repository browser.