From 3fef621bf06c5e2b2ea276cc51f8f39280458cfd Mon Sep 17 00:00:00 2001 From: tromey Date: Fri, 24 Sep 1999 19:12:23 +0000 Subject: 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 --- libjava/include/config.h.in | 9 --------- 1 file changed, 9 deletions(-) (limited to 'libjava/include') 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 -- cgit v1.2.3