diff options
author | Janne Blomqvist <jb@gcc.gnu.org> | 2006-05-26 22:12:08 +0300 |
---|---|---|
committer | Janne Blomqvist <jb@gcc.gnu.org> | 2006-05-26 22:12:08 +0300 |
commit | dd46a4ded128ec8c0cf02aa20d24ae2783e0c68e (patch) | |
tree | 22caaf5edff6077273a36d53c55b21ef02ecdba7 /libgfortran/config.h.in | |
parent | 5bd4b476f737d4eac35d5513486af4c1f3181321 (diff) | |
download | gcc-dd46a4ded128ec8c0cf02aa20d24ae2783e0c68e.zip gcc-dd46a4ded128ec8c0cf02aa20d24ae2783e0c68e.tar.gz gcc-dd46a4ded128ec8c0cf02aa20d24ae2783e0c68e.tar.bz2 |
configure.ac: Remove AC_FUNC_MMAP.
2006-05-26 Janne Blomqvist <jb@gcc.gnu.org>
* configure.ac: Remove AC_FUNC_MMAP.
* configure: Regenerated.
* Makefile.in: Regenerated.
* config.h.in: Regenerated.
* aclocal.m4: Regenerated.
From-SVN: r114137
Diffstat (limited to 'libgfortran/config.h.in')
-rw-r--r-- | libgfortran/config.h.in | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/libgfortran/config.h.in b/libgfortran/config.h.in index 8955638..29faefd 100644 --- a/libgfortran/config.h.in +++ b/libgfortran/config.h.in @@ -351,9 +351,6 @@ /* Define to 1 if you have the `getlogin' function. */ #undef HAVE_GETLOGIN -/* Define to 1 if you have the `getpagesize' function. */ -#undef HAVE_GETPAGESIZE - /* libc includes getpid */ #undef HAVE_GETPID @@ -444,9 +441,6 @@ /* Define to 1 if you have the `mkstemp' function. */ #undef HAVE_MKSTEMP -/* Define to 1 if you have a working `mmap' system call. */ -#undef HAVE_MMAP - /* libm includes nextafter */ #undef HAVE_NEXTAFTER |