diff options
author | jb <jb@138bc75d-0d04-0410-961f-82ee72b054a4> | 2006-05-26 19:12:08 +0000 |
---|---|---|
committer | jb <jb@138bc75d-0d04-0410-961f-82ee72b054a4> | 2006-05-26 19:12:08 +0000 |
commit | 5c88bcbb3e2d1f199736e31b2c689b7bd5e6a77f (patch) | |
tree | 22caaf5edff6077273a36d53c55b21ef02ecdba7 /libgfortran/config.h.in | |
parent | 7b5fe751604488842f15ee5c0b617c21373c1126 (diff) | |
download | gcc-5c88bcbb3e2d1f199736e31b2c689b7bd5e6a77f.tar.gz |
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.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@114137 138bc75d-0d04-0410-961f-82ee72b054a4
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 8955638a4c2..29faefdd1ac 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 |