diff options
author | andreast <andreast@138bc75d-0d04-0410-961f-82ee72b054a4> | 2006-04-22 22:17:26 +0000 |
---|---|---|
committer | andreast <andreast@138bc75d-0d04-0410-961f-82ee72b054a4> | 2006-04-22 22:17:26 +0000 |
commit | dcb3477d1edcb7925933d3a71ac59721f8b9e72e (patch) | |
tree | 93ac6e1f58180ad16a8eacfb5c1cdadf705b5752 /libjava/include | |
parent | 9a333c86fd37ca9cf564645ef0a97c8e2c9ba9ee (diff) | |
download | gcc-dcb3477d1edcb7925933d3a71ac59721f8b9e72e.tar.gz |
2006-04-22 Andreas Tobler <a.tobler@schweiz.ch>
* 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
Diffstat (limited to 'libjava/include')
-rw-r--r-- | libjava/include/config.h.in | 6 |
1 files changed, 2 insertions, 4 deletions
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 <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. */ |