summaryrefslogtreecommitdiffstats
path: root/libjava/include/config.h.in
diff options
context:
space:
mode:
authortromey <tromey@138bc75d-0d04-0410-961f-82ee72b054a4>2006-03-09 18:47:54 +0000
committertromey <tromey@138bc75d-0d04-0410-961f-82ee72b054a4>2006-03-09 18:47:54 +0000
commitc44de8ab02bf815fb920a2e6f1e6e16aadf05b07 (patch)
tree744b26f2524a58c1a0d12f1c85353fc349623374 /libjava/include/config.h.in
parent595e90415cd831dfd3680ccdb134f5f71392a88e (diff)
downloadppe42-gcc-c44de8ab02bf815fb920a2e6f1e6e16aadf05b07.tar.gz
ppe42-gcc-c44de8ab02bf815fb920a2e6f1e6e16aadf05b07.zip
* win32.cc (_Jv_platform_nanotime): New function.
* include/win32.h (_Jv_platform_nanotime): Declare. * posix.cc (_Jv_platform_nanotime): New function. * include/posix.h (_Jv_platform_nanotime): Declare. * java/lang/natSystem.cc (nanoTime): New method. * java/lang/System.java (nanoTime): Declare. * include/config.h.in, configure: Rebuilt. * configure.ac: Check for clock_gettime. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@111869 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libjava/include/config.h.in')
-rw-r--r--libjava/include/config.h.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/libjava/include/config.h.in b/libjava/include/config.h.in
index 6f74e321def..891a713e214 100644
--- a/libjava/include/config.h.in
+++ b/libjava/include/config.h.in
@@ -61,6 +61,9 @@
/* Define to 1 if you have the `chmod' function. */
#undef HAVE_CHMOD
+/* Define if you have clock_gettime() */
+#undef HAVE_CLOCK_GETTIME
+
/* Define to 1 if you have the <dirent.h> header file. */
#undef HAVE_DIRENT_H
OpenPOWER on IntegriCloud