From dcb3477d1edcb7925933d3a71ac59721f8b9e72e Mon Sep 17 00:00:00 2001 From: andreast Date: Sat, 22 Apr 2006 22:17:26 +0000 Subject: 2006-04-22 Andreas Tobler * configure.ac: Weaken the check for MMAP. * configure: Rebuilt. * include/config.h.in: Likewise. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@113182 138bc75d-0d04-0410-961f-82ee72b054a4 --- libjava/include/config.h.in | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'libjava/include') diff --git a/libjava/include/config.h.in b/libjava/include/config.h.in index 891a713e214..8dcd65832a6 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.2.3