Blame demos/pexpr-config-h.in

Packit 5c3484
/* Templates for pexpr program configuration.   -*- mode:c -*-
Packit 5c3484
Packit 5c3484
Copyright 2002 Free Software Foundation, Inc.
Packit 5c3484
Packit 5c3484
This file is part of the GNU MP Library.
Packit 5c3484
Packit 5c3484
This program is free software; you can redistribute it and/or modify it under
Packit 5c3484
the terms of the GNU General Public License as published by the Free Software
Packit 5c3484
Foundation; either version 3 of the License, or (at your option) any later
Packit 5c3484
version.
Packit 5c3484
Packit 5c3484
This program is distributed in the hope that it will be useful, but WITHOUT ANY
Packit 5c3484
WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A
Packit 5c3484
PARTICULAR PURPOSE.  See the GNU General Public License for more details.
Packit 5c3484
Packit 5c3484
You should have received a copy of the GNU General Public License along with
Packit 5c3484
this program.  If not, see https://www.gnu.org/licenses/.  */
Packit 5c3484
Packit 5c3484
Packit 5c3484
/* Define if you have the <sys/resource.h> header file. */
Packit 5c3484
#define HAVE_SYS_RESOURCE_H  @HAVE_SYS_RESOURCE_H_01@
Packit 5c3484
Packit 5c3484
/* Define if you have the `clock' function. */
Packit 5c3484
#define HAVE_CLOCK  @HAVE_CLOCK_01@
Packit 5c3484
Packit 5c3484
/* Define if you have the `cputime' function. */
Packit 5c3484
#define HAVE_CPUTIME  @HAVE_CPUTIME_01@
Packit 5c3484
Packit 5c3484
/* Define if you have the `getrusage' function. */
Packit 5c3484
#define HAVE_GETRUSAGE  @HAVE_GETRUSAGE_01@
Packit 5c3484
Packit 5c3484
/* Define if you have the `gettimeofday' function. */
Packit 5c3484
#define HAVE_GETTIMEOFDAY  @HAVE_GETTIMEOFDAY_01@
Packit 5c3484
Packit 5c3484
/* Define if you have the `sigaction' function. */
Packit 5c3484
#define HAVE_SIGACTION  @HAVE_SIGACTION_01@
Packit 5c3484
Packit 5c3484
/* Define if you have the `sigaltstack' function. */
Packit 5c3484
#define HAVE_SIGALTSTACK  @HAVE_SIGALTSTACK_01@
Packit 5c3484
Packit 5c3484
/* Define if you have the `sigstack' function. */
Packit 5c3484
#define HAVE_SIGSTACK  @HAVE_SIGSTACK_01@
Packit 5c3484
Packit 5c3484
/* Define if the system has the type `stack_t'. */
Packit 5c3484
#define HAVE_STACK_T  @HAVE_STACK_T_01@