aboutsummaryrefslogtreecommitdiff
path: root/libjava/include
diff options
context:
space:
mode:
authorAndreas Tobler <andreast@gcc.gnu.org>2006-04-23 00:17:26 +0200
committerAndreas Tobler <andreast@gcc.gnu.org>2006-04-23 00:17:26 +0200
commit6d0b58a9aa2992fc85bf10b310e9dd32af3c5cd3 (patch)
tree93ac6e1f58180ad16a8eacfb5c1cdadf705b5752 /libjava/include
parentac6ed182edca2c15eb0509336b5fcc45fb250fe7 (diff)
downloadgcc-6d0b58a9aa2992fc85bf10b310e9dd32af3c5cd3.zip
gcc-6d0b58a9aa2992fc85bf10b310e9dd32af3c5cd3.tar.gz
gcc-6d0b58a9aa2992fc85bf10b310e9dd32af3c5cd3.tar.bz2
configure.ac: Weaken the check for MMAP.
2006-04-22 Andreas Tobler <a.tobler@schweiz.ch> * configure.ac: Weaken the check for MMAP. * configure: Rebuilt. * include/config.h.in: Likewise. From-SVN: r113182
Diffstat (limited to 'libjava/include')
-rw-r--r--libjava/include/config.h.in6
1 files changed, 2 insertions, 4 deletions
diff --git a/libjava/include/config.h.in b/libjava/include/config.h.in
index 891a713..8dcd658 100644
--- a/libjava/include/config.h.in
+++ b/libjava/include/config.h.in
@@ -115,9 +115,6 @@
/* Define if gethostname is declared in <unistd.h>. */
#undef HAVE_GETHOSTNAME_DECL
-/* Define to 1 if you have the `getpagesize' function. */
-#undef HAVE_GETPAGESIZE
-
/* Define to 1 if you have the `getpwuid_r' function. */
#undef HAVE_GETPWUID_R
@@ -187,7 +184,8 @@
/* Define is you have 'mktime' in <time.h> */
#undef HAVE_MKTIME
-/* Define to 1 if you have a working `mmap' system call. */
+/* Define to 1 if you have a working `mmap' system call w/o fixed address
+ ability. */
#undef HAVE_MMAP
/* Define to 1 if you have the <netdb.h> header file. */