diff options
author | Tom Tromey <tromey@cygnus.com> | 1999-05-07 18:44:38 +0000 |
---|---|---|
committer | Tom Tromey <tromey@gcc.gnu.org> | 1999-05-07 18:44:38 +0000 |
commit | 01b02b11de52b69b3755883975b1cc8d183a5891 (patch) | |
tree | 3c7e678010bc865faccba1f6bca2abae141985a4 /libjava/acconfig.h | |
parent | c59c5e9a6508d3a72fe058126482083ad2e5ceeb (diff) | |
download | gcc-01b02b11de52b69b3755883975b1cc8d183a5891.zip gcc-01b02b11de52b69b3755883975b1cc8d183a5891.tar.gz gcc-01b02b11de52b69b3755883975b1cc8d183a5891.tar.bz2 |
acconfig.h (GCJVERSION): New undef.
* acconfig.h (GCJVERSION): New undef.
* java/lang/natSystem.cc (init_properties): Define java.version,
java.class.version, os.name, os.arch, os.version.
Include <sys/utsname.h> if required.
* configure: Rebuilt.
* configure.in: Compute and define GCJVERSION.
* java/lang/natSystem.cc (default_file_encoding): Now static.
From-SVN: r26830
Diffstat (limited to 'libjava/acconfig.h')
-rw-r--r-- | libjava/acconfig.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/libjava/acconfig.h b/libjava/acconfig.h index 11a7c37..9e98b76 100644 --- a/libjava/acconfig.h +++ b/libjava/acconfig.h @@ -76,6 +76,9 @@ /* Define if global `timezone' exists. */ #undef HAVE_TIMEZONE +/* Define to version of GCJ in use. */ +#undef GCJVERSION + /* Define if you have the appropriate function. */ #undef HAVE_ACCESS #undef HAVE_STAT |