summaryrefslogtreecommitdiffstats
path: root/libgfortran/config.h.in
diff options
context:
space:
mode:
authorpbrook <pbrook@138bc75d-0d04-0410-961f-82ee72b054a4>2004-09-18 23:55:22 +0000
committerpbrook <pbrook@138bc75d-0d04-0410-961f-82ee72b054a4>2004-09-18 23:55:22 +0000
commitd245556583b36c672ae7a2129e97fd744be90e4f (patch)
tree9fc0e6f0808aab6252b356bb1128fac96c0b3d69 /libgfortran/config.h.in
parent38da065050668604784f8bb350b3181019f29c34 (diff)
downloadppe42-gcc-d245556583b36c672ae7a2129e97fd744be90e4f.tar.gz
ppe42-gcc-d245556583b36c672ae7a2129e97fd744be90e4f.zip
2004-09-15 Aaron W. LaFramboise <aaronavay62@aaronwl.com>
* config.h.in: Regenerate. * configure: Regenerate. * configure.ac (AC_CHECK_HEADERS): Check for sys/mman.h. * unix.c: Include stdio.h. (HAVE_SYS_MMAN_H): Check. (PROT_READ, PROT_WRITE): Provide default definitions. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@87714 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libgfortran/config.h.in')
-rw-r--r--libgfortran/config.h.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/libgfortran/config.h.in b/libgfortran/config.h.in
index c3d0d0b53fc..937f803fd87 100644
--- a/libgfortran/config.h.in
+++ b/libgfortran/config.h.in
@@ -150,6 +150,9 @@
/* Define to 1 if you have the <string.h> header file. */
#undef HAVE_STRING_H
+/* Define to 1 if you have the <sys/mman.h> header file. */
+#undef HAVE_SYS_MMAN_H
+
/* Define to 1 if you have the <sys/params.h> header file. */
#undef HAVE_SYS_PARAMS_H
OpenPOWER on IntegriCloud