summaryrefslogtreecommitdiff
path: root/config.in
diff options
context:
space:
mode:
authorKevin Ryde <user42@zip.com.au>2002-02-23 02:02:25 +0100
committerKevin Ryde <user42@zip.com.au>2002-02-23 02:02:25 +0100
commit2fcca9ac00e662a72e2155e142e3b7602400416d (patch)
treedcdaf14e4f2688d7998da4ae359c800bed7fb9fc /config.in
parent8dc8cc26410bce9ab7ab0e1d533e6a7055a1e8b4 (diff)
downloadgmp-2fcca9ac00e662a72e2155e142e3b7602400416d.tar.gz
Regenerate for:
* tune/time.c, configure.in (clock_gettime): New measuring method.
Diffstat (limited to 'config.in')
-rw-r--r--config.in5
1 files changed, 4 insertions, 1 deletions
diff --git a/config.in b/config.in
index c2e650874..64e82f472 100644
--- a/config.in
+++ b/config.in
@@ -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