summaryrefslogtreecommitdiff
path: root/gcc/config.in
diff options
context:
space:
mode:
authorZack Weinberg <zackw@stanford.edu>2001-04-20 23:06:55 +0000
committerZack Weinberg <zack@gcc.gnu.org>2001-04-20 23:06:55 +0000
commitc1800ec88e53d47792c9b01672d4feabba209a3c (patch)
tree268f0c06395f32d39f714beb25ba66ed7a3f3b8c /gcc/config.in
parent6c3a9f72bf5ad3674a3ce02caea6e7b91eec9d2b (diff)
downloadgcc-c1800ec88e53d47792c9b01672d4feabba209a3c.tar.gz
configure.in: Probe for times, clock, struct tms, and clock_t.
* configure.in: Probe for times, clock, struct tms, and clock_t. * configure, config.in: Regenerate. * timevar.c: Replace ifdef forest in get_time with (relatively) straightforward series of checks based on autoconf's probes. From-SVN: r41471
Diffstat (limited to 'gcc/config.in')
-rw-r--r--gcc/config.in18
1 files changed, 18 insertions, 0 deletions
diff --git a/gcc/config.in b/gcc/config.in
index 4d03b5b031e..72ede3d78f3 100644
--- a/gcc/config.in
+++ b/gcc/config.in
@@ -101,6 +101,9 @@
/* Define if you have the bsearch function. */
#undef HAVE_BSEARCH
+/* Define if you have the clock function. */
+#undef HAVE_CLOCK
+
/* Define if you have the dcgettext function. */
#undef HAVE_DCGETTEXT
@@ -188,6 +191,9 @@
/* Define if you have the sysconf function. */
#undef HAVE_SYSCONF
+/* Define if you have the times function. */
+#undef HAVE_TIMES
+
/* Define if you have the <argz.h> header file. */
#undef HAVE_ARGZ_H
@@ -417,6 +423,9 @@
#undef HAVE_DECL_GETOPT
/* Define to 1 if we found this declaration otherwise define to 0. */
+#undef HAVE_DECL_CLOCK
+
+/* Define to 1 if we found this declaration otherwise define to 0. */
#undef HAVE_DECL_GETRLIMIT
/* Define to 1 if we found this declaration otherwise define to 0. */
@@ -425,6 +434,15 @@
/* Define to 1 if we found this declaration otherwise define to 0. */
#undef HAVE_DECL_GETRUSAGE
+/* Define to 1 if we found this declaration otherwise define to 0. */
+#undef HAVE_DECL_TIMES
+
+/* Define if <sys/times.h> defines struct tms. */
+#undef HAVE_STRUCT_TMS
+
+/* Define if <time.h> defines clock_t. */
+#undef HAVE_CLOCK_T
+
/* Define if host mkdir takes a single argument. */
#undef MKDIR_TAKES_ONE_ARG