From c0daa902837561b1c114bdee9e8cee5f8797e610 Mon Sep 17 00:00:00 2001 From: Michael Koch Date: Sun, 2 Mar 2003 13:46:06 +0000 Subject: configure.in: Added check for memory mapping of files. 2003-03-02 Michael Koch * configure.in: Added check for memory mapping of files. * configure: Regenerated. * config.h.in: Regenerated. From-SVN: r63661 --- libjava/include/config.h.in | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'libjava/include') 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 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 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 -- cgit v1.1