From 6d0b58a9aa2992fc85bf10b310e9dd32af3c5cd3 Mon Sep 17 00:00:00 2001 From: Andreas Tobler Date: Sun, 23 Apr 2006 00:17:26 +0200 Subject: configure.ac: Weaken the check for MMAP. 2006-04-22 Andreas Tobler * configure.ac: Weaken the check for MMAP. * configure: Rebuilt. * include/config.h.in: Likewise. From-SVN: r113182 --- libjava/include/config.h.in | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'libjava/include/config.h.in') 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 . */ #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 */ #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 header file. */ -- cgit v1.1