summaryrefslogtreecommitdiffstats
path: root/libjava/include
diff options
context:
space:
mode:
authormkoch <mkoch@138bc75d-0d04-0410-961f-82ee72b054a4>2003-03-02 13:46:06 +0000
committermkoch <mkoch@138bc75d-0d04-0410-961f-82ee72b054a4>2003-03-02 13:46:06 +0000
commitc3dac771e2ccc6784c72c68c3b9ace0a218dbefe (patch)
treed7d762ee236539f87e7e001bcce4be152772fd9b /libjava/include
parent2c63f13ca93be392f9696dc6c2ccccca7c51d76a (diff)
downloadppe42-gcc-c3dac771e2ccc6784c72c68c3b9ace0a218dbefe.tar.gz
ppe42-gcc-c3dac771e2ccc6784c72c68c3b9ace0a218dbefe.zip
2003-03-02 Michael Koch <konqueror@gmx.de>
* configure.in: Added check for memory mapping of files. * configure: Regenerated. * config.h.in: Regenerated. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@63661 138bc75d-0d04-0410-961f-82ee72b054a4
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 5fb650327b6..c6b376867f0 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
OpenPOWER on IntegriCloud