aboutsummaryrefslogtreecommitdiff
path: root/libjava/include
diff options
context:
space:
mode:
authorMichael Koch <konqueror@gmx.de>2003-03-02 13:46:06 +0000
committerMichael Koch <mkoch@gcc.gnu.org>2003-03-02 13:46:06 +0000
commitc0daa902837561b1c114bdee9e8cee5f8797e610 (patch)
treed7d762ee236539f87e7e001bcce4be152772fd9b /libjava/include
parent23cdb4657f2e5695011a12cd407f56b3dc937e14 (diff)
downloadgcc-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.in6
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