diff options
author | Kevin Ryde <user42@zip.com.au> | 2002-02-23 02:02:25 +0100 |
---|---|---|
committer | Kevin Ryde <user42@zip.com.au> | 2002-02-23 02:02:25 +0100 |
commit | 2fcca9ac00e662a72e2155e142e3b7602400416d (patch) | |
tree | dcdaf14e4f2688d7998da4ae359c800bed7fb9fc /config.in | |
parent | 8dc8cc26410bce9ab7ab0e1d533e6a7055a1e8b4 (diff) | |
download | gmp-2fcca9ac00e662a72e2155e142e3b7602400416d.tar.gz |
Regenerate for:
* tune/time.c, configure.in (clock_gettime): New measuring method.
Diffstat (limited to 'config.in')
-rw-r--r-- | config.in | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -1,7 +1,7 @@ /* config.in. Generated automatically from configure.in by autoheader. */ /* Templates for defines setup by configure. -Copyright 2000, 2001, 2002 Free Software Foundation, Inc. +Copyright 2000, 2001 Free Software Foundation, Inc. This file is part of the GNU MP Library. @@ -194,6 +194,9 @@ MA 02111-1307, USA. */ /* Define if you have the `clock' function. */ #undef HAVE_CLOCK +/* Define if you have the `clock_gettime' function. */ +#undef HAVE_CLOCK_GETTIME + /* Define if you have the `cputime' function. */ #undef HAVE_CPUTIME |