summaryrefslogtreecommitdiff
path: root/libgfortran/config.h.in
diff options
context:
space:
mode:
authorjb <jb@138bc75d-0d04-0410-961f-82ee72b054a4>2011-01-31 20:52:00 +0000
committerjb <jb@138bc75d-0d04-0410-961f-82ee72b054a4>2011-01-31 20:52:00 +0000
commita2c0dc0f1141b57c2bbd2c6ce8ca6f4bed3f2b00 (patch)
tree218eeedfb68b9af80b02714d695e24e0effb0fbc /libgfortran/config.h.in
parentf58707cd85257fb6095cd0bceed1882f348f78d0 (diff)
downloadgcc-a2c0dc0f1141b57c2bbd2c6ce8ca6f4bed3f2b00.tar.gz
Use clock_gettime in libgfortran timing intrinsics, cleanup
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@169449 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libgfortran/config.h.in')
-rw-r--r--libgfortran/config.h.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/libgfortran/config.h.in b/libgfortran/config.h.in
index 913628cf09b..fdf502b870c 100644
--- a/libgfortran/config.h.in
+++ b/libgfortran/config.h.in
@@ -207,6 +207,9 @@
/* Define to 1 if you have the `clock' function. */
#undef HAVE_CLOCK
+/* Define to 1 if you have the `clock_gettime' function. */
+#undef HAVE_CLOCK_GETTIME
+
/* libm includes clog */
#undef HAVE_CLOG