diff options
author | Michael Koch <konqueror@gmx.de> | 2003-03-02 13:46:06 +0000 |
---|---|---|
committer | Michael Koch <mkoch@gcc.gnu.org> | 2003-03-02 13:46:06 +0000 |
commit | c0daa902837561b1c114bdee9e8cee5f8797e610 (patch) | |
tree | d7d762ee236539f87e7e001bcce4be152772fd9b /libjava/include | |
parent | 23cdb4657f2e5695011a12cd407f56b3dc937e14 (diff) | |
download | gcc-c0daa902837561b1c114bdee9e8cee5f8797e610.zip gcc-c0daa902837561b1c114bdee9e8cee5f8797e610.tar.gz gcc-c0daa902837561b1c114bdee9e8cee5f8797e610.tar.bz2 |
configure.in: Added check for memory mapping of files.
2003-03-02 Michael Koch <konqueror@gmx.de>
* configure.in: Added check for memory mapping of files.
* configure: Regenerated.
* config.h.in: Regenerated.
From-SVN: r63661
Diffstat (limited to 'libjava/include')
-rw-r--r-- | libjava/include/config.h.in | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/libjava/include/config.h.in b/libjava/include/config.h.in index 5fb6503..c6b3768 100644 --- a/libjava/include/config.h.in +++ b/libjava/include/config.h.in @@ -13,6 +13,9 @@ /* Define if you have <alloca.h> and it should be used (not on Ultrix). */ #undef HAVE_ALLOCA_H +/* Define if you have a working `mmap' system call. */ +#undef HAVE_MMAP + /* Define if you have <sys/wait.h> that is POSIX.1 compatible. */ #undef HAVE_SYS_WAIT_H @@ -217,6 +220,9 @@ /* Define if you have the gethostname function. */ #undef HAVE_GETHOSTNAME +/* Define if you have the getpagesize function. */ +#undef HAVE_GETPAGESIZE + /* Define if you have the getpwuid_r function. */ #undef HAVE_GETPWUID_R |