diff options
author | Kevin Ryde <user42@zip.com.au> | 2002-01-31 00:56:01 +0100 |
---|---|---|
committer | Kevin Ryde <user42@zip.com.au> | 2002-01-31 00:56:01 +0100 |
commit | d19029c162a64e8724bb6aa7c228d3171b3b1ad7 (patch) | |
tree | c9478c18c360a9cf1e639f08364bd255d4dfaa9c /config.in | |
parent | 6b843eda35da51b4c8eba83c4e29d706010f80dd (diff) | |
download | gmp-d19029c162a64e8724bb6aa7c228d3171b3b1ad7.tar.gz |
Regenerate for:
* configure.in: Generate demos/pexpr-config.h.
(AC_CHECK_FUNCS): Add clock, cputime, setrlimit, sigaction,
sigaltstack, sigstack.
Diffstat (limited to 'config.in')
-rw-r--r-- | config.in | 15 |
1 files changed, 15 insertions, 0 deletions
@@ -191,6 +191,12 @@ MA 02111-1307, USA. */ /* Define if tests/libtests has calling conventions checking for the CPU */ #undef HAVE_CALLING_CONVENTIONS +/* Define if you have the `clock' function. */ +#undef HAVE_CLOCK + +/* Define if you have the `cputime' function. */ +#undef HAVE_CPUTIME + /* Define to 1 if you have the declaration of `fgetc', and to 0 if you don't. */ #undef HAVE_DECL_FGETC @@ -277,6 +283,15 @@ MA 02111-1307, USA. */ /* Define if you have the `read_real_time' function. */ #undef HAVE_READ_REAL_TIME +/* Define if you have the `sigaction' function. */ +#undef HAVE_SIGACTION + +/* Define if you have the `sigaltstack' function. */ +#undef HAVE_SIGALTSTACK + +/* Define if you have the `sigstack' function. */ +#undef HAVE_SIGSTACK + /* Tune directory speed_cyclecounter, undef=none, 1=32bits, 2=64bits) */ #undef HAVE_SPEED_CYCLECOUNTER |