diff options
author | Roland McGrath <roland@gnu.org> | 2002-02-17 07:30:04 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 2002-02-17 07:30:04 +0000 |
commit | 30537cab78969a27a9f045a812e712cd0ebd9c24 (patch) | |
tree | f0782ae9a0194723843a1814c03bd90924e4f36a /config.h.in | |
parent | 690a2f7da66de6faa69362a42aec6467d58209af (diff) | |
download | glibc-30537cab78969a27a9f045a812e712cd0ebd9c24.tar.gz glibc-30537cab78969a27a9f045a812e712cd0ebd9c24.tar.xz glibc-30537cab78969a27a9f045a812e712cd0ebd9c24.zip |
* config.h.in: Add #undef HAVE_HOST_PAGE_SIZE.
* sysdeps/mach/configure.in: Check for host_page_size RPC to define it. * mach/mach_init.c (__mach_init) [HAVE_HOST_PAGE_SIZE]: Use host_page_size instead of vm_statistics.
Diffstat (limited to 'config.h.in')
-rw-r--r-- | config.h.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/config.h.in b/config.h.in index b15e8f15ce..fae29729e4 100644 --- a/config.h.in +++ b/config.h.in @@ -131,6 +131,9 @@ /* Mach/Hurd specific: define if mig supports the `retcode' keyword. */ #undef HAVE_MIG_RETCODE +/* Mach specific: define if the `host_page_size' RPC is available. */ +#undef HAVE_HOST_PAGE_SIZE + /* */ |