summaryrefslogtreecommitdiffstats
path: root/libjava/include
diff options
context:
space:
mode:
authortromey <tromey@138bc75d-0d04-0410-961f-82ee72b054a4>1999-09-24 19:12:23 +0000
committertromey <tromey@138bc75d-0d04-0410-961f-82ee72b054a4>1999-09-24 19:12:23 +0000
commit3fef621bf06c5e2b2ea276cc51f8f39280458cfd (patch)
tree1ae1fb27538f4637b0c7cebaa4d290138da435a5 /libjava/include
parentb911bf3d59e7d01ad67976f2c0b19ad0a85f6cd4 (diff)
downloadppe42-gcc-3fef621bf06c5e2b2ea276cc51f8f39280458cfd.tar.gz
ppe42-gcc-3fef621bf06c5e2b2ea276cc51f8f39280458cfd.zip
Fix for PR java.util/47:
* configure, include/config.h: Rebuilt. * configure.in: Don't look for ctime or ctime_r. * Makefile.in: Rebuilt. * Makefile.am (nat_source_files): Don't mention natDate.cc. * java/util/natDate.cc: Removed. * java/util/TimeZone.java (tzIDs, rawOffsets, timeZones): New static fields. (getAvailableIDs): Rewrote. (getTimeZone): Rewrote. * java/util/Date.java (toGMTString): New method. (toLocaleString): New method. (toString): Rewrote. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@29656 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libjava/include')
-rw-r--r--libjava/include/config.h.in9
1 files changed, 0 insertions, 9 deletions
diff --git a/libjava/include/config.h.in b/libjava/include/config.h.in
index 8dc9ecd9e70..71c322b3b86 100644
--- a/libjava/include/config.h.in
+++ b/libjava/include/config.h.in
@@ -61,9 +61,6 @@
/* Define if using POSIX threads on Linux. */
#undef LINUX_THREADS
-/* Define if you have the `ctime_r' function. */
-#undef HAVE_CTIME_R
-
/* Define if you have the `gmtime_r' function. */
#undef HAVE_GMTIME_R
@@ -131,12 +128,6 @@
/* Define if you have the access function. */
#undef HAVE_ACCESS
-/* Define if you have the ctime function. */
-#undef HAVE_CTIME
-
-/* Define if you have the ctime_r function. */
-#undef HAVE_CTIME_R
-
/* Define if you have the fstat function. */
#undef HAVE_FSTAT
OpenPOWER on IntegriCloud