summaryrefslogtreecommitdiff
path: root/libgfortran/config.h.in
diff options
context:
space:
mode:
authorJanne Blomqvist <jb@gcc.gnu.org>2006-01-07 21:28:22 +0200
committerJanne Blomqvist <jb@gcc.gnu.org>2006-01-07 21:28:22 +0200
commit8c7ffa93a8988b2e10d7b49913f55201575d3ca5 (patch)
tree297859d0b3e860259d8a66477ff8dca75fefdd4f /libgfortran/config.h.in
parentced0ff2566df6ee0cb476dcb400b17c4bbad91a5 (diff)
downloadgcc-8c7ffa93a8988b2e10d7b49913f55201575d3ca5.tar.gz
configure.ac: Remove check for sys/mman.h.
2006-01-07 Janne Blomqvist <jb@gcc.gnu.org> * configure.ac: Remove check for sys/mman.h. * configure: Regenerated. * Makefile.in: Regenerated. * config.h.in: Regenerated. * aclocal.m4: Regenerated. From-SVN: r109455
Diffstat (limited to 'libgfortran/config.h.in')
-rw-r--r--libgfortran/config.h.in18
1 files changed, 15 insertions, 3 deletions
diff --git a/libgfortran/config.h.in b/libgfortran/config.h.in
index 92f088672d7..8955638a4c2 100644
--- a/libgfortran/config.h.in
+++ b/libgfortran/config.h.in
@@ -567,9 +567,6 @@
/* Define to 1 if the target supports __sync_fetch_and_add */
#undef HAVE_SYNC_FETCH_AND_ADD
-/* 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
@@ -681,6 +678,21 @@
/* Define to the version of this package. */
#undef PACKAGE_VERSION
+/* The size of a `char', as computed by sizeof. */
+#undef SIZEOF_CHAR
+
+/* The size of a `int', as computed by sizeof. */
+#undef SIZEOF_INT
+
+/* The size of a `long', as computed by sizeof. */
+#undef SIZEOF_LONG
+
+/* The size of a `short', as computed by sizeof. */
+#undef SIZEOF_SHORT
+
+/* The size of a `void *', as computed by sizeof. */
+#undef SIZEOF_VOID_P
+
/* Define to 1 if you have the ANSI C header files. */
#undef STDC_HEADERS