aboutsummaryrefslogtreecommitdiff
path: root/libjava/include
diff options
context:
space:
mode:
authorGary Benson <gbenson@redhat.com>2006-06-06 15:09:20 +0000
committerGary Benson <gary@gcc.gnu.org>2006-06-06 15:09:20 +0000
commit1e19cfd26deed52f457a08a82ad753cebc854479 (patch)
tree1bf59618bf924a1b5a39b4a3404428ec2cebfef4 /libjava/include
parent406af897d0e3ea07a1baf80b60c2077d25e5420a (diff)
downloadgcc-1e19cfd26deed52f457a08a82ad753cebc854479.zip
gcc-1e19cfd26deed52f457a08a82ad753cebc854479.tar.gz
gcc-1e19cfd26deed52f457a08a82ad753cebc854479.tar.bz2
natFilePosix.cc (getCanonicalPath): Rewritten.
* java/io/natFilePosix.cc (getCanonicalPath): Rewritten. * configure.ac: Remove realpath check and add checks for lstat and readlink. * configure: Rebuilt. * include/config.h.in: Likewise. * java/io/File.java: Javadoc fix. From-SVN: r114434
Diffstat (limited to 'libjava/include')
-rw-r--r--libjava/include/config.h.in7
1 files changed, 5 insertions, 2 deletions
diff --git a/libjava/include/config.h.in b/libjava/include/config.h.in
index 5d67c85..2ef6171 100644
--- a/libjava/include/config.h.in
+++ b/libjava/include/config.h.in
@@ -169,6 +169,9 @@
/* Define to 1 if you have the `localtime_r' function. */
#undef HAVE_LOCALTIME_R
+/* Define to 1 if you have the `lstat' function. */
+#undef HAVE_LSTAT
+
/* Define to 1 if you have the `memcpy' function. */
#undef HAVE_MEMCPY
@@ -226,8 +229,8 @@
/* Define to 1 if you have the `readdir_r' function. */
#undef HAVE_READDIR_R
-/* Define to 1 if you have the `realpath' function. */
-#undef HAVE_REALPATH
+/* Define to 1 if you have the `readlink' function. */
+#undef HAVE_READLINK
/* Define to 1 if you have the `rename' function. */
#undef HAVE_RENAME