summaryrefslogtreecommitdiff
path: root/libgfortran/config.h.in
diff options
context:
space:
mode:
authorjb <jb@138bc75d-0d04-0410-961f-82ee72b054a4>2006-01-07 19:28:22 +0000
committerjb <jb@138bc75d-0d04-0410-961f-82ee72b054a4>2006-01-07 19:28:22 +0000
commit20dd1cb7be7ef4056251f99dd1a9d2dfaf77be74 (patch)
tree297859d0b3e860259d8a66477ff8dca75fefdd4f /libgfortran/config.h.in
parente4df22b1fffadcd7cbfdb524f8ddd5a6f9764628 (diff)
downloadgcc-20dd1cb7be7ef4056251f99dd1a9d2dfaf77be74.tar.gz
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. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@109455 138bc75d-0d04-0410-961f-82ee72b054a4
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